Skip to content

fix: Build for Swift 6.0.1 on Linux #709

fix: Build for Swift 6.0.1 on Linux

fix: Build for Swift 6.0.1 on Linux #709

Triggered via pull request October 31, 2024 04:21
Status Cancelled
Total duration 1m 28s
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

14 errors and 10 warnings
test (platform\=tvOS\ Simulator,OS=18.`,name\=Apple\ TV, test)
Process completed with exit code 2.
test (platform=watchOS\ Simulator,name=Apple\ Watch\ Series\ 10\ \(41mm\), build)
The job was canceled because "platform__tvOS__Simulator" failed.
test (platform=visionOS\ Simulator,OS=2.1,name=Apple\ Vision\ Pro, build)
The job was canceled because "platform__tvOS__Simulator" failed.
test (platform\=tvOS\ Simulator,OS=18.`,name\=Apple\ TV, build)
The job was canceled because "platform__tvOS__Simulator" failed.
test (platform\=tvOS\ Simulator,OS=18.`,name\=Apple\ TV, build)
Process completed with exit code 2.
test (platform=iOS\ Simulator,OS=18.1,name=iPhone\ 15\ Pro\ Max, test)
The job was canceled because "platform__tvOS__Simulator" failed.
test (platform=iOS\ Simulator,OS=18.1,name=iPhone\ 15\ Pro\ Max, test)
The operation was canceled.
test (platform=macOS, test)
The job was canceled because "platform__tvOS__Simulator" failed.
test (platform=macOS, test)
The operation was canceled.
windows
Canceling since a higher priority waiting request for 'ci-refs/pull/187/merge' exists
linux
Canceling since a higher priority waiting request for 'ci-refs/pull/187/merge' exists
linux
The operation was canceled.
spm-test
Canceling since a higher priority waiting request for 'ci-refs/pull/187/merge' exists
spm-test
The operation was canceled.
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