Skip to content

feature: @oneOf input object support #67

feature: @oneOf input object support

feature: @oneOf input object support #67

Triggered via pull request November 28, 2024 05:40
Status Success
Total duration 5m 34s
Artifacts

ci-tests-xcode-swift-6.yml

on: pull_request
changes
4s
changes
Matrix: Run swift build for SPM packages
Run Tuist Generation
3m 3s
Run Tuist Generation
Matrix: build-and-unit-test
Fit to window
Zoom out
Zoom in

Annotations

40 warnings and 1 notice
ApolloPagination Unit Tests - macOS: 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
ApolloPagination Unit Tests - macOS: 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
ApolloPagination Unit Tests - macOS: 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
ApolloPagination Unit Tests - macOS: 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
ApolloPagination Unit Tests - macOS: 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
ApolloPagination Unit Tests - macOS: 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
ApolloPagination Unit Tests - macOS: apollo-ios-pagination/Sources/ApolloPagination/AsyncGraphQLQueryPagerCoordinator.swift#L234
expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode
ApolloPagination Unit Tests - macOS: apollo-ios-pagination/Sources/ApolloPagination/AsyncGraphQLQueryPagerCoordinator.swift#L276
expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode
ApolloPagination Unit Tests - macOS: apollo-ios-pagination/Sources/ApolloPagination/AsyncGraphQLQueryPagerCoordinator.swift#L234
expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode
ApolloPagination Unit Tests - macOS: apollo-ios-pagination/Sources/ApolloPagination/AsyncGraphQLQueryPagerCoordinator.swift#L276
expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode
Codegen CLI Unit Tests - macOS: apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLError.swift#L8
class 'GraphQLError' must restate inherited '@unchecked Sendable' conformance
Codegen CLI Unit Tests - macOS: apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLError.swift#L78
class 'GraphQLSchemaValidationError' must restate inherited '@unchecked Sendable' conformance
Codegen CLI Unit Tests - macOS: apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift#L67
class 'GraphQLScalarType' must restate inherited '@unchecked Sendable' conformance
Codegen CLI Unit Tests - macOS: apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift#L99
class 'GraphQLEnumType' must restate inherited '@unchecked Sendable' conformance
Codegen CLI Unit Tests - macOS: apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift#L155
class 'GraphQLInputObjectType' must restate inherited '@unchecked Sendable' conformance
Codegen CLI Unit Tests - macOS: apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift#L221
class 'GraphQLCompositeType' must restate inherited '@unchecked Sendable' conformance
Codegen CLI Unit Tests - macOS: apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift#L237
class 'GraphQLObjectType' must restate inherited '@unchecked Sendable' conformance
Codegen CLI Unit Tests - macOS: apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift#L269
class 'GraphQLAbstractType' must restate inherited '@unchecked Sendable' conformance
Codegen CLI Unit Tests - macOS: apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift#L272
class 'GraphQLInterfaceType' must restate inherited '@unchecked Sendable' conformance
Codegen CLI Unit Tests - macOS: apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift#L304
class 'GraphQLUnionType' must restate inherited '@unchecked Sendable' conformance
Apollo Unit Tests - macOS: 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 Unit Tests - macOS: 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 Unit Tests - macOS: 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 Unit Tests - macOS: 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 Unit Tests - macOS: 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 Unit Tests - macOS: 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 Unit Tests - macOS: Tests/ApolloInternalTestHelpers/AsyncResultObserver.swift#L12
class 'AsyncResultExpectation' must restate inherited '@unchecked Sendable' conformance
Apollo Unit Tests - macOS: Tests/ApolloInternalTestHelpers/MockGraphQLServer.swift#L47
class 'RequestExpectation' must restate inherited '@unchecked Sendable' conformance
Apollo Unit Tests - macOS: 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
Apollo Unit Tests - macOS: Tests/ApolloInternalTestHelpers/MockURLSession.swift#L69
class 'URLSessionDataTaskMock' must restate inherited '@unchecked Sendable' conformance
Codegen Lib Unit Tests - macOS: apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLError.swift#L8
class 'GraphQLError' must restate inherited '@unchecked Sendable' conformance
Codegen Lib Unit Tests - macOS: apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLError.swift#L78
class 'GraphQLSchemaValidationError' must restate inherited '@unchecked Sendable' conformance
Codegen Lib Unit Tests - macOS: apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift#L67
class 'GraphQLScalarType' must restate inherited '@unchecked Sendable' conformance
Codegen Lib Unit Tests - macOS: apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift#L99
class 'GraphQLEnumType' must restate inherited '@unchecked Sendable' conformance
Codegen Lib Unit Tests - macOS: apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift#L155
class 'GraphQLInputObjectType' must restate inherited '@unchecked Sendable' conformance
Codegen Lib Unit Tests - macOS: apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift#L221
class 'GraphQLCompositeType' must restate inherited '@unchecked Sendable' conformance
Codegen Lib Unit Tests - macOS: apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift#L237
class 'GraphQLObjectType' must restate inherited '@unchecked Sendable' conformance
Codegen Lib Unit Tests - macOS: apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift#L269
class 'GraphQLAbstractType' must restate inherited '@unchecked Sendable' conformance
Codegen Lib Unit Tests - macOS: apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift#L272
class 'GraphQLInterfaceType' must restate inherited '@unchecked Sendable' conformance
Codegen Lib Unit Tests - macOS: apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift#L304
class 'GraphQLUnionType' must restate inherited '@unchecked Sendable' conformance
Apollo Unit Tests - macOS
test__memory_management__givenOperation_withEarlyAndFinalInterceptorChainExit_shouldNotHaveRetainCycle_andShouldNotCrash on 'My Mac - xctest (9830)' (0.008 seconds)