Skip to content

fix: Encoding Firebase push notification keys #706

fix: Encoding Firebase push notification keys

fix: Encoding Firebase push notification keys #706

Triggered via pull request October 25, 2024 17:54
Status Cancelled
Total duration 3m 36s
Artifacts

ci.yml

on: pull_request
Matrix: test
xcode-test-5_7
0s
xcode-test-5_7
docs
0s
docs
cocoapods
0s
cocoapods
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 31 warnings
test (platform=visionOS\ Simulator,OS=1.2,name=Apple\ Vision\ Pro, build)
xcodebuild: error: Unable to find a device matching the provided destination specifier:
test (platform=visionOS\ Simulator,OS=1.2,name=Apple\ Vision\ Pro, build)
Process completed with exit code 70.
test (platform=watchOS\ Simulator,name=Apple\ Watch\ Series\ 9\ \(41mm\), build)
The job was canceled because "platform_visionOS__Simula" failed.
test (platform=iOS\ Simulator,OS=17.5,name=iPhone\ 15\ Pro\ Max, test)
The job was canceled because "platform_visionOS__Simula" failed.
test (platform=iOS\ Simulator,OS=17.5,name=iPhone\ 15\ Pro\ Max, test)
The operation was canceled.
test (platform=macOS, test)
The job was canceled because "platform_visionOS__Simula" failed.
test (platform=macOS, test)
The operation was canceled.
test (platform\=tvOS\ Simulator,OS=17.5,name\=Apple\ TV, test)
The job was canceled because "platform_visionOS__Simula" failed.
test (platform\=tvOS\ Simulator,OS=17.5,name\=Apple\ TV, test)
The operation was canceled.
linux
Process completed with exit code 1.
spm-test
Canceling since a higher priority waiting request for 'ci-refs/pull/187/merge' exists
spm-test
The operation was canceled.
test (platform=iOS\ Simulator,OS=17.5,name=iPhone\ 15\ Pro\ Max, test): --- xcodebuild#L1
Using the first of multiple matching destinations:
test (platform=iOS\ Simulator,OS=17.5,name=iPhone\ 15\ Pro\ Max, test): Sources/ParseSwift/Coding/ParseEncoder.swift#L246
class '_ParseEncoder' must restate inherited '@unchecked Sendable' conformance
test (platform=iOS\ Simulator,OS=17.5,name=iPhone\ 15\ Pro\ Max, test): Sources/ParseSwift/Coding/ParseEncoder.swift#L1052
class '_ParseReferencingEncoder' must restate inherited '@unchecked Sendable' conformance
test (platform=iOS\ Simulator,OS=17.5,name=iPhone\ 15\ Pro\ Max, 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
test (platform=iOS\ Simulator,OS=17.5,name=iPhone\ 15\ Pro\ Max, 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
test (platform=iOS\ Simulator,OS=17.5,name=iPhone\ 15\ Pro\ Max, 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
test (platform=iOS\ Simulator,OS=17.5,name=iPhone\ 15\ Pro\ Max, 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
test (platform=iOS\ Simulator,OS=17.5,name=iPhone\ 15\ Pro\ Max, test): Sources/ParseSwift/Types/ParseSchema+async.swift#L27
converting a value of type '(__shared sending Result<ParseSchema<SchemaObject>, ParseError>) -> ()' to type '(Result<ParseSchema<SchemaObject>, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
test (platform=iOS\ Simulator,OS=17.5,name=iPhone\ 15\ Pro\ Max, test): Sources/ParseSwift/Types/ParseSchema+async.swift#L45
converting a value of type '(__shared sending Result<ParseSchema<SchemaObject>, ParseError>) -> ()' to type '(Result<ParseSchema<SchemaObject>, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
test (platform=iOS\ Simulator,OS=17.5,name=iPhone\ 15\ Pro\ Max, test): Sources/ParseSwift/Types/ParseSchema+async.swift#L63
converting a value of type '(__shared sending Result<ParseSchema<SchemaObject>, ParseError>) -> ()' to type '(Result<ParseSchema<SchemaObject>, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
test (platform=macOS, test): --- xcodebuild#L1
Using the first of multiple matching destinations:
test (platform=macOS, test): Sources/ParseSwift/Coding/ParseEncoder.swift#L246
class '_ParseEncoder' must restate inherited '@unchecked Sendable' conformance
test (platform=macOS, test): Sources/ParseSwift/Coding/ParseEncoder.swift#L1052
class '_ParseReferencingEncoder' must restate inherited '@unchecked Sendable' conformance
test (platform=macOS, 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
test (platform=macOS, 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
test (platform=macOS, 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
test (platform=macOS, 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
test (platform=macOS, test): Sources/ParseSwift/Authentication/Internal/ParseAnonymous+async.swift#L23
converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
test (platform=macOS, test): Sources/ParseSwift/Authentication/Internal/ParseAnonymous+async.swift#L39
converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
test (platform=macOS, test): Sources/ParseSwift/Authentication/Internal/ParseAnonymous+async.swift#L51
converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
windows
Codecov: Failed to properly upload report: The process 'D:\a\_actions\codecov\codecov-action\v4\dist\codecov.exe' failed with exit code 1
spm-test: Sources/ParseSwift/Coding/ParseEncoder.swift#L246
class '_ParseEncoder' must restate inherited '@unchecked Sendable' conformance
spm-test: Sources/ParseSwift/Coding/ParseEncoder.swift#L1052
class '_ParseReferencingEncoder' must restate inherited '@unchecked Sendable' conformance
spm-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
spm-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
spm-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
spm-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
spm-test: Sources/ParseSwift/API/API+Command+async.swift#L26
converting a value of type '(sending Result<URLRequest, ParseError>) -> ()' to type '(Result<URLRequest, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
spm-test: Sources/ParseSwift/API/API+Command+async.swift#L51
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
spm-test: Sources/ParseSwift/API/API+NonParseBodyCommand+async.swift#L24
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
spm-test: Sources/ParseSwift/Authentication/3rd Party/ParseApple/ParseApple+async.swift#L29
converting a value of type '(__shared sending Result<AuthenticatedUser, ParseError>) -> ()' to type '(Result<AuthenticatedUser, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode