Build Information
Successful build of ParseSwift, reference main (3d4bb1
), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 02:54:17 UTC.
Swift 6 data race errors: 27
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
133 | }
134 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:30:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | accessToken: accessToken,
29 | options: options,
30 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:45:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
43 | self.login(authData: authData,
44 | options: options,
45 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
46 | }
47 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:67:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
65 | accessToken: accessToken,
66 | options: options,
67 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
68 | }
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:83:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
81 | self.link(authData: authData,
82 | options: options,
83 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
84 | }
85 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:33:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
31 | accessToken: accessToken,
32 | options: options,
33 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
34 | }
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:48:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
46 | self.login(authData: authData,
47 | options: options,
48 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
49 | }
50 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:73:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
71 | accessToken: accessToken,
72 | options: options,
73 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
74 | }
75 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:89:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
87 | self.link(authData: authData,
88 | options: options,
89 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
90 | }
91 | }
[178/184] Compiling ParseSwift ParseFacebook+async.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command+async.swift:35:56: warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
33 | uploadProgress: uploadProgress,
34 | downloadProgress: downloadProgress,
35 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
36 | }
37 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
405 |
406 | // MARK: Saving ParseObjects
407 | static func save<T>(_ object: T,
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
408 | original data: Data?,
409 | ignoringCustomObjectIdConfig: Bool,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
421 | }
422 |
423 | static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
424 | var object = object
425 | if object.ACL == nil,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
436 | }
437 |
438 | static func replace<T>(_ object: T,
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
439 | original data: Data?) throws -> API.Command<T, T> where T: ParseObject {
440 | guard object.objectId != nil else {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
463 | }
464 |
465 | static func update<T>(_ object: T,
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
466 | original data: Data?) throws -> API.Command<T, T> where T: ParseObject {
467 | guard object.objectId != nil else {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
491 |
492 | // MARK: Fetching ParseObjects
493 | static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
494 | guard object.objectId != nil else {
495 | throw ParseError(code: .missingObjectId,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand+async.swift:22:56: warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
20 | self.executeAsync(options: options,
21 | callbackQueue: callbackQueue,
22 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
23 | }
24 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.NonParseBodyCommand
16 | struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
127 |
128 | // MARK: Deleting
129 | static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
130 | guard object.isSaved else {
131 | throw ParseError(code: .unknownError,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:30:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | identityToken: identityToken,
29 | options: options,
30 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:46:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
44 | self.login(authData: authData,
45 | options: options,
46 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
47 | }
48 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:68:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
66 | identityToken: identityToken,
67 | options: options,
68 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
69 | }
70 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:84:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
82 | self.link(authData: authData,
83 | options: options,
84 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:33:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
31 | expiresIn: expiresIn,
32 | options: options,
33 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
34 | }
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:55:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
53 | expiresIn: expiresIn,
54 | options: options,
55 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
56 | }
57 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:70:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
68 | self.login(authData: authData,
69 | options: options,
70 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
71 | }
72 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:94:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
92 | expiresIn: expiresIn,
93 | options: options,
94 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
95 | }
96 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:116:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
114 | expiresIn: expiresIn,
115 | options: options,
116 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
117 | }
118 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:132:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
130 | self.link(authData: authData,
131 | options: options,
132 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
133 | }
134 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:30:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | accessToken: accessToken,
29 | options: options,
30 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:45:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
43 | self.login(authData: authData,
44 | options: options,
45 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
46 | }
47 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:67:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
65 | accessToken: accessToken,
66 | options: options,
67 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
68 | }
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:83:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
81 | self.link(authData: authData,
82 | options: options,
83 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
84 | }
85 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:33:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
31 | accessToken: accessToken,
32 | options: options,
33 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
34 | }
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:48:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
46 | self.login(authData: authData,
47 | options: options,
48 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
49 | }
50 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:73:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
71 | accessToken: accessToken,
72 | options: options,
73 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
74 | }
75 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:89:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
87 | self.link(authData: authData,
88 | options: options,
89 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
90 | }
91 | }
[179/184] Compiling ParseSwift ParseFacebook+combine.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command+async.swift:35:56: warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
33 | uploadProgress: uploadProgress,
34 | downloadProgress: downloadProgress,
35 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
36 | }
37 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
405 |
406 | // MARK: Saving ParseObjects
407 | static func save<T>(_ object: T,
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
408 | original data: Data?,
409 | ignoringCustomObjectIdConfig: Bool,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
421 | }
422 |
423 | static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
424 | var object = object
425 | if object.ACL == nil,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
436 | }
437 |
438 | static func replace<T>(_ object: T,
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
439 | original data: Data?) throws -> API.Command<T, T> where T: ParseObject {
440 | guard object.objectId != nil else {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
463 | }
464 |
465 | static func update<T>(_ object: T,
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
466 | original data: Data?) throws -> API.Command<T, T> where T: ParseObject {
467 | guard object.objectId != nil else {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
491 |
492 | // MARK: Fetching ParseObjects
493 | static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
494 | guard object.objectId != nil else {
495 | throw ParseError(code: .missingObjectId,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand+async.swift:22:56: warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
20 | self.executeAsync(options: options,
21 | callbackQueue: callbackQueue,
22 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
23 | }
24 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.NonParseBodyCommand
16 | struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
127 |
128 | // MARK: Deleting
129 | static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
130 | guard object.isSaved else {
131 | throw ParseError(code: .unknownError,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:30:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | identityToken: identityToken,
29 | options: options,
30 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:46:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
44 | self.login(authData: authData,
45 | options: options,
46 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
47 | }
48 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:68:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
66 | identityToken: identityToken,
67 | options: options,
68 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
69 | }
70 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:84:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
82 | self.link(authData: authData,
83 | options: options,
84 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:33:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
31 | expiresIn: expiresIn,
32 | options: options,
33 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
34 | }
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:55:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
53 | expiresIn: expiresIn,
54 | options: options,
55 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
56 | }
57 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:70:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
68 | self.login(authData: authData,
69 | options: options,
70 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
71 | }
72 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:94:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
92 | expiresIn: expiresIn,
93 | options: options,
94 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
95 | }
96 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:116:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
114 | expiresIn: expiresIn,
115 | options: options,
116 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
117 | }
118 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:132:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
130 | self.link(authData: authData,
131 | options: options,
132 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
133 | }
134 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:30:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | accessToken: accessToken,
29 | options: options,
30 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:45:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
43 | self.login(authData: authData,
44 | options: options,
45 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
46 | }
47 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:67:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
65 | accessToken: accessToken,
66 | options: options,
67 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
68 | }
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:83:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
81 | self.link(authData: authData,
82 | options: options,
83 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
84 | }
85 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:33:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
31 | accessToken: accessToken,
32 | options: options,
33 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
34 | }
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:48:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
46 | self.login(authData: authData,
47 | options: options,
48 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
49 | }
50 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:73:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
71 | accessToken: accessToken,
72 | options: options,
73 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
74 | }
75 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:89:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
87 | self.link(authData: authData,
88 | options: options,
89 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
90 | }
91 | }
[180/184] Compiling ParseSwift ParseFacebook.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command+async.swift:35:56: warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
33 | uploadProgress: uploadProgress,
34 | downloadProgress: downloadProgress,
35 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
36 | }
37 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
405 |
406 | // MARK: Saving ParseObjects
407 | static func save<T>(_ object: T,
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
408 | original data: Data?,
409 | ignoringCustomObjectIdConfig: Bool,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
421 | }
422 |
423 | static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
424 | var object = object
425 | if object.ACL == nil,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
436 | }
437 |
438 | static func replace<T>(_ object: T,
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
439 | original data: Data?) throws -> API.Command<T, T> where T: ParseObject {
440 | guard object.objectId != nil else {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
463 | }
464 |
465 | static func update<T>(_ object: T,
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
466 | original data: Data?) throws -> API.Command<T, T> where T: ParseObject {
467 | guard object.objectId != nil else {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
491 |
492 | // MARK: Fetching ParseObjects
493 | static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
494 | guard object.objectId != nil else {
495 | throw ParseError(code: .missingObjectId,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand+async.swift:22:56: warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
20 | self.executeAsync(options: options,
21 | callbackQueue: callbackQueue,
22 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
23 | }
24 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.NonParseBodyCommand
16 | struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
127 |
128 | // MARK: Deleting
129 | static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
130 | guard object.isSaved else {
131 | throw ParseError(code: .unknownError,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:30:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | identityToken: identityToken,
29 | options: options,
30 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:46:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
44 | self.login(authData: authData,
45 | options: options,
46 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
47 | }
48 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:68:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
66 | identityToken: identityToken,
67 | options: options,
68 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
69 | }
70 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:84:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
82 | self.link(authData: authData,
83 | options: options,
84 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:33:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
31 | expiresIn: expiresIn,
32 | options: options,
33 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
34 | }
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:55:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
53 | expiresIn: expiresIn,
54 | options: options,
55 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
56 | }
57 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:70:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
68 | self.login(authData: authData,
69 | options: options,
70 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
71 | }
72 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:94:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
92 | expiresIn: expiresIn,
93 | options: options,
94 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
95 | }
96 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:116:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
114 | expiresIn: expiresIn,
115 | options: options,
116 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
117 | }
118 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:132:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
130 | self.link(authData: authData,
131 | options: options,
132 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
133 | }
134 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:30:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | accessToken: accessToken,
29 | options: options,
30 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:45:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
43 | self.login(authData: authData,
44 | options: options,
45 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
46 | }
47 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:67:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
65 | accessToken: accessToken,
66 | options: options,
67 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
68 | }
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:83:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
81 | self.link(authData: authData,
82 | options: options,
83 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
84 | }
85 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:33:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
31 | accessToken: accessToken,
32 | options: options,
33 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
34 | }
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:48:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
46 | self.login(authData: authData,
47 | options: options,
48 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
49 | }
50 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:73:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
71 | accessToken: accessToken,
72 | options: options,
73 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
74 | }
75 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:89:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
87 | self.link(authData: authData,
88 | options: options,
89 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
90 | }
91 | }
[181/184] Compiling ParseSwift ParseGitHub+async.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command+async.swift:35:56: warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
33 | uploadProgress: uploadProgress,
34 | downloadProgress: downloadProgress,
35 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
36 | }
37 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
405 |
406 | // MARK: Saving ParseObjects
407 | static func save<T>(_ object: T,
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
408 | original data: Data?,
409 | ignoringCustomObjectIdConfig: Bool,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
421 | }
422 |
423 | static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
424 | var object = object
425 | if object.ACL == nil,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
436 | }
437 |
438 | static func replace<T>(_ object: T,
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
439 | original data: Data?) throws -> API.Command<T, T> where T: ParseObject {
440 | guard object.objectId != nil else {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
463 | }
464 |
465 | static func update<T>(_ object: T,
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
466 | original data: Data?) throws -> API.Command<T, T> where T: ParseObject {
467 | guard object.objectId != nil else {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
491 |
492 | // MARK: Fetching ParseObjects
493 | static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
494 | guard object.objectId != nil else {
495 | throw ParseError(code: .missingObjectId,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand+async.swift:22:56: warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
20 | self.executeAsync(options: options,
21 | callbackQueue: callbackQueue,
22 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
23 | }
24 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.NonParseBodyCommand
16 | struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
127 |
128 | // MARK: Deleting
129 | static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
130 | guard object.isSaved else {
131 | throw ParseError(code: .unknownError,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:30:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | identityToken: identityToken,
29 | options: options,
30 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:46:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
44 | self.login(authData: authData,
45 | options: options,
46 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
47 | }
48 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:68:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
66 | identityToken: identityToken,
67 | options: options,
68 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
69 | }
70 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:84:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
82 | self.link(authData: authData,
83 | options: options,
84 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:33:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
31 | expiresIn: expiresIn,
32 | options: options,
33 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
34 | }
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:55:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
53 | expiresIn: expiresIn,
54 | options: options,
55 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
56 | }
57 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:70:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
68 | self.login(authData: authData,
69 | options: options,
70 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
71 | }
72 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:94:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
92 | expiresIn: expiresIn,
93 | options: options,
94 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
95 | }
96 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:116:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
114 | expiresIn: expiresIn,
115 | options: options,
116 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
117 | }
118 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:132:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
130 | self.link(authData: authData,
131 | options: options,
132 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
133 | }
134 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:30:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | accessToken: accessToken,
29 | options: options,
30 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:45:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
43 | self.login(authData: authData,
44 | options: options,
45 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
46 | }
47 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:67:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
65 | accessToken: accessToken,
66 | options: options,
67 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
68 | }
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:83:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
81 | self.link(authData: authData,
82 | options: options,
83 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
84 | }
85 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:33:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
31 | accessToken: accessToken,
32 | options: options,
33 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
34 | }
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:48:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
46 | self.login(authData: authData,
47 | options: options,
48 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
49 | }
50 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:73:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
71 | accessToken: accessToken,
72 | options: options,
73 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
74 | }
75 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:89:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
87 | self.link(authData: authData,
88 | options: options,
89 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
90 | }
91 | }
[182/184] Compiling ParseSwift ParseGitHub+combine.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command+async.swift:35:56: warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
33 | uploadProgress: uploadProgress,
34 | downloadProgress: downloadProgress,
35 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
36 | }
37 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
405 |
406 | // MARK: Saving ParseObjects
407 | static func save<T>(_ object: T,
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
408 | original data: Data?,
409 | ignoringCustomObjectIdConfig: Bool,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
421 | }
422 |
423 | static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
424 | var object = object
425 | if object.ACL == nil,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
436 | }
437 |
438 | static func replace<T>(_ object: T,
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
439 | original data: Data?) throws -> API.Command<T, T> where T: ParseObject {
440 | guard object.objectId != nil else {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
463 | }
464 |
465 | static func update<T>(_ object: T,
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
466 | original data: Data?) throws -> API.Command<T, T> where T: ParseObject {
467 | guard object.objectId != nil else {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
491 |
492 | // MARK: Fetching ParseObjects
493 | static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
494 | guard object.objectId != nil else {
495 | throw ParseError(code: .missingObjectId,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand+async.swift:22:56: warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
20 | self.executeAsync(options: options,
21 | callbackQueue: callbackQueue,
22 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
23 | }
24 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.NonParseBodyCommand
16 | struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
127 |
128 | // MARK: Deleting
129 | static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
130 | guard object.isSaved else {
131 | throw ParseError(code: .unknownError,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:30:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | identityToken: identityToken,
29 | options: options,
30 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:46:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
44 | self.login(authData: authData,
45 | options: options,
46 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
47 | }
48 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:68:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
66 | identityToken: identityToken,
67 | options: options,
68 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
69 | }
70 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:84:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
82 | self.link(authData: authData,
83 | options: options,
84 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:33:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
31 | expiresIn: expiresIn,
32 | options: options,
33 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
34 | }
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:55:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
53 | expiresIn: expiresIn,
54 | options: options,
55 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
56 | }
57 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:70:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
68 | self.login(authData: authData,
69 | options: options,
70 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
71 | }
72 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:94:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
92 | expiresIn: expiresIn,
93 | options: options,
94 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
95 | }
96 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:116:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
114 | expiresIn: expiresIn,
115 | options: options,
116 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
117 | }
118 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:132:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
130 | self.link(authData: authData,
131 | options: options,
132 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
133 | }
134 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:30:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | accessToken: accessToken,
29 | options: options,
30 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:45:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
43 | self.login(authData: authData,
44 | options: options,
45 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
46 | }
47 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:67:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
65 | accessToken: accessToken,
66 | options: options,
67 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
68 | }
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:83:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
81 | self.link(authData: authData,
82 | options: options,
83 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
84 | }
85 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:33:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
31 | accessToken: accessToken,
32 | options: options,
33 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
34 | }
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:48:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
46 | self.login(authData: authData,
47 | options: options,
48 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
49 | }
50 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:73:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
71 | accessToken: accessToken,
72 | options: options,
73 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
74 | }
75 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:89:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
87 | self.link(authData: authData,
88 | options: options,
89 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
90 | }
91 | }
[183/184] Compiling ParseSwift ParseGitHub.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command+async.swift:35:56: warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
33 | uploadProgress: uploadProgress,
34 | downloadProgress: downloadProgress,
35 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
36 | }
37 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
405 |
406 | // MARK: Saving ParseObjects
407 | static func save<T>(_ object: T,
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
408 | original data: Data?,
409 | ignoringCustomObjectIdConfig: Bool,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
421 | }
422 |
423 | static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
424 | var object = object
425 | if object.ACL == nil,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
436 | }
437 |
438 | static func replace<T>(_ object: T,
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
439 | original data: Data?) throws -> API.Command<T, T> where T: ParseObject {
440 | guard object.objectId != nil else {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
463 | }
464 |
465 | static func update<T>(_ object: T,
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
466 | original data: Data?) throws -> API.Command<T, T> where T: ParseObject {
467 | guard object.objectId != nil else {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
491 |
492 | // MARK: Fetching ParseObjects
493 | static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
494 | guard object.objectId != nil else {
495 | throw ParseError(code: .missingObjectId,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand+async.swift:22:56: warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
20 | self.executeAsync(options: options,
21 | callbackQueue: callbackQueue,
22 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
23 | }
24 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.NonParseBodyCommand
16 | struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
127 |
128 | // MARK: Deleting
129 | static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
130 | guard object.isSaved else {
131 | throw ParseError(code: .unknownError,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:30:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | identityToken: identityToken,
29 | options: options,
30 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:46:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
44 | self.login(authData: authData,
45 | options: options,
46 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
47 | }
48 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:68:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
66 | identityToken: identityToken,
67 | options: options,
68 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
69 | }
70 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:84:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
82 | self.link(authData: authData,
83 | options: options,
84 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:33:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
31 | expiresIn: expiresIn,
32 | options: options,
33 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
34 | }
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:55:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
53 | expiresIn: expiresIn,
54 | options: options,
55 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
56 | }
57 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:70:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
68 | self.login(authData: authData,
69 | options: options,
70 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
71 | }
72 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:94:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
92 | expiresIn: expiresIn,
93 | options: options,
94 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
95 | }
96 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:116:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
114 | expiresIn: expiresIn,
115 | options: options,
116 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
117 | }
118 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:132:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
130 | self.link(authData: authData,
131 | options: options,
132 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
133 | }
134 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:30:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | accessToken: accessToken,
29 | options: options,
30 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:45:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
43 | self.login(authData: authData,
44 | options: options,
45 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
46 | }
47 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:67:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
65 | accessToken: accessToken,
66 | options: options,
67 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
68 | }
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:83:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
81 | self.link(authData: authData,
82 | options: options,
83 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
84 | }
85 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:33:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
31 | accessToken: accessToken,
32 | options: options,
33 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
34 | }
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:48:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
46 | self.login(authData: authData,
47 | options: options,
48 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
49 | }
50 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:73:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
71 | accessToken: accessToken,
72 | options: options,
73 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
74 | }
75 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:89:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
87 | self.link(authData: authData,
88 | options: options,
89 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
90 | }
91 | }
[184/184] Compiling ParseSwift ParseGoogle+async.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command+async.swift:35:56: warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
33 | uploadProgress: uploadProgress,
34 | downloadProgress: downloadProgress,
35 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
36 | }
37 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
405 |
406 | // MARK: Saving ParseObjects
407 | static func save<T>(_ object: T,
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
408 | original data: Data?,
409 | ignoringCustomObjectIdConfig: Bool,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
421 | }
422 |
423 | static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
424 | var object = object
425 | if object.ACL == nil,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
436 | }
437 |
438 | static func replace<T>(_ object: T,
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
439 | original data: Data?) throws -> API.Command<T, T> where T: ParseObject {
440 | guard object.objectId != nil else {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
463 | }
464 |
465 | static func update<T>(_ object: T,
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
466 | original data: Data?) throws -> API.Command<T, T> where T: ParseObject {
467 | guard object.objectId != nil else {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.Command
16 | struct Command<T, U>: Encodable where T: ParseEncodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
491 |
492 | // MARK: Fetching ParseObjects
493 | static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
494 | guard object.objectId != nil else {
495 | throw ParseError(code: .missingObjectId,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand+async.swift:22:56: warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
20 | self.executeAsync(options: options,
21 | callbackQueue: callbackQueue,
22 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
23 | }
24 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
14 | internal extension API {
15 | // MARK: API.NonParseBodyCommand
16 | struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
| `- note: 'T' previously declared here
17 | typealias ReturnType = U // swiftlint:disable:this nesting
18 | let method: API.Method
:
127 |
128 | // MARK: Deleting
129 | static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
130 | guard object.isSaved else {
131 | throw ParseError(code: .unknownError,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:30:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | identityToken: identityToken,
29 | options: options,
30 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:46:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
44 | self.login(authData: authData,
45 | options: options,
46 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
47 | }
48 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:68:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
66 | identityToken: identityToken,
67 | options: options,
68 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
69 | }
70 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift:84:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
82 | self.link(authData: authData,
83 | options: options,
84 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:33:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
31 | expiresIn: expiresIn,
32 | options: options,
33 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
34 | }
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:55:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
53 | expiresIn: expiresIn,
54 | options: options,
55 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
56 | }
57 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:70:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
68 | self.login(authData: authData,
69 | options: options,
70 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
71 | }
72 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:94:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
92 | expiresIn: expiresIn,
93 | options: options,
94 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
95 | }
96 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:116:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
114 | expiresIn: expiresIn,
115 | options: options,
116 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
117 | }
118 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift:132:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
130 | self.link(authData: authData,
131 | options: options,
132 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
133 | }
134 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:30:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | accessToken: accessToken,
29 | options: options,
30 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:45:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
43 | self.login(authData: authData,
44 | options: options,
45 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
46 | }
47 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:67:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
65 | accessToken: accessToken,
66 | options: options,
67 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
68 | }
69 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift:83:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
81 | self.link(authData: authData,
82 | options: options,
83 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
84 | }
85 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:33:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
31 | accessToken: accessToken,
32 | options: options,
33 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
34 | }
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:48:49: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
46 | self.login(authData: authData,
47 | options: options,
48 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
49 | }
50 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:73:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
71 | accessToken: accessToken,
72 | options: options,
73 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
74 | }
75 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift:89:48: warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
87 | self.link(authData: authData,
88 | options: options,
89 | completion: continuation.resume)
| |- warning: converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
90 | }
91 | }
Build of target: 'ParseSwift' complete! (3.68s)
4207
30 /Users/admin/builder/spi-builder-workspace/.docs/parse-community/parse-swift/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/parse-community/parse-swift/main
File count: 4207
Doc size: 30.0MB
Preparing doc bundle ...
Uploading prod-parse-community-parse-swift-main-e9cd2560.zip to s3://spi-docs-inbox/prod-parse-community-parse-swift-main-e9cd2560.zip
Copying... [11%]
Copying... [20%]
Copying... [30%]
Copying... [41%]
Copying... [50%]
Copying... [60%]
Copying... [71%]
Copying... [81%]
Copying... [90%]
Copying... [100%]
Done.