chore: Required swift-tools-version update #175
Annotations
12 warnings and 1 notice
apollo-ios/Sources/Apollo/GraphQLError.swift#L10
stored property 'object' of 'Sendable'-conforming struct 'GraphQLError' has non-sendable type 'JSONObject' (aka 'Dictionary<String, AnyHashable>'); this is an error in the Swift 6 language mode
|
apollo-ios/Sources/Apollo/GraphQLError.swift#L10
stored property 'object' of 'Sendable'-conforming struct 'GraphQLError' has non-sendable type 'JSONObject' (aka 'Dictionary<String, AnyHashable>'); this is an error in the Swift 6 language mode
|
apollo-ios/Sources/ApolloWebSocket/WebSocketError.swift#L35
stored property 'payload' of 'Sendable'-conforming struct 'WebSocketError' has non-sendable type 'JSONObject?' (aka 'Optional<Dictionary<String, AnyHashable>>'); this is an error in the Swift 6 language mode
|
apollo-ios/Sources/ApolloWebSocket/DefaultImplementation/WebSocketStream.swift#L134
capture of 'outStream' with non-sendable type 'OutputStream' in a `@Sendable` closure; this is an error in the Swift 6 language mode
|
apollo-ios/Sources/ApolloWebSocket/DefaultImplementation/WebSocket.swift#L1008
capture of 'data' with non-sendable type 'NSMutableData' in a `@Sendable` closure; this is an error in the Swift 6 language mode
|
apollo-ios/Sources/ApolloWebSocket/WebSocketError.swift#L35
stored property 'payload' of 'Sendable'-conforming struct 'WebSocketError' has non-sendable type 'JSONObject?' (aka 'Optional<Dictionary<String, AnyHashable>>'); this is an error in the Swift 6 language mode
|
Tests/ApolloInternalTestHelpers/AsyncResultObserver.swift#L12
class 'AsyncResultExpectation' must restate inherited '@unchecked Sendable' conformance
|
Tests/ApolloInternalTestHelpers/MockGraphQLServer.swift#L47
class 'RequestExpectation' must restate inherited '@unchecked Sendable' conformance
|
Tests/ApolloInternalTestHelpers/MockURLSession.swift#L7
stored property '_lastRequest' of 'Sendable'-conforming class 'MockURLSessionClient' is mutable; this is an error in the Swift 6 language mode
|
Tests/ApolloInternalTestHelpers/MockURLSession.swift#L69
class 'URLSessionDataTaskMock' must restate inherited '@unchecked Sendable' conformance
|
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Apollo Unit Tests - macOS-logs", "Apollo Unit Tests - macOS-results", "ApolloPagination Unit Tests - macOS-logs", "ApolloPagination Unit Tests - macOS-results", "Codegen CLI Unit Tests - macOS-logs", "Codegen CLI Unit Tests - macOS-results", "Codegen Lib Unit Tests - macOS-logs", "Codegen Lib Unit Tests - macOS-results".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
|
This job succeeded
Loading