fix: Encoding plus symbol in URI's #734
Annotations
5 errors and 10 warnings
Build-Test:
Tests/ParseSwiftTests/ParseObjectBatchTests.swift#L1391
testThreadSafeUpdateAllAsync, Asynchronous wait failed: Exceeded timeout of 20 seconds, with unfulfilled expectations: "Update object1", "Update object2".
|
Build-Test:
Tests/ParseSwiftTests/ParseObjectBatchTests.swift#L964
testThreadSafeSaveAllAsync, Asynchronous wait failed: Exceeded timeout of 20 seconds, with unfulfilled expectations: "Save object2".
|
Build-Test:
Tests/ParseSwiftTests/ParseObjectBatchTests.swift#L964
testThreadSafeSaveAllAsync, Asynchronous wait failed: Exceeded timeout of 20 seconds, with unfulfilled expectations: "Save object1".
|
Build-Test:
Tests/ParseSwiftTests/ParseObjectBatchTests.swift#L964
testThreadSafeSaveAllAsync, Asynchronous wait failed: Exceeded timeout of 20 seconds, with unfulfilled expectations: "Save object1".
|
Build-Test:
Sources/ParseSwift/Types/Query+async.swift#L98
testFirstExplain, failed: caught error: "ParseError code=-1 error=Error decoding parse-server response: <NSHTTPURLResponse: 0x60000092fbe0> { URL: http://localhost:1337/parse/classes/GameScore?explain=true&limit=1&skip=0&where=%7B%7D } { Status Code: 200, Headers {
|
Build-Test:
--- xcodebuild#L1
Using the first of multiple matching destinations:
|
Build-Test:
Sources/ParseSwift/Coding/ParseEncoder.swift#L246
class '_ParseEncoder' must restate inherited '@unchecked Sendable' conformance
|
Build-Test:
Sources/ParseSwift/Coding/ParseEncoder.swift#L1052
class '_ParseReferencingEncoder' must restate inherited '@unchecked Sendable' conformance
|
Build-Test:
Sources/ParseSwift/Extensions/InputStream.swift#L11
extension declares a conformance of imported type 'InputStream' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
|
Build-Test:
Sources/ParseSwift/LiveQuery/Subscription.swift#L79
main actor-isolated instance method 'didReceive' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
|
Build-Test:
Sources/ParseSwift/LiveQuery/Subscription.swift#L89
main actor-isolated instance method 'didSubscribe' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
|
Build-Test:
Sources/ParseSwift/LiveQuery/Subscription.swift#L94
main actor-isolated instance method 'didUnsubscribe()' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
|
Build-Test:
Sources/ParseSwift/Objects/ParseUser+async.swift#L35
converting a value of type '(__shared sending Result<Self, ParseError>) -> ()' to type '(Result<Self, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
|
Build-Test:
Sources/ParseSwift/Objects/ParseUser+async.swift#L54
converting a value of type '(__shared sending Result<Self, ParseError>) -> ()' to type '(Result<Self, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
|
Build-Test:
Sources/ParseSwift/Objects/ParseUser+async.swift#L85
converting a value of type '(__shared sending Result<Self, ParseError>) -> ()' to type '(Result<Self, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
|
Loading