The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Apollo, reference main (d591c1), with Swift 6.2 (beta) for macOS (SPM) on 27 Jun 2025 02:45:09 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apollographql/apollo-ios.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apollographql/apollo-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d591c1d Release 1.23.0 (apollographql/apollo-ios-dev#683)
Cloned https://github.com/apollographql/apollo-ios.git
Revision (git rev-parse @):
d591c1dd55824867877cff4f6551fe32983d7f51
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apollographql/apollo-ios.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/apollographql/apollo-ios.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Install CLI
Building for debugging...
[1/13] Write sources
[5/13] Copying PrivacyInfo.xcprivacy
[9/13] Write sources
[10/13] Write swift-version-1EA4D86E10B52AF.txt
[12/41] Compiling ApolloAPI AnyHashableConvertible.swift
[13/41] Compiling ApolloAPI CacheKeyInfo.swift
[14/41] Compiling ApolloAPI CacheReference.swift
[15/43] Emitting module ApolloAPI
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/GraphQLOperation.swift:40:7: warning: stored property 'fragments' of 'Sendable'-conforming struct 'OperationDefinition' has non-sendable type '[any Fragment.Type]?'
 38 | public struct OperationDefinition: Sendable {
 39 |   let operationDefinition: String
 40 |   let fragments: [any Fragment.Type]?
    |       `- warning: stored property 'fragments' of 'Sendable'-conforming struct 'OperationDefinition' has non-sendable type '[any Fragment.Type]?'
 41 |
 42 |   public init(_ definition: String, fragments: [any Fragment.Type]? = nil) {
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/JSONDecodingError.swift:18:8: warning: associated value 'couldNotConvert(value:to:)' of 'Sendable'-conforming enum 'JSONDecodingError' has non-sendable type '(value: AnyHashable, to: any Any.Type)'
16 |   ///
17 |   /// This error is thrown when a ``JSONDecodable`` initialization fails for the expected type.
18 |   case couldNotConvert(value: AnyHashable, to: Any.Type)
   |        `- warning: associated value 'couldNotConvert(value:to:)' of 'Sendable'-conforming enum 'JSONDecodingError' has non-sendable type '(value: AnyHashable, to: any Any.Type)'
19 |
20 |   public var errorDescription: String? {
[16/43] Compiling ApolloAPI SelectionSet.swift
[17/43] Compiling ApolloAPI resource_bundle_accessor.swift
[18/43] Compiling ApolloAPI DataDict.swift
[19/43] Compiling ApolloAPI Deferred.swift
[20/43] Compiling ApolloAPI FragmentProtocols.swift
[21/43] Compiling ApolloAPI Union.swift
[22/43] Compiling ApolloAPI Selection+Conditions.swift
[23/43] Compiling ApolloAPI Selection.swift
[24/43] Compiling ApolloAPI SchemaConfiguration.swift
[25/43] Compiling ApolloAPI SchemaMetadata.swift
[26/43] Compiling ApolloAPI EnumType.swift
[27/43] Compiling ApolloAPI GraphQLEnum.swift
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/GraphQLOperation.swift:40:7: warning: stored property 'fragments' of 'Sendable'-conforming struct 'OperationDefinition' has non-sendable type '[any Fragment.Type]?'
 38 | public struct OperationDefinition: Sendable {
 39 |   let operationDefinition: String
 40 |   let fragments: [any Fragment.Type]?
    |       `- warning: stored property 'fragments' of 'Sendable'-conforming struct 'OperationDefinition' has non-sendable type '[any Fragment.Type]?'
 41 |
 42 |   public init(_ definition: String, fragments: [any Fragment.Type]? = nil) {
[28/43] Compiling ApolloAPI GraphQLNullable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/GraphQLOperation.swift:40:7: warning: stored property 'fragments' of 'Sendable'-conforming struct 'OperationDefinition' has non-sendable type '[any Fragment.Type]?'
 38 | public struct OperationDefinition: Sendable {
 39 |   let operationDefinition: String
 40 |   let fragments: [any Fragment.Type]?
    |       `- warning: stored property 'fragments' of 'Sendable'-conforming struct 'OperationDefinition' has non-sendable type '[any Fragment.Type]?'
 41 |
 42 |   public init(_ definition: String, fragments: [any Fragment.Type]? = nil) {
[29/43] Compiling ApolloAPI GraphQLOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/GraphQLOperation.swift:40:7: warning: stored property 'fragments' of 'Sendable'-conforming struct 'OperationDefinition' has non-sendable type '[any Fragment.Type]?'
 38 | public struct OperationDefinition: Sendable {
 39 |   let operationDefinition: String
 40 |   let fragments: [any Fragment.Type]?
    |       `- warning: stored property 'fragments' of 'Sendable'-conforming struct 'OperationDefinition' has non-sendable type '[any Fragment.Type]?'
 41 |
 42 |   public init(_ definition: String, fragments: [any Fragment.Type]? = nil) {
[30/43] Compiling ApolloAPI InputObject.swift
[31/43] Compiling ApolloAPI Interface.swift
[32/43] Compiling ApolloAPI Object.swift
[33/43] Compiling ApolloAPI OutputTypeConvertible.swift
[34/43] Compiling ApolloAPI ParentType.swift
[35/43] Compiling ApolloAPI ScalarTypes.swift
[36/43] Compiling ApolloAPI InputValue.swift
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/JSONDecodingError.swift:18:8: warning: associated value 'couldNotConvert(value:to:)' of 'Sendable'-conforming enum 'JSONDecodingError' has non-sendable type '(value: AnyHashable, to: any Any.Type)'
16 |   ///
17 |   /// This error is thrown when a ``JSONDecodable`` initialization fails for the expected type.
18 |   case couldNotConvert(value: AnyHashable, to: Any.Type)
   |        `- warning: associated value 'couldNotConvert(value:to:)' of 'Sendable'-conforming enum 'JSONDecodingError' has non-sendable type '(value: AnyHashable, to: any Any.Type)'
19 |
20 |   public var errorDescription: String? {
[37/43] Compiling ApolloAPI JSON.swift
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/JSONDecodingError.swift:18:8: warning: associated value 'couldNotConvert(value:to:)' of 'Sendable'-conforming enum 'JSONDecodingError' has non-sendable type '(value: AnyHashable, to: any Any.Type)'
16 |   ///
17 |   /// This error is thrown when a ``JSONDecodable`` initialization fails for the expected type.
18 |   case couldNotConvert(value: AnyHashable, to: Any.Type)
   |        `- warning: associated value 'couldNotConvert(value:to:)' of 'Sendable'-conforming enum 'JSONDecodingError' has non-sendable type '(value: AnyHashable, to: any Any.Type)'
19 |
20 |   public var errorDescription: String? {
[38/43] Compiling ApolloAPI JSONDecodingError.swift
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/JSONDecodingError.swift:18:8: warning: associated value 'couldNotConvert(value:to:)' of 'Sendable'-conforming enum 'JSONDecodingError' has non-sendable type '(value: AnyHashable, to: any Any.Type)'
16 |   ///
17 |   /// This error is thrown when a ``JSONDecodable`` initialization fails for the expected type.
18 |   case couldNotConvert(value: AnyHashable, to: Any.Type)
   |        `- warning: associated value 'couldNotConvert(value:to:)' of 'Sendable'-conforming enum 'JSONDecodingError' has non-sendable type '(value: AnyHashable, to: any Any.Type)'
19 |
20 |   public var errorDescription: String? {
[39/43] Compiling ApolloAPI JSONStandardTypeConversions.swift
[40/43] Compiling ApolloAPI LocalCacheMutation.swift
[41/43] Compiling ApolloAPI ObjectData.swift
[42/115] Compiling Apollo RecordSet.swift
[43/115] Compiling Apollo RequestBodyCreator.swift
[44/115] Compiling Apollo RequestChain.swift
[45/115] Compiling Apollo RequestChainNetworkTransport.swift
[46/115] Compiling Apollo RequestClientMetadata.swift
[47/115] Compiling Apollo RequestContext.swift
[48/115] Compiling Apollo ResponseCodeInterceptor.swift
[49/122] Compiling Apollo DataLoader.swift
[50/122] Compiling Apollo DefaultInterceptorProvider.swift
[51/122] Compiling Apollo Dictionary+Helpers.swift
[52/122] Compiling Apollo DispatchQueue+Optional.swift
[53/122] Compiling Apollo CacheDataExecutionSource.swift
[54/122] Compiling Apollo NetworkResponseExecutionSource.swift
[55/122] Compiling Apollo SelectionSetModelExecutionSource.swift
[56/122] Compiling Apollo FieldSelectionCollector.swift
[57/122] Emitting module Apollo
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLError.swift:10:15: warning: 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
 8 | ///  - SeeAlso: [The Response Format section in the GraphQL specification](https://facebook.github.io/graphql/#sec-Response-Format)
 9 | public struct GraphQLError: Error, Hashable {
10 |   private let object: JSONObject
   |               `- warning: 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
11 |
12 |   public init(_ object: JSONObject) {
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
1 | @frozen public struct Dictionary<Key, Value> where Key : Hashable {
  |                       `- note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
2 |     public typealias Element = (key: Key, value: Value)
3 |     @inlinable public init(_immutableCocoaDictionary: __owned AnyObject)
[58/122] Compiling Apollo Bundle+Helpers.swift
[59/122] Compiling Apollo CacheReadInterceptor.swift
[60/122] Compiling Apollo CacheWriteInterceptor.swift
[61/122] Compiling Apollo Cancellable.swift
[62/122] Compiling Apollo Collection+Helpers.swift
[63/122] Compiling Apollo Constants.swift
[64/122] Compiling Apollo DataDict+Merging.swift
[65/122] Compiling Apollo DataDictMapper.swift
[66/122] Compiling Apollo MultipartResponseParsingInterceptor.swift
[67/122] Compiling Apollo MultipartResponseSubscriptionParser.swift
[68/122] Compiling Apollo NetworkFetchInterceptor.swift
[69/122] Compiling Apollo NetworkTransport.swift
[70/122] Compiling Apollo NormalizedCache.swift
[71/122] Compiling Apollo PathComponent.swift
[72/122] Compiling Apollo PossiblyDeferred.swift
[73/122] Compiling Apollo Record.swift
[74/122] Compiling Apollo AnyGraphQLResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift:178:22: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
176 |       assertionFailure("Trying to upload without an uploading transport. Please make sure your network transport conforms to `UploadingNetworkTransport`.")
177 |       queue.async {
178 |         resultHandler?(.failure(ApolloClientError.noUploadTransport))
    |                      `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
179 |       }
180 |       return EmptyCancellable()
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift:173:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
171 |     context: (any RequestContext)? = nil,
172 |     queue: DispatchQueue = .main,
173 |     resultHandler: GraphQLResultHandler<Operation.Data>? = nil
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
174 |   ) -> (any Cancellable) {
175 |     guard let uploadingTransport = self.networkTransport as? (any UploadingNetworkTransport) else {
[75/122] Compiling Apollo ApolloClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift:178:22: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
176 |       assertionFailure("Trying to upload without an uploading transport. Please make sure your network transport conforms to `UploadingNetworkTransport`.")
177 |       queue.async {
178 |         resultHandler?(.failure(ApolloClientError.noUploadTransport))
    |                      `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
179 |       }
180 |       return EmptyCancellable()
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift:173:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
171 |     context: (any RequestContext)? = nil,
172 |     queue: DispatchQueue = .main,
173 |     resultHandler: GraphQLResultHandler<Operation.Data>? = nil
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
174 |   ) -> (any Cancellable) {
175 |     guard let uploadingTransport = self.networkTransport as? (any UploadingNetworkTransport) else {
[76/122] Compiling Apollo ApolloClientProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift:178:22: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
176 |       assertionFailure("Trying to upload without an uploading transport. Please make sure your network transport conforms to `UploadingNetworkTransport`.")
177 |       queue.async {
178 |         resultHandler?(.failure(ApolloClientError.noUploadTransport))
    |                      `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
179 |       }
180 |       return EmptyCancellable()
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift:173:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
171 |     context: (any RequestContext)? = nil,
172 |     queue: DispatchQueue = .main,
173 |     resultHandler: GraphQLResultHandler<Operation.Data>? = nil
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
174 |   ) -> (any Cancellable) {
175 |     guard let uploadingTransport = self.networkTransport as? (any UploadingNetworkTransport) else {
[77/122] Compiling Apollo ApolloErrorInterceptor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift:178:22: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
176 |       assertionFailure("Trying to upload without an uploading transport. Please make sure your network transport conforms to `UploadingNetworkTransport`.")
177 |       queue.async {
178 |         resultHandler?(.failure(ApolloClientError.noUploadTransport))
    |                      `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
179 |       }
180 |       return EmptyCancellable()
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift:173:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
171 |     context: (any RequestContext)? = nil,
172 |     queue: DispatchQueue = .main,
173 |     resultHandler: GraphQLResultHandler<Operation.Data>? = nil
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
174 |   ) -> (any Cancellable) {
175 |     guard let uploadingTransport = self.networkTransport as? (any UploadingNetworkTransport) else {
[78/122] Compiling Apollo ApolloInterceptor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift:178:22: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
176 |       assertionFailure("Trying to upload without an uploading transport. Please make sure your network transport conforms to `UploadingNetworkTransport`.")
177 |       queue.async {
178 |         resultHandler?(.failure(ApolloClientError.noUploadTransport))
    |                      `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
179 |       }
180 |       return EmptyCancellable()
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift:173:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
171 |     context: (any RequestContext)? = nil,
172 |     queue: DispatchQueue = .main,
173 |     resultHandler: GraphQLResultHandler<Operation.Data>? = nil
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
174 |   ) -> (any Cancellable) {
175 |     guard let uploadingTransport = self.networkTransport as? (any UploadingNetworkTransport) else {
[79/122] Compiling Apollo ApolloStore.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift:178:22: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
176 |       assertionFailure("Trying to upload without an uploading transport. Please make sure your network transport conforms to `UploadingNetworkTransport`.")
177 |       queue.async {
178 |         resultHandler?(.failure(ApolloClientError.noUploadTransport))
    |                      `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
179 |       }
180 |       return EmptyCancellable()
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift:173:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
171 |     context: (any RequestContext)? = nil,
172 |     queue: DispatchQueue = .main,
173 |     resultHandler: GraphQLResultHandler<Operation.Data>? = nil
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
174 |   ) -> (any Cancellable) {
175 |     guard let uploadingTransport = self.networkTransport as? (any UploadingNetworkTransport) else {
[80/122] Compiling Apollo Atomic.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift:178:22: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
176 |       assertionFailure("Trying to upload without an uploading transport. Please make sure your network transport conforms to `UploadingNetworkTransport`.")
177 |       queue.async {
178 |         resultHandler?(.failure(ApolloClientError.noUploadTransport))
    |                      `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
179 |       }
180 |       return EmptyCancellable()
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift:173:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
171 |     context: (any RequestContext)? = nil,
172 |     queue: DispatchQueue = .main,
173 |     resultHandler: GraphQLResultHandler<Operation.Data>? = nil
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
174 |   ) -> (any Cancellable) {
175 |     guard let uploadingTransport = self.networkTransport as? (any UploadingNetworkTransport) else {
[81/122] Compiling Apollo AutomaticPersistedQueryInterceptor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift:178:22: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
176 |       assertionFailure("Trying to upload without an uploading transport. Please make sure your network transport conforms to `UploadingNetworkTransport`.")
177 |       queue.async {
178 |         resultHandler?(.failure(ApolloClientError.noUploadTransport))
    |                      `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
179 |       }
180 |       return EmptyCancellable()
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift:173:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
171 |     context: (any RequestContext)? = nil,
172 |     queue: DispatchQueue = .main,
173 |     resultHandler: GraphQLResultHandler<Operation.Data>? = nil
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
174 |   ) -> (any Cancellable) {
175 |     guard let uploadingTransport = self.networkTransport as? (any UploadingNetworkTransport) else {
[82/122] Compiling Apollo GraphQLDependencyTracker.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLError.swift:10:15: warning: 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
 8 | ///  - SeeAlso: [The Response Format section in the GraphQL specification](https://facebook.github.io/graphql/#sec-Response-Format)
 9 | public struct GraphQLError: Error, Hashable {
10 |   private let object: JSONObject
   |               `- warning: 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
11 |
12 |   public init(_ object: JSONObject) {
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
1 | @frozen public struct Dictionary<Key, Value> where Key : Hashable {
  |                       `- note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
2 |     public typealias Element = (key: Key, value: Value)
3 |     @inlinable public init(_immutableCocoaDictionary: __owned AnyObject)
[83/122] Compiling Apollo GraphQLError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLError.swift:10:15: warning: 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
 8 | ///  - SeeAlso: [The Response Format section in the GraphQL specification](https://facebook.github.io/graphql/#sec-Response-Format)
 9 | public struct GraphQLError: Error, Hashable {
10 |   private let object: JSONObject
   |               `- warning: 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
11 |
12 |   public init(_ object: JSONObject) {
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
1 | @frozen public struct Dictionary<Key, Value> where Key : Hashable {
  |                       `- note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
2 |     public typealias Element = (key: Key, value: Value)
3 |     @inlinable public init(_immutableCocoaDictionary: __owned AnyObject)
[84/122] Compiling Apollo GraphQLExecutionSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLError.swift:10:15: warning: 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
 8 | ///  - SeeAlso: [The Response Format section in the GraphQL specification](https://facebook.github.io/graphql/#sec-Response-Format)
 9 | public struct GraphQLError: Error, Hashable {
10 |   private let object: JSONObject
   |               `- warning: 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
11 |
12 |   public init(_ object: JSONObject) {
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
1 | @frozen public struct Dictionary<Key, Value> where Key : Hashable {
  |                       `- note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
2 |     public typealias Element = (key: Key, value: Value)
3 |     @inlinable public init(_immutableCocoaDictionary: __owned AnyObject)
[85/122] Compiling Apollo GraphQLExecutor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLError.swift:10:15: warning: 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
 8 | ///  - SeeAlso: [The Response Format section in the GraphQL specification](https://facebook.github.io/graphql/#sec-Response-Format)
 9 | public struct GraphQLError: Error, Hashable {
10 |   private let object: JSONObject
   |               `- warning: 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
11 |
12 |   public init(_ object: JSONObject) {
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
1 | @frozen public struct Dictionary<Key, Value> where Key : Hashable {
  |                       `- note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
2 |     public typealias Element = (key: Key, value: Value)
3 |     @inlinable public init(_immutableCocoaDictionary: __owned AnyObject)
[86/122] Compiling Apollo GraphQLFile.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLError.swift:10:15: warning: 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
 8 | ///  - SeeAlso: [The Response Format section in the GraphQL specification](https://facebook.github.io/graphql/#sec-Response-Format)
 9 | public struct GraphQLError: Error, Hashable {
10 |   private let object: JSONObject
   |               `- warning: 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
11 |
12 |   public init(_ object: JSONObject) {
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
1 | @frozen public struct Dictionary<Key, Value> where Key : Hashable {
  |                       `- note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
2 |     public typealias Element = (key: Key, value: Value)
3 |     @inlinable public init(_immutableCocoaDictionary: __owned AnyObject)
[87/122] Compiling Apollo GraphQLGETTransformer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLError.swift:10:15: warning: 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
 8 | ///  - SeeAlso: [The Response Format section in the GraphQL specification](https://facebook.github.io/graphql/#sec-Response-Format)
 9 | public struct GraphQLError: Error, Hashable {
10 |   private let object: JSONObject
   |               `- warning: 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
11 |
12 |   public init(_ object: JSONObject) {
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
1 | @frozen public struct Dictionary<Key, Value> where Key : Hashable {
  |                       `- note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
2 |     public typealias Element = (key: Key, value: Value)
3 |     @inlinable public init(_immutableCocoaDictionary: __owned AnyObject)
[88/122] Compiling Apollo GraphQLHTTPMethod.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLError.swift:10:15: warning: 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
 8 | ///  - SeeAlso: [The Response Format section in the GraphQL specification](https://facebook.github.io/graphql/#sec-Response-Format)
 9 | public struct GraphQLError: Error, Hashable {
10 |   private let object: JSONObject
   |               `- warning: 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
11 |
12 |   public init(_ object: JSONObject) {
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
1 | @frozen public struct Dictionary<Key, Value> where Key : Hashable {
  |                       `- note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
2 |     public typealias Element = (key: Key, value: Value)
3 |     @inlinable public init(_immutableCocoaDictionary: __owned AnyObject)
[89/122] Compiling Apollo GraphQLHTTPRequestError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLError.swift:10:15: warning: 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
 8 | ///  - SeeAlso: [The Response Format section in the GraphQL specification](https://facebook.github.io/graphql/#sec-Response-Format)
 9 | public struct GraphQLError: Error, Hashable {
10 |   private let object: JSONObject
   |               `- warning: 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
11 |
12 |   public init(_ object: JSONObject) {
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
1 | @frozen public struct Dictionary<Key, Value> where Key : Hashable {
  |                       `- note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
2 |     public typealias Element = (key: Key, value: Value)
3 |     @inlinable public init(_immutableCocoaDictionary: __owned AnyObject)
[90/122] Compiling Apollo HTTPURLResponse+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:239:9: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
237 |     guard let additionalHandler = self.additionalErrorHandler else {
238 |       self.callbackQueue.async {
239 |         completion(.failure(error))
    |         `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
240 |       }
241 |       return
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:231:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
229 |     request: HTTPRequest<Operation>,
230 |     response: HTTPResponse<Operation>?,
231 |     completion: @escaping (Result<GraphQLResult<Operation.Data>, any Error>) -> Void
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
232 |   ) {
233 |     guard !self.isCancelled else {
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:253:9: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
251 |     ) { result in
252 |       callbackQueue.async {
253 |         completion(result)
    |         `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
254 |       }
255 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:231:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
229 |     request: HTTPRequest<Operation>,
230 |     response: HTTPResponse<Operation>?,
231 |     completion: @escaping (Result<GraphQLResult<Operation.Data>, any Error>) -> Void
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
232 |   ) {
233 |     guard !self.isCancelled else {
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:274:7: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
272 |
273 |     self.callbackQueue.async {
274 |       completion(.success(value))
    |       `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
275 |     }
276 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:267:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
265 |     for request: HTTPRequest<Operation>,
266 |     value: GraphQLResult<Operation.Data>,
267 |     completion: @escaping (Result<GraphQLResult<Operation.Data>, any Error>) -> Void
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
268 |   ) {
269 |     guard !self.isCancelled else {
[91/122] Compiling Apollo InMemoryNormalizedCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:239:9: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
237 |     guard let additionalHandler = self.additionalErrorHandler else {
238 |       self.callbackQueue.async {
239 |         completion(.failure(error))
    |         `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
240 |       }
241 |       return
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:231:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
229 |     request: HTTPRequest<Operation>,
230 |     response: HTTPResponse<Operation>?,
231 |     completion: @escaping (Result<GraphQLResult<Operation.Data>, any Error>) -> Void
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
232 |   ) {
233 |     guard !self.isCancelled else {
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:253:9: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
251 |     ) { result in
252 |       callbackQueue.async {
253 |         completion(result)
    |         `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
254 |       }
255 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:231:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
229 |     request: HTTPRequest<Operation>,
230 |     response: HTTPResponse<Operation>?,
231 |     completion: @escaping (Result<GraphQLResult<Operation.Data>, any Error>) -> Void
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
232 |   ) {
233 |     guard !self.isCancelled else {
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:274:7: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
272 |
273 |     self.callbackQueue.async {
274 |       completion(.success(value))
    |       `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
275 |     }
276 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:267:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
265 |     for request: HTTPRequest<Operation>,
266 |     value: GraphQLResult<Operation.Data>,
267 |     completion: @escaping (Result<GraphQLResult<Operation.Data>, any Error>) -> Void
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
268 |   ) {
269 |     guard !self.isCancelled else {
[92/122] Compiling Apollo IncrementalGraphQLResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:239:9: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
237 |     guard let additionalHandler = self.additionalErrorHandler else {
238 |       self.callbackQueue.async {
239 |         completion(.failure(error))
    |         `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
240 |       }
241 |       return
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:231:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
229 |     request: HTTPRequest<Operation>,
230 |     response: HTTPResponse<Operation>?,
231 |     completion: @escaping (Result<GraphQLResult<Operation.Data>, any Error>) -> Void
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
232 |   ) {
233 |     guard !self.isCancelled else {
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:253:9: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
251 |     ) { result in
252 |       callbackQueue.async {
253 |         completion(result)
    |         `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
254 |       }
255 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:231:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
229 |     request: HTTPRequest<Operation>,
230 |     response: HTTPResponse<Operation>?,
231 |     completion: @escaping (Result<GraphQLResult<Operation.Data>, any Error>) -> Void
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
232 |   ) {
233 |     guard !self.isCancelled else {
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:274:7: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
272 |
273 |     self.callbackQueue.async {
274 |       completion(.success(value))
    |       `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
275 |     }
276 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:267:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
265 |     for request: HTTPRequest<Operation>,
266 |     value: GraphQLResult<Operation.Data>,
267 |     completion: @escaping (Result<GraphQLResult<Operation.Data>, any Error>) -> Void
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
268 |   ) {
269 |     guard !self.isCancelled else {
[93/122] Compiling Apollo IncrementalGraphQLResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:239:9: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
237 |     guard let additionalHandler = self.additionalErrorHandler else {
238 |       self.callbackQueue.async {
239 |         completion(.failure(error))
    |         `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
240 |       }
241 |       return
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:231:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
229 |     request: HTTPRequest<Operation>,
230 |     response: HTTPResponse<Operation>?,
231 |     completion: @escaping (Result<GraphQLResult<Operation.Data>, any Error>) -> Void
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
232 |   ) {
233 |     guard !self.isCancelled else {
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:253:9: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
251 |     ) { result in
252 |       callbackQueue.async {
253 |         completion(result)
    |         `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
254 |       }
255 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:231:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
229 |     request: HTTPRequest<Operation>,
230 |     response: HTTPResponse<Operation>?,
231 |     completion: @escaping (Result<GraphQLResult<Operation.Data>, any Error>) -> Void
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
232 |   ) {
233 |     guard !self.isCancelled else {
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:274:7: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
272 |
273 |     self.callbackQueue.async {
274 |       completion(.success(value))
    |       `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
275 |     }
276 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:267:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
265 |     for request: HTTPRequest<Operation>,
266 |     value: GraphQLResult<Operation.Data>,
267 |     completion: @escaping (Result<GraphQLResult<Operation.Data>, any Error>) -> Void
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
268 |   ) {
269 |     guard !self.isCancelled else {
[94/122] Compiling Apollo IncrementalJSONResponseParsingInterceptor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:239:9: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
237 |     guard let additionalHandler = self.additionalErrorHandler else {
238 |       self.callbackQueue.async {
239 |         completion(.failure(error))
    |         `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
240 |       }
241 |       return
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:231:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
229 |     request: HTTPRequest<Operation>,
230 |     response: HTTPResponse<Operation>?,
231 |     completion: @escaping (Result<GraphQLResult<Operation.Data>, any Error>) -> Void
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
232 |   ) {
233 |     guard !self.isCancelled else {
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:253:9: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
251 |     ) { result in
252 |       callbackQueue.async {
253 |         completion(result)
    |         `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
254 |       }
255 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:231:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
229 |     request: HTTPRequest<Operation>,
230 |     response: HTTPResponse<Operation>?,
231 |     completion: @escaping (Result<GraphQLResult<Operation.Data>, any Error>) -> Void
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
232 |   ) {
233 |     guard !self.isCancelled else {
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:274:7: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
272 |
273 |     self.callbackQueue.async {
274 |       completion(.success(value))
    |       `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
275 |     }
276 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:267:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
265 |     for request: HTTPRequest<Operation>,
266 |     value: GraphQLResult<Operation.Data>,
267 |     completion: @escaping (Result<GraphQLResult<Operation.Data>, any Error>) -> Void
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
268 |   ) {
269 |     guard !self.isCancelled else {
[95/122] Compiling Apollo InputValue+Evaluation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:239:9: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
237 |     guard let additionalHandler = self.additionalErrorHandler else {
238 |       self.callbackQueue.async {
239 |         completion(.failure(error))
    |         `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
240 |       }
241 |       return
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:231:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
229 |     request: HTTPRequest<Operation>,
230 |     response: HTTPResponse<Operation>?,
231 |     completion: @escaping (Result<GraphQLResult<Operation.Data>, any Error>) -> Void
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
232 |   ) {
233 |     guard !self.isCancelled else {
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:253:9: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
251 |     ) { result in
252 |       callbackQueue.async {
253 |         completion(result)
    |         `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
254 |       }
255 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:231:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
229 |     request: HTTPRequest<Operation>,
230 |     response: HTTPResponse<Operation>?,
231 |     completion: @escaping (Result<GraphQLResult<Operation.Data>, any Error>) -> Void
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
232 |   ) {
233 |     guard !self.isCancelled else {
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:274:7: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
272 |
273 |     self.callbackQueue.async {
274 |       completion(.success(value))
    |       `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
275 |     }
276 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:267:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
265 |     for request: HTTPRequest<Operation>,
266 |     value: GraphQLResult<Operation.Data>,
267 |     completion: @escaping (Result<GraphQLResult<Operation.Data>, any Error>) -> Void
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
268 |   ) {
269 |     guard !self.isCancelled else {
[96/122] Compiling Apollo InterceptorProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:239:9: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
237 |     guard let additionalHandler = self.additionalErrorHandler else {
238 |       self.callbackQueue.async {
239 |         completion(.failure(error))
    |         `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
240 |       }
241 |       return
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:231:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
229 |     request: HTTPRequest<Operation>,
230 |     response: HTTPResponse<Operation>?,
231 |     completion: @escaping (Result<GraphQLResult<Operation.Data>, any Error>) -> Void
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
232 |   ) {
233 |     guard !self.isCancelled else {
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:253:9: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
251 |     ) { result in
252 |       callbackQueue.async {
253 |         completion(result)
    |         `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
254 |       }
255 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:231:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
229 |     request: HTTPRequest<Operation>,
230 |     response: HTTPResponse<Operation>?,
231 |     completion: @escaping (Result<GraphQLResult<Operation.Data>, any Error>) -> Void
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
232 |   ) {
233 |     guard !self.isCancelled else {
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:274:7: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
272 |
273 |     self.callbackQueue.async {
274 |       completion(.success(value))
    |       `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
275 |     }
276 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:267:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
265 |     for request: HTTPRequest<Operation>,
266 |     value: GraphQLResult<Operation.Data>,
267 |     completion: @escaping (Result<GraphQLResult<Operation.Data>, any Error>) -> Void
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
268 |   ) {
269 |     guard !self.isCancelled else {
[97/122] Compiling Apollo InterceptorRequestChain.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:239:9: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
237 |     guard let additionalHandler = self.additionalErrorHandler else {
238 |       self.callbackQueue.async {
239 |         completion(.failure(error))
    |         `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
240 |       }
241 |       return
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:231:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
229 |     request: HTTPRequest<Operation>,
230 |     response: HTTPResponse<Operation>?,
231 |     completion: @escaping (Result<GraphQLResult<Operation.Data>, any Error>) -> Void
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
232 |   ) {
233 |     guard !self.isCancelled else {
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:253:9: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
251 |     ) { result in
252 |       callbackQueue.async {
253 |         completion(result)
    |         `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
254 |       }
255 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:231:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
229 |     request: HTTPRequest<Operation>,
230 |     response: HTTPResponse<Operation>?,
231 |     completion: @escaping (Result<GraphQLResult<Operation.Data>, any Error>) -> Void
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
232 |   ) {
233 |     guard !self.isCancelled else {
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:274:7: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
272 |
273 |     self.callbackQueue.async {
274 |       completion(.success(value))
    |       `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
275 |     }
276 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:267:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
265 |     for request: HTTPRequest<Operation>,
266 |     value: GraphQLResult<Operation.Data>,
267 |     completion: @escaping (Result<GraphQLResult<Operation.Data>, any Error>) -> Void
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
268 |   ) {
269 |     guard !self.isCancelled else {
[98/122] Compiling Apollo JSONConverter.swift
[99/122] Compiling Apollo JSONRequest.swift
[100/122] Compiling Apollo JSONResponseParsingInterceptor.swift
[101/122] Compiling Apollo JSONSerialization+Sorting.swift
[102/122] Compiling Apollo JSONSerializationFormat.swift
[103/122] Compiling Apollo MaxRetryInterceptor.swift
[104/122] Compiling Apollo MultipartFormData.swift
[105/122] Compiling Apollo MultipartResponseDeferParser.swift
[106/122] Compiling Apollo GraphQLQueryWatcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:129:30: warning: capture of non-sendable type 'Query.Type' in an isolated closure
127 |         case .success(let graphQLResult):
128 |           self.callbackQueue.async { [weak self] in
129 |             guard let self = self else {
    |                              `- warning: capture of non-sendable type 'Query.Type' in an isolated closure
130 |               return
131 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:128:44: warning: capture of non-sendable type 'Query.Type' in an isolated closure
126 |         switch result {
127 |         case .success(let graphQLResult):
128 |           self.callbackQueue.async { [weak self] in
    |                                            `- warning: capture of non-sendable type 'Query.Type' in an isolated closure
129 |             guard let self = self else {
130 |               return
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:136:18: warning: capture of non-sendable type 'Query.Data.Type' in an isolated closure
134 |               $0 = graphQLResult.dependentKeys
135 |             }
136 |             self.resultHandler(result)
    |                  `- warning: capture of non-sendable type 'Query.Data.Type' in an isolated closure
137 |           }
138 |         case .failure:
[107/122] Compiling Apollo GraphQLResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:129:30: warning: capture of non-sendable type 'Query.Type' in an isolated closure
127 |         case .success(let graphQLResult):
128 |           self.callbackQueue.async { [weak self] in
129 |             guard let self = self else {
    |                              `- warning: capture of non-sendable type 'Query.Type' in an isolated closure
130 |               return
131 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:128:44: warning: capture of non-sendable type 'Query.Type' in an isolated closure
126 |         switch result {
127 |         case .success(let graphQLResult):
128 |           self.callbackQueue.async { [weak self] in
    |                                            `- warning: capture of non-sendable type 'Query.Type' in an isolated closure
129 |             guard let self = self else {
130 |               return
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:136:18: warning: capture of non-sendable type 'Query.Data.Type' in an isolated closure
134 |               $0 = graphQLResult.dependentKeys
135 |             }
136 |             self.resultHandler(result)
    |                  `- warning: capture of non-sendable type 'Query.Data.Type' in an isolated closure
137 |           }
138 |         case .failure:
[108/122] Compiling Apollo GraphQLResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:129:30: warning: capture of non-sendable type 'Query.Type' in an isolated closure
127 |         case .success(let graphQLResult):
128 |           self.callbackQueue.async { [weak self] in
129 |             guard let self = self else {
    |                              `- warning: capture of non-sendable type 'Query.Type' in an isolated closure
130 |               return
131 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:128:44: warning: capture of non-sendable type 'Query.Type' in an isolated closure
126 |         switch result {
127 |         case .success(let graphQLResult):
128 |           self.callbackQueue.async { [weak self] in
    |                                            `- warning: capture of non-sendable type 'Query.Type' in an isolated closure
129 |             guard let self = self else {
130 |               return
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:136:18: warning: capture of non-sendable type 'Query.Data.Type' in an isolated closure
134 |               $0 = graphQLResult.dependentKeys
135 |             }
136 |             self.resultHandler(result)
    |                  `- warning: capture of non-sendable type 'Query.Data.Type' in an isolated closure
137 |           }
138 |         case .failure:
[109/122] Compiling Apollo GraphQLResultAccumulator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:129:30: warning: capture of non-sendable type 'Query.Type' in an isolated closure
127 |         case .success(let graphQLResult):
128 |           self.callbackQueue.async { [weak self] in
129 |             guard let self = self else {
    |                              `- warning: capture of non-sendable type 'Query.Type' in an isolated closure
130 |               return
131 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:128:44: warning: capture of non-sendable type 'Query.Type' in an isolated closure
126 |         switch result {
127 |         case .success(let graphQLResult):
128 |           self.callbackQueue.async { [weak self] in
    |                                            `- warning: capture of non-sendable type 'Query.Type' in an isolated closure
129 |             guard let self = self else {
130 |               return
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:136:18: warning: capture of non-sendable type 'Query.Data.Type' in an isolated closure
134 |               $0 = graphQLResult.dependentKeys
135 |             }
136 |             self.resultHandler(result)
    |                  `- warning: capture of non-sendable type 'Query.Data.Type' in an isolated closure
137 |           }
138 |         case .failure:
[110/122] Compiling Apollo GraphQLResultNormalizer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:129:30: warning: capture of non-sendable type 'Query.Type' in an isolated closure
127 |         case .success(let graphQLResult):
128 |           self.callbackQueue.async { [weak self] in
129 |             guard let self = self else {
    |                              `- warning: capture of non-sendable type 'Query.Type' in an isolated closure
130 |               return
131 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:128:44: warning: capture of non-sendable type 'Query.Type' in an isolated closure
126 |         switch result {
127 |         case .success(let graphQLResult):
128 |           self.callbackQueue.async { [weak self] in
    |                                            `- warning: capture of non-sendable type 'Query.Type' in an isolated closure
129 |             guard let self = self else {
130 |               return
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:136:18: warning: capture of non-sendable type 'Query.Data.Type' in an isolated closure
134 |               $0 = graphQLResult.dependentKeys
135 |             }
136 |             self.resultHandler(result)
    |                  `- warning: capture of non-sendable type 'Query.Data.Type' in an isolated closure
137 |           }
138 |         case .failure:
[111/122] Compiling Apollo GraphQLSelectionSetMapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:129:30: warning: capture of non-sendable type 'Query.Type' in an isolated closure
127 |         case .success(let graphQLResult):
128 |           self.callbackQueue.async { [weak self] in
129 |             guard let self = self else {
    |                              `- warning: capture of non-sendable type 'Query.Type' in an isolated closure
130 |               return
131 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:128:44: warning: capture of non-sendable type 'Query.Type' in an isolated closure
126 |         switch result {
127 |         case .success(let graphQLResult):
128 |           self.callbackQueue.async { [weak self] in
    |                                            `- warning: capture of non-sendable type 'Query.Type' in an isolated closure
129 |             guard let self = self else {
130 |               return
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:136:18: warning: capture of non-sendable type 'Query.Data.Type' in an isolated closure
134 |               $0 = graphQLResult.dependentKeys
135 |             }
136 |             self.resultHandler(result)
    |                  `- warning: capture of non-sendable type 'Query.Data.Type' in an isolated closure
137 |           }
138 |         case .failure:
[112/122] Compiling Apollo HTTPRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:129:30: warning: capture of non-sendable type 'Query.Type' in an isolated closure
127 |         case .success(let graphQLResult):
128 |           self.callbackQueue.async { [weak self] in
129 |             guard let self = self else {
    |                              `- warning: capture of non-sendable type 'Query.Type' in an isolated closure
130 |               return
131 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:128:44: warning: capture of non-sendable type 'Query.Type' in an isolated closure
126 |         switch result {
127 |         case .success(let graphQLResult):
128 |           self.callbackQueue.async { [weak self] in
    |                                            `- warning: capture of non-sendable type 'Query.Type' in an isolated closure
129 |             guard let self = self else {
130 |               return
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:136:18: warning: capture of non-sendable type 'Query.Data.Type' in an isolated closure
134 |               $0 = graphQLResult.dependentKeys
135 |             }
136 |             self.resultHandler(result)
    |                  `- warning: capture of non-sendable type 'Query.Data.Type' in an isolated closure
137 |           }
138 |         case .failure:
[113/122] Compiling Apollo HTTPResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:129:30: warning: capture of non-sendable type 'Query.Type' in an isolated closure
127 |         case .success(let graphQLResult):
128 |           self.callbackQueue.async { [weak self] in
129 |             guard let self = self else {
    |                              `- warning: capture of non-sendable type 'Query.Type' in an isolated closure
130 |               return
131 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:128:44: warning: capture of non-sendable type 'Query.Type' in an isolated closure
126 |         switch result {
127 |         case .success(let graphQLResult):
128 |           self.callbackQueue.async { [weak self] in
    |                                            `- warning: capture of non-sendable type 'Query.Type' in an isolated closure
129 |             guard let self = self else {
130 |               return
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:136:18: warning: capture of non-sendable type 'Query.Data.Type' in an isolated closure
134 |               $0 = graphQLResult.dependentKeys
135 |             }
136 |             self.resultHandler(result)
    |                  `- warning: capture of non-sendable type 'Query.Data.Type' in an isolated closure
137 |           }
138 |         case .failure:
[114/122] Compiling Apollo ResponsePath.swift
[115/122] Compiling Apollo SelectionSet+DictionaryIntializer.swift
[116/122] Compiling Apollo SelectionSet+JSONInitializer.swift
[117/122] Compiling Apollo TaskData.swift
[118/122] Compiling Apollo URLSessionClient.swift
[119/122] Compiling Apollo UploadRequest.swift
[120/122] Compiling Apollo resource_bundle_accessor.swift
[120/122] Write Objects.LinkFileList
[121/146] Linking libApollo-Dynamic.dylib
[123/146] Compiling ApolloWebSocket WebSocketClient.swift
[124/147] Compiling ApolloSQLite resource_bundle_accessor.swift
[125/147] Compiling ApolloTestSupport TestMockSelectionSetMapper.swift
[126/147] Compiling ApolloTestSupport TestMock.swift
[127/147] Emitting module ApolloTestSupport
[128/147] Compiling ApolloTestSupport Field.swift
[129/147] Compiling ApolloWebSocket WebSocketError.swift
/Users/admin/builder/spi-builder-workspace/Sources/ApolloWebSocket/WebSocketError.swift:35:14: warning: 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
33 |
34 |   /// The payload of the response.
35 |   public let payload: JSONObject?
   |              `- warning: 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
36 |
37 |   /// The underlying error, or nil if one was not returned
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable, ~Escapable where Wrapped : ~Copyable, Wrapped : ~Escapable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
[130/147] Compiling ApolloWebSocket OperationMessageIdCreator.swift
[131/147] Compiling ApolloWebSocket SplitNetworkTransport.swift
[132/147] Compiling ApolloWebSocket resource_bundle_accessor.swift
[133/147] Compiling ApolloSQLite SQLiteDatabase.swift
[134/147] Compiling ApolloSQLite SQLiteNormalizedCache.swift
[135/147] Compiling ApolloSQLite SQLiteSerialization.swift
[136/147] Emitting module ApolloSQLite
[137/147] Compiling ApolloSQLite JournalMode.swift
[138/147] Compiling ApolloSQLite ApolloSQLiteDatabase.swift
/Users/admin/builder/spi-builder-workspace/Sources/ApolloSQLite/ApolloSQLiteDatabase.swift:200:9: warning: result of call to 'performSync' is unused [#no-usage]
198 |
199 |   public func setJournalMode(mode: JournalMode) throws {
200 |     try performSync {
    |         `- warning: result of call to 'performSync' is unused [#no-usage]
201 |       try exec("PRAGMA journal_mode = \(mode.rawValue);", errorMessage: "Failed to set journal mode")
202 |     }
[139/147] Compiling ApolloWebSocket WebSocketTask.swift
[140/147] Compiling ApolloWebSocket WebSocketTransport.swift
/Users/admin/builder/spi-builder-workspace/Sources/ApolloWebSocket/WebSocketTransport.swift:232:26: warning: result of call to 'mutate(block:)' is unused [#no-usage]
230 |           // remove the callback if NOT a subscription
231 |           if subscriptions[id] == nil {
232 |             $subscribers.mutate { $0.removeValue(forKey: id) }
    |                          `- warning: result of call to 'mutate(block:)' is unused [#no-usage]
233 |           }
234 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/ApolloWebSocket/WebSocketTransport.swift:359:10: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
357 |
358 |       self.$subscribers.mutate { $0[identifier] = resultHandler }
359 |       if Operation.operationType == .subscription {
    |          `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
360 |         self.$subscriptions.mutate { $0[identifier] = message }
361 |       }
/Users/admin/builder/spi-builder-workspace/Sources/ApolloWebSocket/WebSocketTransport.swift:380:25: warning: result of call to 'mutate(block:)' is unused [#no-usage]
378 |         self.write(str)
379 |       }
380 |       self.$subscribers.mutate { $0.removeValue(forKey: subscriptionId) }
    |                         `- warning: result of call to 'mutate(block:)' is unused [#no-usage]
381 |       self.$subscriptions.mutate { $0.removeValue(forKey: subscriptionId) }
382 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ApolloWebSocket/WebSocketTransport.swift:381:27: warning: result of call to 'mutate(block:)' is unused [#no-usage]
379 |       }
380 |       self.$subscribers.mutate { $0.removeValue(forKey: subscriptionId) }
381 |       self.$subscriptions.mutate { $0.removeValue(forKey: subscriptionId) }
    |                           `- warning: result of call to 'mutate(block:)' is unused [#no-usage]
382 |     }
383 |   }
/Users/admin/builder/spi-builder-workspace/Sources/ApolloWebSocket/WebSocketTransport.swift:459:9: warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
457 |       func callCompletion(with result: Result<GraphQLResult<Operation.Data>, any Error>) {
458 |       callbackQueue.async {
459 |         completionHandler(result)
    |         `- warning: capture of non-sendable type 'Operation.Data.Type' in an isolated closure
460 |       }
461 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ApolloWebSocket/WebSocketTransport.swift:455:5: warning: capture of non-sendable type 'Operation.Type' in an isolated closure
453 |     context: (any RequestContext)? = nil,
454 |     callbackQueue: DispatchQueue = .main,
455 |     completionHandler: @escaping (Result<GraphQLResult<Operation.Data>, any Error>) -> Void) -> any Cancellable {
    |     `- warning: capture of non-sendable type 'Operation.Type' in an isolated closure
456 |
457 |       func callCompletion(with result: Result<GraphQLResult<Operation.Data>, any Error>) {
[141/147] Compiling ApolloWebSocket WebSocketStream.swift
[142/147] Compiling ApolloWebSocket OperationMessage.swift
[143/147] Emitting module ApolloWebSocket
/Users/admin/builder/spi-builder-workspace/Sources/ApolloWebSocket/WebSocketError.swift:35:14: warning: 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
33 |
34 |   /// The payload of the response.
35 |   public let payload: JSONObject?
   |              `- warning: 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
36 |
37 |   /// The underlying error, or nil if one was not returned
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable, ~Escapable where Wrapped : ~Copyable, Wrapped : ~Escapable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
[144/147] Compiling ApolloWebSocket Compression.swift
[145/147] Compiling ApolloWebSocket SSLClientCertificate.swift
[146/147] Compiling ApolloWebSocket SSLSecurity.swift
[147/147] Compiling ApolloWebSocket WebSocket.swift
Build complete! (11.75s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Apollo",
  "name" : "Apollo",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Apollo",
      "targets" : [
        "Apollo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ApolloAPI",
      "targets" : [
        "ApolloAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Apollo-Dynamic",
      "targets" : [
        "Apollo"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "ApolloSQLite",
      "targets" : [
        "ApolloSQLite"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ApolloWebSocket",
      "targets" : [
        "ApolloWebSocket"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ApolloTestSupport",
      "targets" : [
        "ApolloTestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "InstallCLI",
      "targets" : [
        "Install CLI"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Install_CLI",
      "module_type" : "PluginTarget",
      "name" : "Install CLI",
      "path" : "Plugins/InstallCLI",
      "plugin_capability" : {
        "intent" : {
          "description" : "Installs the Apollo iOS Command line interface.",
          "type" : "custom",
          "verb" : "apollo-cli-install"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Downloads and unzips the CLI executable into your project directory.",
            "type" : "writeToPackageDirectory"
          },
          {
            "network_scope" : {
              "all" : {
                "ports" : [
                ]
              }
            },
            "reason" : "Downloads the Apollo iOS CLI executable from the GitHub Release.",
            "type" : "allowNetworkConnections"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "InstallCLI"
      ],
      "sources" : [
        "InstallCLIPluginCommand.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "ApolloWebSocket",
      "module_type" : "SwiftTarget",
      "name" : "ApolloWebSocket",
      "path" : "Sources/ApolloWebSocket",
      "product_memberships" : [
        "ApolloWebSocket"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ApolloWebSocket/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "DefaultImplementation/Compression.swift",
        "DefaultImplementation/SSLClientCertificate.swift",
        "DefaultImplementation/SSLSecurity.swift",
        "DefaultImplementation/WebSocket.swift",
        "DefaultImplementation/WebSocketStream.swift",
        "OperationMessage.swift",
        "OperationMessageIdCreator.swift",
        "SplitNetworkTransport.swift",
        "WebSocketClient.swift",
        "WebSocketError.swift",
        "WebSocketTask.swift",
        "WebSocketTransport.swift"
      ],
      "target_dependencies" : [
        "Apollo"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ApolloTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "ApolloTestSupport",
      "path" : "Sources/ApolloTestSupport",
      "product_memberships" : [
        "ApolloTestSupport"
      ],
      "sources" : [
        "Field.swift",
        "TestMock.swift",
        "TestMockSelectionSetMapper.swift"
      ],
      "target_dependencies" : [
        "Apollo",
        "ApolloAPI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ApolloSQLite",
      "module_type" : "SwiftTarget",
      "name" : "ApolloSQLite",
      "path" : "Sources/ApolloSQLite",
      "product_memberships" : [
        "ApolloSQLite"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ApolloSQLite/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ApolloSQLiteDatabase.swift",
        "JournalMode.swift",
        "SQLiteDatabase.swift",
        "SQLiteNormalizedCache.swift",
        "SQLiteSerialization.swift"
      ],
      "target_dependencies" : [
        "Apollo"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ApolloAPI",
      "module_type" : "SwiftTarget",
      "name" : "ApolloAPI",
      "path" : "Sources/ApolloAPI",
      "product_memberships" : [
        "Apollo",
        "ApolloAPI",
        "Apollo-Dynamic",
        "ApolloSQLite",
        "ApolloWebSocket",
        "ApolloTestSupport"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AnyHashableConvertible.swift",
        "CacheKeyInfo.swift",
        "CacheReference.swift",
        "DataDict.swift",
        "Deferred.swift",
        "FragmentProtocols.swift",
        "GraphQLEnum.swift",
        "GraphQLNullable.swift",
        "GraphQLOperation.swift",
        "InputValue.swift",
        "JSON.swift",
        "JSONDecodingError.swift",
        "JSONStandardTypeConversions.swift",
        "LocalCacheMutation.swift",
        "ObjectData.swift",
        "OutputTypeConvertible.swift",
        "ParentType.swift",
        "ScalarTypes.swift",
        "SchemaConfiguration.swift",
        "SchemaMetadata.swift",
        "SchemaTypes/EnumType.swift",
        "SchemaTypes/InputObject.swift",
        "SchemaTypes/Interface.swift",
        "SchemaTypes/Object.swift",
        "SchemaTypes/Union.swift",
        "Selection+Conditions.swift",
        "Selection.swift",
        "SelectionSet.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Apollo",
      "module_type" : "SwiftTarget",
      "name" : "Apollo",
      "path" : "Sources/Apollo",
      "product_memberships" : [
        "Apollo",
        "Apollo-Dynamic",
        "ApolloSQLite",
        "ApolloWebSocket",
        "ApolloTestSupport"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Apollo/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AnyGraphQLResponse.swift",
        "ApolloClient.swift",
        "ApolloClientProtocol.swift",
        "ApolloErrorInterceptor.swift",
        "ApolloInterceptor.swift",
        "ApolloStore.swift",
        "Atomic.swift",
        "AutomaticPersistedQueryInterceptor.swift",
        "Bundle+Helpers.swift",
        "CacheReadInterceptor.swift",
        "CacheWriteInterceptor.swift",
        "Cancellable.swift",
        "Collection+Helpers.swift",
        "Constants.swift",
        "DataDict+Merging.swift",
        "DataDictMapper.swift",
        "DataLoader.swift",
        "DefaultInterceptorProvider.swift",
        "Dictionary+Helpers.swift",
        "DispatchQueue+Optional.swift",
        "ExecutionSources/CacheDataExecutionSource.swift",
        "ExecutionSources/NetworkResponseExecutionSource.swift",
        "ExecutionSources/SelectionSetModelExecutionSource.swift",
        "FieldSelectionCollector.swift",
        "GraphQLDependencyTracker.swift",
        "GraphQLError.swift",
        "GraphQLExecutionSource.swift",
        "GraphQLExecutor.swift",
        "GraphQLFile.swift",
        "GraphQLGETTransformer.swift",
        "GraphQLHTTPMethod.swift",
        "GraphQLHTTPRequestError.swift",
        "GraphQLQueryWatcher.swift",
        "GraphQLResponse.swift",
        "GraphQLResult.swift",
        "GraphQLResultAccumulator.swift",
        "GraphQLResultNormalizer.swift",
        "GraphQLSelectionSetMapper.swift",
        "HTTPRequest.swift",
        "HTTPResponse.swift",
        "HTTPURLResponse+Helpers.swift",
        "InMemoryNormalizedCache.swift",
        "IncrementalGraphQLResponse.swift",
        "IncrementalGraphQLResult.swift",
        "IncrementalJSONResponseParsingInterceptor.swift",
        "InputValue+Evaluation.swift",
        "InterceptorProvider.swift",
        "InterceptorRequestChain.swift",
        "JSONConverter.swift",
        "JSONRequest.swift",
        "JSONResponseParsingInterceptor.swift",
        "JSONSerialization+Sorting.swift",
        "JSONSerializationFormat.swift",
        "MaxRetryInterceptor.swift",
        "MultipartFormData.swift",
        "MultipartResponseDeferParser.swift",
        "MultipartResponseParsingInterceptor.swift",
        "MultipartResponseSubscriptionParser.swift",
        "NetworkFetchInterceptor.swift",
        "NetworkTransport.swift",
        "NormalizedCache.swift",
        "PathComponent.swift",
        "PossiblyDeferred.swift",
        "Record.swift",
        "RecordSet.swift",
        "RequestBodyCreator.swift",
        "RequestChain.swift",
        "RequestChainNetworkTransport.swift",
        "RequestClientMetadata.swift",
        "RequestContext.swift",
        "ResponseCodeInterceptor.swift",
        "ResponsePath.swift",
        "SelectionSet+DictionaryIntializer.swift",
        "SelectionSet+JSONInitializer.swift",
        "TaskData.swift",
        "URLSessionClient.swift",
        "UploadRequest.swift"
      ],
      "target_dependencies" : [
        "ApolloAPI"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.