feat: Support Apple push live activity notifications #733
Annotations
11 errors and 10 warnings
|
Build-Test:
Tests/ParseSwiftTests/ParsePointerTests.swift#L302
testThreadSafeFetchAsync, Asynchronous wait failed: Exceeded timeout of 20 seconds, with unfulfilled expectations: "Fetch object1", "Fetch object2".
|
Build-Test:
Tests/ParseSwiftTests/ParsePushTests.swift#L152
testInitializers, XCTAssertEqual failed: ("{"data":{"alert":{"body":"Hello from ParseSwift!"}}}") is not equal to ("{"data":{"alert":{"body":"Hello from ParseSwift!"},"push_type":"alert"}}")
|
Build-Test:
Tests/ParseSwiftTests/ParsePushTests.swift#L155
testInitializers, XCTAssertEqual failed: ("{"data":{"alert":{"body":"Hello from ParseSwift!"}},"where":{"objectId":{"$ne":null}}}") is not equal to ("{"data":{"alert":{"body":"Hello from ParseSwift!"},"push_type":"alert"},"where":{"objectId":{"$ne":null}}}")
|
Build-Test:
Tests/ParseSwiftTests/ParsePushTests.swift#L159
testInitializers, XCTAssertEqual failed: ("{"data":{"alert":{"body":"Hello from ParseSwift!"}},"expiration_interval":7}") is not equal to ("{"data":{"alert":{"body":"Hello from ParseSwift!"},"push_type":"alert"},"expiration_interval":7}")
|
Build-Test:
Tests/ParseSwiftTests/ParsePushTests.swift#L152
testInitializers, XCTAssertEqual failed: ("{"data":{"alert":{"body":"Hello from ParseSwift!"}}}") is not equal to ("{"data":{"alert":{"body":"Hello from ParseSwift!"},"push_type":"alert"}}")
|
Build-Test:
Tests/ParseSwiftTests/ParsePushTests.swift#L155
testInitializers, XCTAssertEqual failed: ("{"data":{"alert":{"body":"Hello from ParseSwift!"}},"where":{"objectId":{"$ne":null}}}") is not equal to ("{"data":{"alert":{"body":"Hello from ParseSwift!"},"push_type":"alert"},"where":{"objectId":{"$ne":null}}}")
|
Build-Test:
Tests/ParseSwiftTests/ParsePushTests.swift#L159
testInitializers, XCTAssertEqual failed: ("{"data":{"alert":{"body":"Hello from ParseSwift!"}},"expiration_interval":7}") is not equal to ("{"data":{"alert":{"body":"Hello from ParseSwift!"},"push_type":"alert"},"expiration_interval":7}")
|
Build-Test:
Tests/ParseSwiftTests/ParsePushTests.swift#L152
testInitializers, XCTAssertEqual failed: ("{"data":{"alert":{"body":"Hello from ParseSwift!"}}}") is not equal to ("{"data":{"alert":{"body":"Hello from ParseSwift!"},"push_type":"alert"}}")
|
Build-Test:
Tests/ParseSwiftTests/ParsePushTests.swift#L155
testInitializers, XCTAssertEqual failed: ("{"data":{"alert":{"body":"Hello from ParseSwift!"}},"where":{"objectId":{"$ne":null}}}") is not equal to ("{"data":{"alert":{"body":"Hello from ParseSwift!"},"push_type":"alert"},"where":{"objectId":{"$ne":null}}}")
|
Build-Test:
Tests/ParseSwiftTests/ParsePushTests.swift#L159
testInitializers, XCTAssertEqual failed: ("{"data":{"alert":{"body":"Hello from ParseSwift!"}},"expiration_interval":7}") is not equal to ("{"data":{"alert":{"body":"Hello from ParseSwift!"},"push_type":"alert"},"expiration_interval":7}")
|
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/Types/Pointer+async.swift#L28
converting a value of type '(__shared sending Result<Pointer<T>.Object, ParseError>) -> ()' (aka '(__shared sending Result<T, ParseError>) -> ()') to type '(Result<Pointer<T>.Object, ParseError>) -> Void' (aka '(Result<T, ParseError>) -> ()') risks causing data races; this is an error in the Swift 6 language mode
|
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/Objects/ParseInstallation+async.swift#L31
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