Skip to content

fix: App crash when using QueryConstraint #741

fix: App crash when using QueryConstraint

fix: App crash when using QueryConstraint #741

Triggered via pull request February 27, 2025 17:21
Status Failure
Total duration 4m 22s
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

15 errors and 20 warnings
test (platform=iOS\ Simulator,OS=18.2,name=iPhone\ 16\ Pro\ Max, test)
xcodebuild: error: Unable to find a device matching the provided destination specifier:
test (platform=iOS\ Simulator,OS=18.2,name=iPhone\ 16\ Pro\ Max, test)
Process completed with exit code 70.
test (platform=visionOS\ Simulator,OS=2.2,name=Apple\ Vision\ Pro, build)
The job was canceled because "platform_iOS__Simulator_O" failed.
test (platform=visionOS\ Simulator,OS=2.2,name=Apple\ Vision\ Pro, build)
xcodebuild: error: Unable to find a device matching the provided destination specifier:
test (platform=visionOS\ Simulator,OS=2.2,name=Apple\ Vision\ Pro, build)
Process completed with exit code 70.
test (platform=watchOS\ Simulator,name=Apple\ Watch\ Series\ 10\ \(42mm\), build)
The job was canceled because "platform_iOS__Simulator_O" failed.
test (platform\=tvOS\ Simulator,OS=18.2,name\=Apple\ TV, test)
The job was canceled because "platform_iOS__Simulator_O" failed.
test (platform\=tvOS\ Simulator,OS=18.2,name\=Apple\ TV, test)
The operation was canceled.
test (platform=macOS, test)
The job was canceled because "platform_iOS__Simulator_O" failed.
test (platform=macOS, test)
The operation was canceled.
windows
Process completed with exit code 1.
linux
Process completed with exit code 1.
spm-test: Tests/ParseSwiftTests/APICommandTests.swift#L449
testQueryWhereEncodingPlus, XCTAssertEqual failed: ("Optional("http://localhost:1337/parse/classes/Level?limit=100&skip=0&where=%7B%22name%22:%7B%22$eq%22:%22test%2B1@parse.com%22%7D%7D")") is not equal to ("Optional("http://localhost:1337/parse/classes/Level?limit=100&skip=0&where=%7B%22name%22:%22test%2B1@parse.com%22%7D")")
spm-test: Tests/ParseSwiftTests/APICommandTests.swift#L425
testQueryWhereEncoding, XCTAssertEqual failed: ("Optional("http://localhost:1337/parse/classes/Level?limit=100&skip=0&where=%7B%22name%22:%7B%22$eq%22:%22test@parse.com%22%7D%7D")") is not equal to ("Optional("http://localhost:1337/parse/classes/Level?limit=100&skip=0&where=%7B%22name%22:%22test@parse.com%22%7D")")
spm-test
Process completed with exit code 1.
test (platform\=tvOS\ Simulator,OS=18.2,name\=Apple\ TV, test): --- xcodebuild#L1
Using the first of multiple matching destinations:
test (platform\=tvOS\ Simulator,OS=18.2,name\=Apple\ TV, test)
None of the input catalogs contained a matching App Icon & Top Shelf Image brand assets collection named "AppIcon"
test (platform\=tvOS\ Simulator,OS=18.2,name\=Apple\ TV, test)
TARGETED_DEVICE_FAMILY value (1,2) does not contain any device family values compatible with the tvOS platform. Please add the value '3' to the TARGETED_DEVICE_FAMILY build setting to indicate that this target supports the 'Apple TV' device family. (in target 'TestHost' from project 'ParseSwift')
test (platform\=tvOS\ Simulator,OS=18.2,name\=Apple\ TV, test): Sources/ParseSwift/Coding/ParseEncoder.swift#L246
class '_ParseEncoder' must restate inherited '@unchecked Sendable' conformance
test (platform\=tvOS\ Simulator,OS=18.2,name\=Apple\ TV, test): Sources/ParseSwift/Coding/ParseEncoder.swift#L1052
class '_ParseReferencingEncoder' must restate inherited '@unchecked Sendable' conformance
test (platform\=tvOS\ Simulator,OS=18.2,name\=Apple\ TV, 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\=tvOS\ Simulator,OS=18.2,name\=Apple\ TV, 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\=tvOS\ Simulator,OS=18.2,name\=Apple\ TV, 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\=tvOS\ Simulator,OS=18.2,name\=Apple\ TV, 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\=tvOS\ Simulator,OS=18.2,name\=Apple\ TV, 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
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