The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of ApolloExtensions, reference main (a938b0), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 13:27:49 UTC.

Swift 6 data race errors: 13

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bdbergeron/apollo-ios-extensions.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bdbergeron/apollo-ios-extensions
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a938b0c Update CI action (#3)
Cloned https://github.com/bdbergeron/apollo-ios-extensions.git
Revision (git rev-parse @):
a938b0cf07ac2e4126781e17f1542a4b63e8bf27
SUCCESS checkout https://github.com/bdbergeron/apollo-ios-extensions.git at main
Fetching https://github.com/apollographql/apollo-ios
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/9607] Fetching sqlite.swift
[4901/103430] Fetching sqlite.swift, apollo-ios
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (30.03s)
Fetched https://github.com/apollographql/apollo-ios from cache (30.03s)
Computing version for https://github.com/apollographql/apollo-ios
Computed https://github.com/apollographql/apollo-ios at 1.9.3 (30.83s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.0 (0.62s)
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.0
Creating working copy for https://github.com/apollographql/apollo-ios
Working copy of https://github.com/apollographql/apollo-ios resolved at 1.9.3
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "apollo-ios-extensions",
      "name": "ApolloExtensions",
      "url": "https://github.com/bdbergeron/apollo-ios-extensions.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/apollo-ios-extensions",
      "dependencies": [
        {
          "identity": "apollo-ios",
          "name": "Apollo",
          "url": "https://github.com/apollographql/apollo-ios",
          "version": "1.20.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/apollo-ios",
          "dependencies": [
            {
              "identity": "sqlite.swift",
              "name": "SQLite.swift",
              "url": "https://github.com/stephencelis/SQLite.swift.git",
              "version": "0.15.3",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SQLite.swift",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/bdbergeron/apollo-ios-extensions.git
[1/219] Fetching apollo-ios-extensions
Fetched https://github.com/bdbergeron/apollo-ios-extensions.git from cache (1.72s)
Fetching https://github.com/apollographql/apollo-ios from cache
Fetched https://github.com/apollographql/apollo-ios from cache (0.58s)
Computing version for https://github.com/apollographql/apollo-ios
Computed https://github.com/apollographql/apollo-ios at 1.20.0 (1.07s)
Fetching https://github.com/stephencelis/SQLite.swift.git from cache
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.48s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
warning: 'sqlite.swift': /Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.3 (0.96s)
Creating working copy for https://github.com/bdbergeron/apollo-ios-extensions.git
Working copy of https://github.com/bdbergeron/apollo-ios-extensions.git resolved at main (a938b0c)
Creating working copy for https://github.com/apollographql/apollo-ios
Working copy of https://github.com/apollographql/apollo-ios resolved at 1.20.0
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.3
warning: 'sqlite.swift': /Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
warning: '.resolve-product-dependencies': dependency 'apollo-ios-extensions' is not used by any target
Found 1 product dependencies
  - Apollo
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bdbergeron/apollo-ios-extensions.git
https://github.com/bdbergeron/apollo-ios-extensions.git
{
  "dependencies" : [
    {
      "identity" : "apollo-ios",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apollographql/apollo-ios"
    }
  ],
  "manifest_display_name" : "ApolloExtensions",
  "name" : "ApolloExtensions",
  "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"
    }
  ],
  "products" : [
    {
      "name" : "ApolloExtensions",
      "targets" : [
        "ApolloExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ApolloExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "ApolloExtensionsTests",
      "path" : "Tests/ApolloExtensionsTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/ApolloExtensionsTests/Resources/invalid_json.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/ApolloExtensionsTests/Resources/people.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ApolloClientProtocolDefaultsTests.swift",
        "ApolloTestHelpersTests.swift",
        "GraphQL/Person.graphql.swift",
        "GraphQL/PersonCollection.graphql.swift",
        "GraphQL/TestMutation.graphql.swift",
        "GraphQL/TestQuery.graphql.swift",
        "GraphQL/TestSubscription.graphql.swift",
        "MockApolloClientTests.swift",
        "SelectionSetPruneOptionalsTests.swift"
      ],
      "target_dependencies" : [
        "ApolloExtensions",
        "ApolloExtensionsTestSchema"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ApolloExtensionsTestSchema",
      "module_type" : "SwiftTarget",
      "name" : "ApolloExtensionsTestSchema",
      "path" : "Sources/ApolloExtensionsTestSchema",
      "product_dependencies" : [
        "Apollo"
      ],
      "sources" : [
        "InputObjects/UpdatePersonMutationInput.graphql.swift",
        "Interfaces/Collection.graphql.swift",
        "Interfaces/CollectionEdge.graphql.swift",
        "Interfaces/Node.graphql.swift",
        "Objects/Mutation.graphql.swift",
        "Objects/Person.graphql.swift",
        "Objects/PersonCollection.graphql.swift",
        "Objects/PersonCollectionEdge.graphql.swift",
        "Objects/Query.graphql.swift",
        "Objects/Subscription.graphql.swift",
        "SchemaConfiguration.swift",
        "SchemaMetadata.graphql.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ApolloExtensions",
      "module_type" : "SwiftTarget",
      "name" : "ApolloExtensions",
      "path" : "Sources/ApolloExtensions",
      "product_dependencies" : [
        "Apollo"
      ],
      "product_memberships" : [
        "ApolloExtensions"
      ],
      "sources" : [
        "ApolloClientProtocol+Defaults.swift",
        "DataDict+CustomStringConvertible.swift",
        "GraphQLResult+Defaults.swift",
        "GraphQLResult+mockedJSONResponse.swift",
        "GraphQLResultProtocol.swift",
        "Mocks/MockApolloClient.swift",
        "SelectionSet+PruneOptionals.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin Install CLI
Building for debugging...
[1/8] Write sources
[5/8] Copying PrivacyInfo.xcprivacy
[7/8] Write swift-version-2F0A5646E1D333AE.txt
[9/36] Emitting module ApolloAPI
[10/38] Compiling ApolloAPI Union.swift
[11/38] Compiling ApolloAPI Selection+Conditions.swift
[12/38] Compiling ApolloAPI Selection.swift
[13/38] Compiling ApolloAPI OutputTypeConvertible.swift
[14/38] Compiling ApolloAPI ParentType.swift
[15/38] Compiling ApolloAPI ScalarTypes.swift
[16/38] Compiling ApolloAPI InputObject.swift
[17/38] Compiling ApolloAPI Interface.swift
[18/38] Compiling ApolloAPI Object.swift
[19/38] Compiling ApolloAPI SchemaConfiguration.swift
[20/38] Compiling ApolloAPI SchemaMetadata.swift
[21/38] Compiling ApolloAPI EnumType.swift
[22/38] Compiling ApolloAPI SelectionSet.swift
[23/38] Compiling ApolloAPI resource_bundle_accessor.swift
[24/38] Compiling ApolloAPI DataDict.swift
[25/38] Compiling ApolloAPI Deferred.swift
[26/38] Compiling ApolloAPI FragmentProtocols.swift
[27/38] Compiling ApolloAPI InputValue.swift
[28/38] Compiling ApolloAPI JSON.swift
[29/38] Compiling ApolloAPI JSONDecodingError.swift
[30/38] Compiling ApolloAPI AnyHashableConvertible.swift
[31/38] Compiling ApolloAPI CacheKeyInfo.swift
[32/38] Compiling ApolloAPI CacheReference.swift
[33/38] Compiling ApolloAPI JSONStandardTypeConversions.swift
[34/38] Compiling ApolloAPI LocalCacheMutation.swift
[35/38] Compiling ApolloAPI ObjectData.swift
[36/38] Compiling ApolloAPI GraphQLEnum.swift
[37/38] Compiling ApolloAPI GraphQLNullable.swift
[38/38] Compiling ApolloAPI GraphQLOperation.swift
[39/102] Compiling Apollo Bundle+Helpers.swift
[40/102] Compiling Apollo CacheReadInterceptor.swift
[41/102] Compiling Apollo CacheWriteInterceptor.swift
[42/102] Compiling Apollo Cancellable.swift
[43/102] Compiling Apollo Collection+Helpers.swift
[44/102] Compiling Apollo Constants.swift
[45/102] Compiling Apollo DataLoader.swift
[46/108] Compiling Apollo ApolloClient.swift
[47/108] Compiling Apollo ApolloClientProtocol.swift
[48/108] Compiling Apollo ApolloErrorInterceptor.swift
[49/108] Compiling Apollo ApolloInterceptor.swift
[50/108] Compiling Apollo ApolloStore.swift
[51/108] Compiling Apollo Atomic.swift
[52/108] Compiling Apollo AutomaticPersistedQueryInterceptor.swift
[53/108] Emitting module Apollo
[54/108] Compiling Apollo RecordSet.swift
[55/108] Compiling Apollo RequestBodyCreator.swift
[56/108] Compiling Apollo RequestChain.swift
[57/108] Compiling Apollo RequestChainNetworkTransport.swift
[58/108] Compiling Apollo RequestContext.swift
[59/108] Compiling Apollo ResponseCodeInterceptor.swift
[60/108] Compiling Apollo ResponsePath.swift
[61/108] Compiling Apollo MultipartResponseParsingInterceptor.swift
[62/108] Compiling Apollo MultipartResponseSubscriptionParser.swift
[63/108] Compiling Apollo NetworkFetchInterceptor.swift
[64/108] Compiling Apollo NetworkTransport.swift
[65/108] Compiling Apollo NormalizedCache.swift
[66/108] Compiling Apollo PossiblyDeferred.swift
[67/108] Compiling Apollo Record.swift
[68/108] Compiling Apollo JSONRequest.swift
[69/108] Compiling Apollo JSONResponseParsingInterceptor.swift
[70/108] Compiling Apollo JSONSerialization+Sorting.swift
[71/108] Compiling Apollo JSONSerializationFormat.swift
[72/108] Compiling Apollo MaxRetryInterceptor.swift
[73/108] Compiling Apollo MultipartFormData.swift
[74/108] Compiling Apollo MultipartResponseDeferParser.swift
[75/108] Compiling Apollo HTTPRequest.swift
[76/108] Compiling Apollo HTTPResponse.swift
[77/108] Compiling Apollo HTTPURLResponse+Helpers.swift
[78/108] Compiling Apollo InMemoryNormalizedCache.swift
[79/108] Compiling Apollo InputValue+Evaluation.swift
[80/108] Compiling Apollo InterceptorProvider.swift
[81/108] Compiling Apollo InterceptorRequestChain.swift
[82/108] Compiling Apollo DefaultInterceptorProvider.swift
[83/108] Compiling Apollo Dictionary+Helpers.swift
[84/108] Compiling Apollo DispatchQueue+Optional.swift
[85/108] Compiling Apollo CacheDataExecutionSource.swift
[86/108] Compiling Apollo NetworkResponseExecutionSource.swift
[87/108] Compiling Apollo SelectionSetModelExecutionSource.swift
[88/108] Compiling Apollo FieldSelectionCollector.swift
[89/108] Compiling Apollo GraphQLHTTPRequestError.swift
[90/108] Compiling Apollo GraphQLQueryWatcher.swift
[91/108] Compiling Apollo GraphQLResponse.swift
[92/108] Compiling Apollo GraphQLResult.swift
[93/108] Compiling Apollo GraphQLResultAccumulator.swift
[94/108] Compiling Apollo GraphQLResultNormalizer.swift
[95/108] Compiling Apollo GraphQLSelectionSetMapper.swift
[96/108] Compiling Apollo GraphQLDependencyTracker.swift
[97/108] Compiling Apollo GraphQLError.swift
[98/108] Compiling Apollo GraphQLExecutionSource.swift
[99/108] Compiling Apollo GraphQLExecutor.swift
[100/108] Compiling Apollo GraphQLFile.swift
[101/108] Compiling Apollo GraphQLGETTransformer.swift
[102/108] Compiling Apollo GraphQLHTTPMethod.swift
[103/108] Compiling Apollo SelectionSet+DictionaryIntializer.swift
[104/108] Compiling Apollo SelectionSet+JSONInitializer.swift
[105/108] Compiling Apollo TaskData.swift
[106/108] Compiling Apollo URLSessionClient.swift
[107/108] Compiling Apollo UploadRequest.swift
[108/108] Compiling Apollo resource_bundle_accessor.swift
[109/128] Compiling ApolloExtensionsTestSchema Query.graphql.swift
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Objects/Query.graphql.swift:7:14: warning: static property 'Query' is not concurrency-safe because non-'Sendable' type 'Object' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 | public extension Objects {
 7 |   static let Query = ApolloAPI.Object(
   |              `- warning: static property 'Query' is not concurrency-safe because non-'Sendable' type 'Object' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |     typename: "Query",
 9 |     implementedInterfaces: []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/apollo-ios/Sources/ApolloAPI/SchemaTypes/Object.swift:6:15: note: struct 'Object' does not conform to the 'Sendable' protocol
 4 | /// # See Also
 5 | /// [GraphQLSpec - Objects](https://spec.graphql.org/draft/#sec-Objects)
 6 | public struct Object: Hashable {
   |               `- note: struct 'Object' does not conform to the 'Sendable' protocol
 7 |
 8 |   /// Designated Initializer
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Objects/Query.graphql.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
 2 | // This file was automatically generated and should not be edited.
 3 |
 4 | import ApolloAPI
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
 5 |
 6 | public extension Objects {
 7 |   static let Query = ApolloAPI.Object(
   |              |- note: add '@MainActor' to make static property 'Query' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |     typename: "Query",
 9 |     implementedInterfaces: []
[110/128] Compiling ApolloExtensionsTestSchema Subscription.graphql.swift
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Objects/Subscription.graphql.swift:7:14: warning: static property 'Subscription' is not concurrency-safe because non-'Sendable' type 'Object' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 | public extension Objects {
 7 |   static let Subscription = ApolloAPI.Object(
   |              `- warning: static property 'Subscription' is not concurrency-safe because non-'Sendable' type 'Object' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |     typename: "Subscription",
 9 |     implementedInterfaces: []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/apollo-ios/Sources/ApolloAPI/SchemaTypes/Object.swift:6:15: note: struct 'Object' does not conform to the 'Sendable' protocol
 4 | /// # See Also
 5 | /// [GraphQLSpec - Objects](https://spec.graphql.org/draft/#sec-Objects)
 6 | public struct Object: Hashable {
   |               `- note: struct 'Object' does not conform to the 'Sendable' protocol
 7 |
 8 |   /// Designated Initializer
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Objects/Subscription.graphql.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
 2 | // This file was automatically generated and should not be edited.
 3 |
 4 | import ApolloAPI
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
 5 |
 6 | public extension Objects {
 7 |   static let Subscription = ApolloAPI.Object(
   |              |- note: add '@MainActor' to make static property 'Subscription' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |     typename: "Subscription",
 9 |     implementedInterfaces: []
[111/128] Compiling ApolloExtensionsTestSchema PersonCollectionEdge.graphql.swift
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Objects/PersonCollectionEdge.graphql.swift:7:14: warning: static property 'PersonCollectionEdge' is not concurrency-safe because non-'Sendable' type 'Object' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 | public extension Objects {
 7 |   static let PersonCollectionEdge = ApolloAPI.Object(
   |              `- warning: static property 'PersonCollectionEdge' is not concurrency-safe because non-'Sendable' type 'Object' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |     typename: "PersonCollectionEdge",
 9 |     implementedInterfaces: [Interfaces.CollectionEdge.self]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/apollo-ios/Sources/ApolloAPI/SchemaTypes/Object.swift:6:15: note: struct 'Object' does not conform to the 'Sendable' protocol
 4 | /// # See Also
 5 | /// [GraphQLSpec - Objects](https://spec.graphql.org/draft/#sec-Objects)
 6 | public struct Object: Hashable {
   |               `- note: struct 'Object' does not conform to the 'Sendable' protocol
 7 |
 8 |   /// Designated Initializer
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Objects/PersonCollectionEdge.graphql.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
 2 | // This file was automatically generated and should not be edited.
 3 |
 4 | import ApolloAPI
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
 5 |
 6 | public extension Objects {
 7 |   static let PersonCollectionEdge = ApolloAPI.Object(
   |              |- note: add '@MainActor' to make static property 'PersonCollectionEdge' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |     typename: "PersonCollectionEdge",
 9 |     implementedInterfaces: [Interfaces.CollectionEdge.self]
[112/128] Compiling ApolloExtensionsTestSchema SchemaConfiguration.swift
[113/128] Compiling ApolloExtensionsTestSchema Person.graphql.swift
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Objects/Person.graphql.swift:7:14: warning: static property 'Person' is not concurrency-safe because non-'Sendable' type 'Object' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 | public extension Objects {
 7 |   static let Person = ApolloAPI.Object(
   |              `- warning: static property 'Person' is not concurrency-safe because non-'Sendable' type 'Object' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |     typename: "Person",
 9 |     implementedInterfaces: [Interfaces.Node.self]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/apollo-ios/Sources/ApolloAPI/SchemaTypes/Object.swift:6:15: note: struct 'Object' does not conform to the 'Sendable' protocol
 4 | /// # See Also
 5 | /// [GraphQLSpec - Objects](https://spec.graphql.org/draft/#sec-Objects)
 6 | public struct Object: Hashable {
   |               `- note: struct 'Object' does not conform to the 'Sendable' protocol
 7 |
 8 |   /// Designated Initializer
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Objects/Person.graphql.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
 2 | // This file was automatically generated and should not be edited.
 3 |
 4 | import ApolloAPI
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
 5 |
 6 | public extension Objects {
 7 |   static let Person = ApolloAPI.Object(
   |              |- note: add '@MainActor' to make static property 'Person' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |     typename: "Person",
 9 |     implementedInterfaces: [Interfaces.Node.self]
[114/128] Compiling ApolloExtensionsTestSchema Mutation.graphql.swift
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Objects/Mutation.graphql.swift:7:14: warning: static property 'Mutation' is not concurrency-safe because non-'Sendable' type 'Object' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 | public extension Objects {
 7 |   static let Mutation = ApolloAPI.Object(
   |              `- warning: static property 'Mutation' is not concurrency-safe because non-'Sendable' type 'Object' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |     typename: "Mutation",
 9 |     implementedInterfaces: []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/apollo-ios/Sources/ApolloAPI/SchemaTypes/Object.swift:6:15: note: struct 'Object' does not conform to the 'Sendable' protocol
 4 | /// # See Also
 5 | /// [GraphQLSpec - Objects](https://spec.graphql.org/draft/#sec-Objects)
 6 | public struct Object: Hashable {
   |               `- note: struct 'Object' does not conform to the 'Sendable' protocol
 7 |
 8 |   /// Designated Initializer
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Objects/Mutation.graphql.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
 2 | // This file was automatically generated and should not be edited.
 3 |
 4 | import ApolloAPI
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
 5 |
 6 | public extension Objects {
 7 |   static let Mutation = ApolloAPI.Object(
   |              |- note: add '@MainActor' to make static property 'Mutation' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |     typename: "Mutation",
 9 |     implementedInterfaces: []
[115/128] Compiling ApolloExtensionsTestSchema CollectionEdge.graphql.swift
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Interfaces/CollectionEdge.graphql.swift:7:14: warning: static property 'CollectionEdge' is not concurrency-safe because non-'Sendable' type 'Interface' may have shared mutable state; this is an error in the Swift 6 language mode
5 |
6 | public extension Interfaces {
7 |   static let CollectionEdge = Interface(name: "CollectionEdge")
  |              `- warning: static property 'CollectionEdge' is not concurrency-safe because non-'Sendable' type 'Interface' may have shared mutable state; this is an error in the Swift 6 language mode
8 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/apollo-ios/Sources/ApolloAPI/SchemaTypes/Interface.swift:7:15: note: struct 'Interface' does not conform to the 'Sendable' protocol
 5 | /// # See Also
 6 | /// [GraphQLSpec - Interfaces](https://spec.graphql.org/draft/#sec-Interfaces)
 7 | public struct Interface: Hashable {
   |               `- note: struct 'Interface' does not conform to the 'Sendable' protocol
 8 |   /// The name of the ``Interface`` in the GraphQL schema.
 9 |   public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Interfaces/CollectionEdge.graphql.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
2 | // This file was automatically generated and should not be edited.
3 |
4 | import ApolloAPI
  | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
5 |
6 | public extension Interfaces {
7 |   static let CollectionEdge = Interface(name: "CollectionEdge")
  |              |- note: add '@MainActor' to make static property 'CollectionEdge' part of global actor 'MainActor'
  |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | }
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Interfaces/Node.graphql.swift:7:14: warning: static property 'Node' is not concurrency-safe because non-'Sendable' type 'Interface' may have shared mutable state; this is an error in the Swift 6 language mode
5 |
6 | public extension Interfaces {
7 |   static let Node = Interface(name: "Node")
  |              `- warning: static property 'Node' is not concurrency-safe because non-'Sendable' type 'Interface' may have shared mutable state; this is an error in the Swift 6 language mode
8 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/apollo-ios/Sources/ApolloAPI/SchemaTypes/Interface.swift:7:15: note: struct 'Interface' does not conform to the 'Sendable' protocol
 5 | /// # See Also
 6 | /// [GraphQLSpec - Interfaces](https://spec.graphql.org/draft/#sec-Interfaces)
 7 | public struct Interface: Hashable {
   |               `- note: struct 'Interface' does not conform to the 'Sendable' protocol
 8 |   /// The name of the ``Interface`` in the GraphQL schema.
 9 |   public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Interfaces/Node.graphql.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
2 | // This file was automatically generated and should not be edited.
3 |
4 | import ApolloAPI
  | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
5 |
6 | public extension Interfaces {
7 |   static let Node = Interface(name: "Node")
  |              |- note: add '@MainActor' to make static property 'Node' part of global actor 'MainActor'
  |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | }
[116/128] Compiling ApolloExtensionsTestSchema Node.graphql.swift
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Interfaces/CollectionEdge.graphql.swift:7:14: warning: static property 'CollectionEdge' is not concurrency-safe because non-'Sendable' type 'Interface' may have shared mutable state; this is an error in the Swift 6 language mode
5 |
6 | public extension Interfaces {
7 |   static let CollectionEdge = Interface(name: "CollectionEdge")
  |              `- warning: static property 'CollectionEdge' is not concurrency-safe because non-'Sendable' type 'Interface' may have shared mutable state; this is an error in the Swift 6 language mode
8 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/apollo-ios/Sources/ApolloAPI/SchemaTypes/Interface.swift:7:15: note: struct 'Interface' does not conform to the 'Sendable' protocol
 5 | /// # See Also
 6 | /// [GraphQLSpec - Interfaces](https://spec.graphql.org/draft/#sec-Interfaces)
 7 | public struct Interface: Hashable {
   |               `- note: struct 'Interface' does not conform to the 'Sendable' protocol
 8 |   /// The name of the ``Interface`` in the GraphQL schema.
 9 |   public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Interfaces/CollectionEdge.graphql.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
2 | // This file was automatically generated and should not be edited.
3 |
4 | import ApolloAPI
  | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
5 |
6 | public extension Interfaces {
7 |   static let CollectionEdge = Interface(name: "CollectionEdge")
  |              |- note: add '@MainActor' to make static property 'CollectionEdge' part of global actor 'MainActor'
  |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | }
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Interfaces/Node.graphql.swift:7:14: warning: static property 'Node' is not concurrency-safe because non-'Sendable' type 'Interface' may have shared mutable state; this is an error in the Swift 6 language mode
5 |
6 | public extension Interfaces {
7 |   static let Node = Interface(name: "Node")
  |              `- warning: static property 'Node' is not concurrency-safe because non-'Sendable' type 'Interface' may have shared mutable state; this is an error in the Swift 6 language mode
8 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/apollo-ios/Sources/ApolloAPI/SchemaTypes/Interface.swift:7:15: note: struct 'Interface' does not conform to the 'Sendable' protocol
 5 | /// # See Also
 6 | /// [GraphQLSpec - Interfaces](https://spec.graphql.org/draft/#sec-Interfaces)
 7 | public struct Interface: Hashable {
   |               `- note: struct 'Interface' does not conform to the 'Sendable' protocol
 8 |   /// The name of the ``Interface`` in the GraphQL schema.
 9 |   public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Interfaces/Node.graphql.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
2 | // This file was automatically generated and should not be edited.
3 |
4 | import ApolloAPI
  | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
5 |
6 | public extension Interfaces {
7 |   static let Node = Interface(name: "Node")
  |              |- note: add '@MainActor' to make static property 'Node' part of global actor 'MainActor'
  |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | }
[117/128] Emitting module ApolloExtensionsTestSchema
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Interfaces/Collection.graphql.swift:7:14: warning: static property 'Collection' is not concurrency-safe because non-'Sendable' type 'Interface' may have shared mutable state; this is an error in the Swift 6 language mode
5 |
6 | public extension Interfaces {
7 |   static let Collection = Interface(name: "Collection")
  |              `- warning: static property 'Collection' is not concurrency-safe because non-'Sendable' type 'Interface' may have shared mutable state; this is an error in the Swift 6 language mode
8 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/apollo-ios/Sources/ApolloAPI/SchemaTypes/Interface.swift:7:15: note: struct 'Interface' does not conform to the 'Sendable' protocol
 5 | /// # See Also
 6 | /// [GraphQLSpec - Interfaces](https://spec.graphql.org/draft/#sec-Interfaces)
 7 | public struct Interface: Hashable {
   |               `- note: struct 'Interface' does not conform to the 'Sendable' protocol
 8 |   /// The name of the ``Interface`` in the GraphQL schema.
 9 |   public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Interfaces/Collection.graphql.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
2 | // This file was automatically generated and should not be edited.
3 |
4 | import ApolloAPI
  | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
5 |
6 | public extension Interfaces {
7 |   static let Collection = Interface(name: "Collection")
  |              |- note: add '@MainActor' to make static property 'Collection' part of global actor 'MainActor'
  |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | }
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Interfaces/CollectionEdge.graphql.swift:7:14: warning: static property 'CollectionEdge' is not concurrency-safe because non-'Sendable' type 'Interface' may have shared mutable state; this is an error in the Swift 6 language mode
5 |
6 | public extension Interfaces {
7 |   static let CollectionEdge = Interface(name: "CollectionEdge")
  |              `- warning: static property 'CollectionEdge' is not concurrency-safe because non-'Sendable' type 'Interface' may have shared mutable state; this is an error in the Swift 6 language mode
8 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/apollo-ios/Sources/ApolloAPI/SchemaTypes/Interface.swift:7:15: note: struct 'Interface' does not conform to the 'Sendable' protocol
 5 | /// # See Also
 6 | /// [GraphQLSpec - Interfaces](https://spec.graphql.org/draft/#sec-Interfaces)
 7 | public struct Interface: Hashable {
   |               `- note: struct 'Interface' does not conform to the 'Sendable' protocol
 8 |   /// The name of the ``Interface`` in the GraphQL schema.
 9 |   public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Interfaces/CollectionEdge.graphql.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
2 | // This file was automatically generated and should not be edited.
3 |
4 | import ApolloAPI
  | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
5 |
6 | public extension Interfaces {
7 |   static let CollectionEdge = Interface(name: "CollectionEdge")
  |              |- note: add '@MainActor' to make static property 'CollectionEdge' part of global actor 'MainActor'
  |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | }
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Interfaces/Node.graphql.swift:7:14: warning: static property 'Node' is not concurrency-safe because non-'Sendable' type 'Interface' may have shared mutable state; this is an error in the Swift 6 language mode
5 |
6 | public extension Interfaces {
7 |   static let Node = Interface(name: "Node")
  |              `- warning: static property 'Node' is not concurrency-safe because non-'Sendable' type 'Interface' may have shared mutable state; this is an error in the Swift 6 language mode
8 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/apollo-ios/Sources/ApolloAPI/SchemaTypes/Interface.swift:7:15: note: struct 'Interface' does not conform to the 'Sendable' protocol
 5 | /// # See Also
 6 | /// [GraphQLSpec - Interfaces](https://spec.graphql.org/draft/#sec-Interfaces)
 7 | public struct Interface: Hashable {
   |               `- note: struct 'Interface' does not conform to the 'Sendable' protocol
 8 |   /// The name of the ``Interface`` in the GraphQL schema.
 9 |   public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Interfaces/Node.graphql.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
2 | // This file was automatically generated and should not be edited.
3 |
4 | import ApolloAPI
  | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
5 |
6 | public extension Interfaces {
7 |   static let Node = Interface(name: "Node")
  |              |- note: add '@MainActor' to make static property 'Node' part of global actor 'MainActor'
  |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | }
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Objects/Mutation.graphql.swift:7:14: warning: static property 'Mutation' is not concurrency-safe because non-'Sendable' type 'Object' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 | public extension Objects {
 7 |   static let Mutation = ApolloAPI.Object(
   |              `- warning: static property 'Mutation' is not concurrency-safe because non-'Sendable' type 'Object' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |     typename: "Mutation",
 9 |     implementedInterfaces: []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/apollo-ios/Sources/ApolloAPI/SchemaTypes/Object.swift:6:15: note: struct 'Object' does not conform to the 'Sendable' protocol
 4 | /// # See Also
 5 | /// [GraphQLSpec - Objects](https://spec.graphql.org/draft/#sec-Objects)
 6 | public struct Object: Hashable {
   |               `- note: struct 'Object' does not conform to the 'Sendable' protocol
 7 |
 8 |   /// Designated Initializer
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Objects/Mutation.graphql.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
 2 | // This file was automatically generated and should not be edited.
 3 |
 4 | import ApolloAPI
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
 5 |
 6 | public extension Objects {
 7 |   static let Mutation = ApolloAPI.Object(
   |              |- note: add '@MainActor' to make static property 'Mutation' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |     typename: "Mutation",
 9 |     implementedInterfaces: []
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Objects/Person.graphql.swift:7:14: warning: static property 'Person' is not concurrency-safe because non-'Sendable' type 'Object' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 | public extension Objects {
 7 |   static let Person = ApolloAPI.Object(
   |              `- warning: static property 'Person' is not concurrency-safe because non-'Sendable' type 'Object' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |     typename: "Person",
 9 |     implementedInterfaces: [Interfaces.Node.self]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/apollo-ios/Sources/ApolloAPI/SchemaTypes/Object.swift:6:15: note: struct 'Object' does not conform to the 'Sendable' protocol
 4 | /// # See Also
 5 | /// [GraphQLSpec - Objects](https://spec.graphql.org/draft/#sec-Objects)
 6 | public struct Object: Hashable {
   |               `- note: struct 'Object' does not conform to the 'Sendable' protocol
 7 |
 8 |   /// Designated Initializer
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Objects/Person.graphql.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
 2 | // This file was automatically generated and should not be edited.
 3 |
 4 | import ApolloAPI
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
 5 |
 6 | public extension Objects {
 7 |   static let Person = ApolloAPI.Object(
   |              |- note: add '@MainActor' to make static property 'Person' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |     typename: "Person",
 9 |     implementedInterfaces: [Interfaces.Node.self]
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Objects/PersonCollection.graphql.swift:7:14: warning: static property 'PersonCollection' is not concurrency-safe because non-'Sendable' type 'Object' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 | public extension Objects {
 7 |   static let PersonCollection = ApolloAPI.Object(
   |              `- warning: static property 'PersonCollection' is not concurrency-safe because non-'Sendable' type 'Object' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |     typename: "PersonCollection",
 9 |     implementedInterfaces: [Interfaces.Collection.self]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/apollo-ios/Sources/ApolloAPI/SchemaTypes/Object.swift:6:15: note: struct 'Object' does not conform to the 'Sendable' protocol
 4 | /// # See Also
 5 | /// [GraphQLSpec - Objects](https://spec.graphql.org/draft/#sec-Objects)
 6 | public struct Object: Hashable {
   |               `- note: struct 'Object' does not conform to the 'Sendable' protocol
 7 |
 8 |   /// Designated Initializer
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Objects/PersonCollection.graphql.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
 2 | // This file was automatically generated and should not be edited.
 3 |
 4 | import ApolloAPI
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
 5 |
 6 | public extension Objects {
 7 |   static let PersonCollection = ApolloAPI.Object(
   |              |- note: add '@MainActor' to make static property 'PersonCollection' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |     typename: "PersonCollection",
 9 |     implementedInterfaces: [Interfaces.Collection.self]
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Objects/PersonCollectionEdge.graphql.swift:7:14: warning: static property 'PersonCollectionEdge' is not concurrency-safe because non-'Sendable' type 'Object' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 | public extension Objects {
 7 |   static let PersonCollectionEdge = ApolloAPI.Object(
   |              `- warning: static property 'PersonCollectionEdge' is not concurrency-safe because non-'Sendable' type 'Object' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |     typename: "PersonCollectionEdge",
 9 |     implementedInterfaces: [Interfaces.CollectionEdge.self]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/apollo-ios/Sources/ApolloAPI/SchemaTypes/Object.swift:6:15: note: struct 'Object' does not conform to the 'Sendable' protocol
 4 | /// # See Also
 5 | /// [GraphQLSpec - Objects](https://spec.graphql.org/draft/#sec-Objects)
 6 | public struct Object: Hashable {
   |               `- note: struct 'Object' does not conform to the 'Sendable' protocol
 7 |
 8 |   /// Designated Initializer
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Objects/PersonCollectionEdge.graphql.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
 2 | // This file was automatically generated and should not be edited.
 3 |
 4 | import ApolloAPI
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
 5 |
 6 | public extension Objects {
 7 |   static let PersonCollectionEdge = ApolloAPI.Object(
   |              |- note: add '@MainActor' to make static property 'PersonCollectionEdge' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |     typename: "PersonCollectionEdge",
 9 |     implementedInterfaces: [Interfaces.CollectionEdge.self]
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Objects/Query.graphql.swift:7:14: warning: static property 'Query' is not concurrency-safe because non-'Sendable' type 'Object' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 | public extension Objects {
 7 |   static let Query = ApolloAPI.Object(
   |              `- warning: static property 'Query' is not concurrency-safe because non-'Sendable' type 'Object' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |     typename: "Query",
 9 |     implementedInterfaces: []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/apollo-ios/Sources/ApolloAPI/SchemaTypes/Object.swift:6:15: note: struct 'Object' does not conform to the 'Sendable' protocol
 4 | /// # See Also
 5 | /// [GraphQLSpec - Objects](https://spec.graphql.org/draft/#sec-Objects)
 6 | public struct Object: Hashable {
   |               `- note: struct 'Object' does not conform to the 'Sendable' protocol
 7 |
 8 |   /// Designated Initializer
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Objects/Query.graphql.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
 2 | // This file was automatically generated and should not be edited.
 3 |
 4 | import ApolloAPI
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
 5 |
 6 | public extension Objects {
 7 |   static let Query = ApolloAPI.Object(
   |              |- note: add '@MainActor' to make static property 'Query' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |     typename: "Query",
 9 |     implementedInterfaces: []
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Objects/Subscription.graphql.swift:7:14: warning: static property 'Subscription' is not concurrency-safe because non-'Sendable' type 'Object' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 | public extension Objects {
 7 |   static let Subscription = ApolloAPI.Object(
   |              `- warning: static property 'Subscription' is not concurrency-safe because non-'Sendable' type 'Object' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |     typename: "Subscription",
 9 |     implementedInterfaces: []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/apollo-ios/Sources/ApolloAPI/SchemaTypes/Object.swift:6:15: note: struct 'Object' does not conform to the 'Sendable' protocol
 4 | /// # See Also
 5 | /// [GraphQLSpec - Objects](https://spec.graphql.org/draft/#sec-Objects)
 6 | public struct Object: Hashable {
   |               `- note: struct 'Object' does not conform to the 'Sendable' protocol
 7 |
 8 |   /// Designated Initializer
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Objects/Subscription.graphql.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
 2 | // This file was automatically generated and should not be edited.
 3 |
 4 | import ApolloAPI
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
 5 |
 6 | public extension Objects {
 7 |   static let Subscription = ApolloAPI.Object(
   |              |- note: add '@MainActor' to make static property 'Subscription' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |     typename: "Subscription",
 9 |     implementedInterfaces: []
[118/128] Compiling ApolloExtensionsTestSchema PersonCollection.graphql.swift
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Objects/PersonCollection.graphql.swift:7:14: warning: static property 'PersonCollection' is not concurrency-safe because non-'Sendable' type 'Object' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 | public extension Objects {
 7 |   static let PersonCollection = ApolloAPI.Object(
   |              `- warning: static property 'PersonCollection' is not concurrency-safe because non-'Sendable' type 'Object' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |     typename: "PersonCollection",
 9 |     implementedInterfaces: [Interfaces.Collection.self]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/apollo-ios/Sources/ApolloAPI/SchemaTypes/Object.swift:6:15: note: struct 'Object' does not conform to the 'Sendable' protocol
 4 | /// # See Also
 5 | /// [GraphQLSpec - Objects](https://spec.graphql.org/draft/#sec-Objects)
 6 | public struct Object: Hashable {
   |               `- note: struct 'Object' does not conform to the 'Sendable' protocol
 7 |
 8 |   /// Designated Initializer
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Objects/PersonCollection.graphql.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
 2 | // This file was automatically generated and should not be edited.
 3 |
 4 | import ApolloAPI
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
 5 |
 6 | public extension Objects {
 7 |   static let PersonCollection = ApolloAPI.Object(
   |              |- note: add '@MainActor' to make static property 'PersonCollection' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |     typename: "PersonCollection",
 9 |     implementedInterfaces: [Interfaces.Collection.self]
[119/128] Compiling ApolloExtensionsTestSchema UpdatePersonMutationInput.graphql.swift
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Interfaces/Collection.graphql.swift:7:14: warning: static property 'Collection' is not concurrency-safe because non-'Sendable' type 'Interface' may have shared mutable state; this is an error in the Swift 6 language mode
5 |
6 | public extension Interfaces {
7 |   static let Collection = Interface(name: "Collection")
  |              `- warning: static property 'Collection' is not concurrency-safe because non-'Sendable' type 'Interface' may have shared mutable state; this is an error in the Swift 6 language mode
8 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/apollo-ios/Sources/ApolloAPI/SchemaTypes/Interface.swift:7:15: note: struct 'Interface' does not conform to the 'Sendable' protocol
 5 | /// # See Also
 6 | /// [GraphQLSpec - Interfaces](https://spec.graphql.org/draft/#sec-Interfaces)
 7 | public struct Interface: Hashable {
   |               `- note: struct 'Interface' does not conform to the 'Sendable' protocol
 8 |   /// The name of the ``Interface`` in the GraphQL schema.
 9 |   public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Interfaces/Collection.graphql.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
2 | // This file was automatically generated and should not be edited.
3 |
4 | import ApolloAPI
  | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
5 |
6 | public extension Interfaces {
7 |   static let Collection = Interface(name: "Collection")
  |              |- note: add '@MainActor' to make static property 'Collection' part of global actor 'MainActor'
  |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | }
[120/128] Compiling ApolloExtensionsTestSchema Collection.graphql.swift
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Interfaces/Collection.graphql.swift:7:14: warning: static property 'Collection' is not concurrency-safe because non-'Sendable' type 'Interface' may have shared mutable state; this is an error in the Swift 6 language mode
5 |
6 | public extension Interfaces {
7 |   static let Collection = Interface(name: "Collection")
  |              `- warning: static property 'Collection' is not concurrency-safe because non-'Sendable' type 'Interface' may have shared mutable state; this is an error in the Swift 6 language mode
8 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/apollo-ios/Sources/ApolloAPI/SchemaTypes/Interface.swift:7:15: note: struct 'Interface' does not conform to the 'Sendable' protocol
 5 | /// # See Also
 6 | /// [GraphQLSpec - Interfaces](https://spec.graphql.org/draft/#sec-Interfaces)
 7 | public struct Interface: Hashable {
   |               `- note: struct 'Interface' does not conform to the 'Sendable' protocol
 8 |   /// The name of the ``Interface`` in the GraphQL schema.
 9 |   public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensionsTestSchema/Interfaces/Collection.graphql.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
2 | // This file was automatically generated and should not be edited.
3 |
4 | import ApolloAPI
  | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
5 |
6 | public extension Interfaces {
7 |   static let Collection = Interface(name: "Collection")
  |              |- note: add '@MainActor' to make static property 'Collection' part of global actor 'MainActor'
  |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | }
[121/129] Compiling ApolloExtensions GraphQLResultProtocol.swift
[122/129] Compiling ApolloExtensions SelectionSet+PruneOptionals.swift
[123/129] Compiling ApolloExtensions GraphQLResult+mockedJSONResponse.swift
[124/129] Compiling ApolloExtensions MockApolloClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensions/Mocks/MockApolloClient.swift:164:10: warning: associated value 'invalidResultTypeForOperation' of 'Sendable'-conforming enum 'Error' has non-sendable type 'any GraphQLOperation'; this is an error in the Swift 6 language mode
162 |   enum Error: Swift.Error {
163 |     case noResultSet
164 |     case invalidResultTypeForOperation(any GraphQLOperation, any GraphQLResultProtocol)
    |          `- warning: associated value 'invalidResultTypeForOperation' of 'Sendable'-conforming enum 'Error' has non-sendable type 'any GraphQLOperation'; this is an error in the Swift 6 language mode
165 |   }
166 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/apollo-ios/Sources/ApolloAPI/GraphQLOperation.swift:56:17: note: protocol 'GraphQLOperation' does not conform to the 'Sendable' protocol
 54 | }
 55 |
 56 | public protocol GraphQLOperation: AnyObject, Hashable {
    |                 `- note: protocol 'GraphQLOperation' does not conform to the 'Sendable' protocol
 57 |   typealias Variables = [String: GraphQLOperationVariableValue]
 58 |
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensions/Mocks/MockApolloClient.swift:6:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
  4 |
  5 | import Apollo
  6 | import ApolloAPI
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
  7 | import Foundation
  8 |
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensions/Mocks/MockApolloClient.swift:164:10: warning: associated value 'invalidResultTypeForOperation' of 'Sendable'-conforming enum 'Error' has non-sendable type 'any GraphQLResultProtocol'; this is an error in the Swift 6 language mode
162 |   enum Error: Swift.Error {
163 |     case noResultSet
164 |     case invalidResultTypeForOperation(any GraphQLOperation, any GraphQLResultProtocol)
    |          `- warning: associated value 'invalidResultTypeForOperation' of 'Sendable'-conforming enum 'Error' has non-sendable type 'any GraphQLResultProtocol'; this is an error in the Swift 6 language mode
165 |   }
166 |
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensions/GraphQLResultProtocol.swift:8:17: note: protocol 'GraphQLResultProtocol' does not conform to the 'Sendable' protocol
 6 | // MARK: - GraphQLResultProtocol
 7 |
 8 | public protocol GraphQLResultProtocol {
   |                 `- note: protocol 'GraphQLResultProtocol' does not conform to the 'Sendable' protocol
 9 |   associatedtype Data: RootSelectionSet
10 | }
[125/129] Compiling ApolloExtensions ApolloClientProtocol+Defaults.swift
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensions/ApolloClientProtocol+Defaults.swift:19:33: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 17 |   public func fetch<Query: GraphQLQuery>(
 18 |     query: Query,
 19 |     cachePolicy: CachePolicy = .default,
    |                                 `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 20 |     contextIdentifier: UUID? = nil,
 21 |     context: RequestContext? = nil,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/apollo-ios/Sources/Apollo/ApolloClient.swift:21:21: note: static property declared here
 19 |
 20 |   /// The current default cache policy.
 21 |   public static var `default`: CachePolicy = .returnCacheDataElseFetch
    |                     `- note: static property declared here
 22 | }
 23 |
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensions/ApolloClientProtocol+Defaults.swift:37:33: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 35 |   public func watch<Query: GraphQLQuery>(
 36 |     query: Query,
 37 |     cachePolicy: CachePolicy = .default,
    |                                 `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 38 |     context: RequestContext? = nil,
 39 |     callbackQueue: DispatchQueue = .main,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/apollo-ios/Sources/Apollo/ApolloClient.swift:21:21: note: static property declared here
 19 |
 20 |   /// The current default cache policy.
 21 |   public static var `default`: CachePolicy = .returnCacheDataElseFetch
    |                     `- note: static property declared here
 22 | }
 23 |
[126/129] Emitting module ApolloExtensions
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensions/ApolloClientProtocol+Defaults.swift:19:33: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 17 |   public func fetch<Query: GraphQLQuery>(
 18 |     query: Query,
 19 |     cachePolicy: CachePolicy = .default,
    |                                 `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 20 |     contextIdentifier: UUID? = nil,
 21 |     context: RequestContext? = nil,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/apollo-ios/Sources/Apollo/ApolloClient.swift:21:21: note: static property declared here
 19 |
 20 |   /// The current default cache policy.
 21 |   public static var `default`: CachePolicy = .returnCacheDataElseFetch
    |                     `- note: static property declared here
 22 | }
 23 |
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensions/ApolloClientProtocol+Defaults.swift:37:33: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 35 |   public func watch<Query: GraphQLQuery>(
 36 |     query: Query,
 37 |     cachePolicy: CachePolicy = .default,
    |                                 `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 38 |     context: RequestContext? = nil,
 39 |     callbackQueue: DispatchQueue = .main,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/apollo-ios/Sources/Apollo/ApolloClient.swift:21:21: note: static property declared here
 19 |
 20 |   /// The current default cache policy.
 21 |   public static var `default`: CachePolicy = .returnCacheDataElseFetch
    |                     `- note: static property declared here
 22 | }
 23 |
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensions/DataDict+CustomStringConvertible.swift:6:1: warning: extension declares a conformance of imported type 'DataDict' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'ApolloAPI' introduce this conformance in the future
 4 | import Foundation
 5 |
 6 | extension DataDict: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'DataDict' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'ApolloAPI' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |   public var description: String {
 8 |     _data.sorted { $0.key < $1.key }.description
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensions/Mocks/MockApolloClient.swift:164:10: warning: associated value 'invalidResultTypeForOperation' of 'Sendable'-conforming enum 'Error' has non-sendable type 'any GraphQLOperation'; this is an error in the Swift 6 language mode
162 |   enum Error: Swift.Error {
163 |     case noResultSet
164 |     case invalidResultTypeForOperation(any GraphQLOperation, any GraphQLResultProtocol)
    |          `- warning: associated value 'invalidResultTypeForOperation' of 'Sendable'-conforming enum 'Error' has non-sendable type 'any GraphQLOperation'; this is an error in the Swift 6 language mode
165 |   }
166 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/apollo-ios/Sources/ApolloAPI/GraphQLOperation.swift:56:17: note: protocol 'GraphQLOperation' does not conform to the 'Sendable' protocol
 54 | }
 55 |
 56 | public protocol GraphQLOperation: AnyObject, Hashable {
    |                 `- note: protocol 'GraphQLOperation' does not conform to the 'Sendable' protocol
 57 |   typealias Variables = [String: GraphQLOperationVariableValue]
 58 |
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensions/Mocks/MockApolloClient.swift:6:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
  4 |
  5 | import Apollo
  6 | import ApolloAPI
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ApolloAPI'
  7 | import Foundation
  8 |
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensions/Mocks/MockApolloClient.swift:164:10: warning: associated value 'invalidResultTypeForOperation' of 'Sendable'-conforming enum 'Error' has non-sendable type 'any GraphQLResultProtocol'; this is an error in the Swift 6 language mode
162 |   enum Error: Swift.Error {
163 |     case noResultSet
164 |     case invalidResultTypeForOperation(any GraphQLOperation, any GraphQLResultProtocol)
    |          `- warning: associated value 'invalidResultTypeForOperation' of 'Sendable'-conforming enum 'Error' has non-sendable type 'any GraphQLResultProtocol'; this is an error in the Swift 6 language mode
165 |   }
166 |
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensions/GraphQLResultProtocol.swift:8:17: note: protocol 'GraphQLResultProtocol' does not conform to the 'Sendable' protocol
 6 | // MARK: - GraphQLResultProtocol
 7 |
 8 | public protocol GraphQLResultProtocol {
   |                 `- note: protocol 'GraphQLResultProtocol' does not conform to the 'Sendable' protocol
 9 |   associatedtype Data: RootSelectionSet
10 | }
[127/129] Compiling ApolloExtensions GraphQLResult+Defaults.swift
[128/129] Compiling ApolloExtensions DataDict+CustomStringConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/ApolloExtensions/DataDict+CustomStringConvertible.swift:6:1: warning: extension declares a conformance of imported type 'DataDict' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'ApolloAPI' introduce this conformance in the future
 4 | import Foundation
 5 |
 6 | extension DataDict: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'DataDict' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'ApolloAPI' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |   public var description: String {
 8 |     _data.sorted { $0.key < $1.key }.description
[129/129] Compiling ApolloExtensionsTestSchema SchemaMetadata.graphql.swift
Build complete! (10.30s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "apollo-ios",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apollographql/apollo-ios"
    }
  ],
  "manifest_display_name" : "ApolloExtensions",
  "name" : "ApolloExtensions",
  "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"
    }
  ],
  "products" : [
    {
      "name" : "ApolloExtensions",
      "targets" : [
        "ApolloExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ApolloExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "ApolloExtensionsTests",
      "path" : "Tests/ApolloExtensionsTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/ApolloExtensionsTests/Resources/invalid_json.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/ApolloExtensionsTests/Resources/people.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ApolloClientProtocolDefaultsTests.swift",
        "ApolloTestHelpersTests.swift",
        "GraphQL/Person.graphql.swift",
        "GraphQL/PersonCollection.graphql.swift",
        "GraphQL/TestMutation.graphql.swift",
        "GraphQL/TestQuery.graphql.swift",
        "GraphQL/TestSubscription.graphql.swift",
        "MockApolloClientTests.swift",
        "SelectionSetPruneOptionalsTests.swift"
      ],
      "target_dependencies" : [
        "ApolloExtensions",
        "ApolloExtensionsTestSchema"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ApolloExtensionsTestSchema",
      "module_type" : "SwiftTarget",
      "name" : "ApolloExtensionsTestSchema",
      "path" : "Sources/ApolloExtensionsTestSchema",
      "product_dependencies" : [
        "Apollo"
      ],
      "sources" : [
        "InputObjects/UpdatePersonMutationInput.graphql.swift",
        "Interfaces/Collection.graphql.swift",
        "Interfaces/CollectionEdge.graphql.swift",
        "Interfaces/Node.graphql.swift",
        "Objects/Mutation.graphql.swift",
        "Objects/Person.graphql.swift",
        "Objects/PersonCollection.graphql.swift",
        "Objects/PersonCollectionEdge.graphql.swift",
        "Objects/Query.graphql.swift",
        "Objects/Subscription.graphql.swift",
        "SchemaConfiguration.swift",
        "SchemaMetadata.graphql.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ApolloExtensions",
      "module_type" : "SwiftTarget",
      "name" : "ApolloExtensions",
      "path" : "Sources/ApolloExtensions",
      "product_dependencies" : [
        "Apollo"
      ],
      "product_memberships" : [
        "ApolloExtensions"
      ],
      "sources" : [
        "ApolloClientProtocol+Defaults.swift",
        "DataDict+CustomStringConvertible.swift",
        "GraphQLResult+Defaults.swift",
        "GraphQLResult+mockedJSONResponse.swift",
        "GraphQLResultProtocol.swift",
        "Mocks/MockApolloClient.swift",
        "SelectionSet+PruneOptionals.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.