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 2.0.0-beta-2 (cc580e), with Swift 6.2 (beta) for macOS (SPM) on 8 Sep 2025 19:27:47 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apollographql/apollo-ios.git
Reference: 2.0.0-beta-2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apollographql/apollo-ios
 * tag               2.0.0-beta-2 -> FETCH_HEAD
HEAD is now at cc580e2 Update CHANGELOG
Cloned https://github.com/apollographql/apollo-ios.git
Revision (git rev-parse @):
cc580e2537ba59d0bea03078ca9ac1d3d9d5e6ea
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apollographql/apollo-ios.git at 2.0.0-beta-2
========================================
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
[2/13] Copying PrivacyInfo.xcprivacy
[3/13] Write sources
[7/13] Copying PrivacyInfo.xcprivacy
[7/13] Write sources
[10/13] Write swift-version-1EA4D86E10B52AF.txt
[12/41] Emitting module ApolloAPI
[13/44] Compiling ApolloAPI InputObject.swift
[14/44] Compiling ApolloAPI Interface.swift
[15/44] Compiling ApolloAPI Object.swift
[16/44] Compiling ApolloAPI OutputTypeConvertible.swift
[17/44] Compiling ApolloAPI ParentType.swift
[18/44] Compiling ApolloAPI ScalarTypes.swift
[19/44] Compiling ApolloAPI Union.swift
[20/44] Compiling ApolloAPI Selection+Conditions.swift
[21/44] Compiling ApolloAPI Selection.swift
[22/44] Compiling ApolloAPI LocalCacheMutation.swift
[23/44] Compiling ApolloAPI ObjectData.swift
[24/44] Compiling ApolloAPI Optional+asNullable.swift
[25/44] Compiling ApolloAPI JSON.swift
[26/44] Compiling ApolloAPI JSONDecodingError.swift
[27/44] Compiling ApolloAPI JSONStandardTypeConversions.swift
[28/44] Compiling ApolloAPI AnySendableHashable.swift
[29/44] Compiling ApolloAPI CacheKeyInfo.swift
[30/44] Compiling ApolloAPI DataDict.swift
[31/44] Compiling ApolloAPI SelectionSet+Equatable.swift
[32/44] Compiling ApolloAPI SelectionSet.swift
[33/44] Compiling ApolloAPI resource_bundle_accessor.swift
[34/44] Compiling ApolloAPI Deferred.swift
[35/44] Compiling ApolloAPI FragmentProtocols.swift
[36/44] Compiling ApolloAPI GraphQLEnum.swift
[37/44] Compiling ApolloAPI SchemaConfiguration.swift
[38/44] Compiling ApolloAPI SchemaMetadata.swift
[39/44] Compiling ApolloAPI EnumType.swift
[40/44] Compiling ApolloAPI GraphQLNullable.swift
[41/44] Compiling ApolloAPI GraphQLOperation.swift
[42/44] Compiling ApolloAPI InputValue.swift
[43/116] Compiling Apollo BaseResponseExecutionHandler.swift
[44/116] Compiling Apollo IncrementalResponseExecutionHandler.swift
[45/116] Compiling Apollo JSONResponseParser.swift
[46/116] Compiling Apollo MultipartResponseDeferParser.swift
[47/116] Compiling Apollo MultipartResponseSpecificationParser.swift
[48/116] Compiling Apollo MultipartResponseSubscriptionParser.swift
[49/116] Compiling Apollo SingleResponseExecutionHandler.swift
[50/123] Compiling Apollo PathComponent.swift
[51/123] Compiling Apollo PossiblyDeferred.swift
[52/123] Compiling Apollo Record.swift
[53/123] Compiling Apollo RecordSet.swift
[54/123] Compiling Apollo RequestBodyCreator.swift
[55/123] Compiling Apollo RequestChain.swift
[56/123] Compiling Apollo RequestChainNetworkTransport.swift
[57/123] Compiling Apollo RequestContext.swift
[58/123] Compiling Apollo AutomaticPersistedQueryInterceptor.swift
[59/123] Compiling Apollo CacheInterceptor.swift
[60/123] Compiling Apollo GraphQLInterceptor.swift
[61/123] Compiling Apollo HTTPInterceptor.swift
[62/123] Compiling Apollo InterceptorProvider.swift
[63/123] Compiling Apollo JSONResponseParsingInterceptor.swift
[64/123] Compiling Apollo MaxRetryInterceptor.swift
[65/123] Compiling Apollo ResponseCodeInterceptor.swift
[66/123] Compiling Apollo ResponseParsingInterceptor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/NonCopyableAsyncThrowingStream.swift:29:32: warning: capture of non-sendable type 'S.AsyncIterator.Type' in an isolated closure
 27 |   public init<S: AsyncSequence & Sendable>(stream wrapped: consuming sending S) where S.Element == Element {
 28 |     self.stream = AsyncThrowingStream.executingInAsyncTask { [wrapped] continuation in
 29 |       for try await element in wrapped {
    |                                `- warning: capture of non-sendable type 'S.AsyncIterator.Type' in an isolated closure
 30 |         continuation.yield(element)
 31 |       }
[67/123] Compiling Apollo JSONConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/NonCopyableAsyncThrowingStream.swift:29:32: warning: capture of non-sendable type 'S.AsyncIterator.Type' in an isolated closure
 27 |   public init<S: AsyncSequence & Sendable>(stream wrapped: consuming sending S) where S.Element == Element {
 28 |     self.stream = AsyncThrowingStream.executingInAsyncTask { [wrapped] continuation in
 29 |       for try await element in wrapped {
    |                                `- warning: capture of non-sendable type 'S.AsyncIterator.Type' in an isolated closure
 30 |         continuation.yield(element)
 31 |       }
[68/123] Compiling Apollo JSONRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/NonCopyableAsyncThrowingStream.swift:29:32: warning: capture of non-sendable type 'S.AsyncIterator.Type' in an isolated closure
 27 |   public init<S: AsyncSequence & Sendable>(stream wrapped: consuming sending S) where S.Element == Element {
 28 |     self.stream = AsyncThrowingStream.executingInAsyncTask { [wrapped] continuation in
 29 |       for try await element in wrapped {
    |                                `- warning: capture of non-sendable type 'S.AsyncIterator.Type' in an isolated closure
 30 |         continuation.yield(element)
 31 |       }
[69/123] Compiling Apollo JSONSerializationFormat.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/NonCopyableAsyncThrowingStream.swift:29:32: warning: capture of non-sendable type 'S.AsyncIterator.Type' in an isolated closure
 27 |   public init<S: AsyncSequence & Sendable>(stream wrapped: consuming sending S) where S.Element == Element {
 28 |     self.stream = AsyncThrowingStream.executingInAsyncTask { [wrapped] continuation in
 29 |       for try await element in wrapped {
    |                                `- warning: capture of non-sendable type 'S.AsyncIterator.Type' in an isolated closure
 30 |         continuation.yield(element)
 31 |       }
[70/123] Compiling Apollo MultipartFormData.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/NonCopyableAsyncThrowingStream.swift:29:32: warning: capture of non-sendable type 'S.AsyncIterator.Type' in an isolated closure
 27 |   public init<S: AsyncSequence & Sendable>(stream wrapped: consuming sending S) where S.Element == Element {
 28 |     self.stream = AsyncThrowingStream.executingInAsyncTask { [wrapped] continuation in
 29 |       for try await element in wrapped {
    |                                `- warning: capture of non-sendable type 'S.AsyncIterator.Type' in an isolated closure
 30 |         continuation.yield(element)
 31 |       }
[71/123] Compiling Apollo NetworkTransport.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/NonCopyableAsyncThrowingStream.swift:29:32: warning: capture of non-sendable type 'S.AsyncIterator.Type' in an isolated closure
 27 |   public init<S: AsyncSequence & Sendable>(stream wrapped: consuming sending S) where S.Element == Element {
 28 |     self.stream = AsyncThrowingStream.executingInAsyncTask { [wrapped] continuation in
 29 |       for try await element in wrapped {
    |                                `- warning: capture of non-sendable type 'S.AsyncIterator.Type' in an isolated closure
 30 |         continuation.yield(element)
 31 |       }
[72/123] Compiling Apollo NonCopyableAsyncThrowingStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/NonCopyableAsyncThrowingStream.swift:29:32: warning: capture of non-sendable type 'S.AsyncIterator.Type' in an isolated closure
 27 |   public init<S: AsyncSequence & Sendable>(stream wrapped: consuming sending S) where S.Element == Element {
 28 |     self.stream = AsyncThrowingStream.executingInAsyncTask { [wrapped] continuation in
 29 |       for try await element in wrapped {
    |                                `- warning: capture of non-sendable type 'S.AsyncIterator.Type' in an isolated closure
 30 |         continuation.yield(element)
 31 |       }
[73/123] Compiling Apollo NormalizedCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/NonCopyableAsyncThrowingStream.swift:29:32: warning: capture of non-sendable type 'S.AsyncIterator.Type' in an isolated closure
 27 |   public init<S: AsyncSequence & Sendable>(stream wrapped: consuming sending S) where S.Element == Element {
 28 |     self.stream = AsyncThrowingStream.executingInAsyncTask { [wrapped] continuation in
 29 |       for try await element in wrapped {
    |                                `- warning: capture of non-sendable type 'S.AsyncIterator.Type' in an isolated closure
 30 |         continuation.yield(element)
 31 |       }
[74/123] Compiling Apollo Bundle+Helpers.swift
[75/123] Compiling Apollo CachePolicy.swift
[76/123] Compiling Apollo CacheReference.swift
[77/123] Compiling Apollo Cancellable.swift
[78/123] Compiling Apollo ClientAwarenessMetadata.swift
[79/123] Compiling Apollo Collection+Helpers.swift
[80/123] Compiling Apollo Constants.swift
[81/123] Compiling Apollo DataDict+Merging.swift
[82/123] Compiling Apollo DataDictMapper.swift
[83/123] Compiling Apollo DataLoader.swift
[84/123] Compiling Apollo DispatchQueue+Optional.swift
[85/123] Compiling Apollo CacheDataExecutionSource.swift
[86/123] Compiling Apollo NetworkResponseExecutionSource.swift
[87/123] Compiling Apollo SelectionSetModelExecutionSource.swift
[88/123] Compiling Apollo FetchBehavior.swift
[89/123] Compiling Apollo FieldSelectionCollector.swift
[90/123] Emitting module Apollo
[91/123] Compiling Apollo GraphQLDependencyTracker.swift
[92/123] Compiling Apollo GraphQLError.swift
[93/123] Compiling Apollo GraphQLExecutionSource.swift
[94/123] Compiling Apollo GraphQLExecutor.swift
[95/123] Compiling Apollo GraphQLFile.swift
[96/123] Compiling Apollo GraphQLHTTPMethod.swift
[97/123] Compiling Apollo GraphQLHTTPRequestError.swift
[98/123] Compiling Apollo GraphQLQueryWatcher.swift
[99/123] Compiling Apollo GraphQLRequest.swift
[100/123] Compiling Apollo GraphQLResult.swift
[101/123] Compiling Apollo GraphQLResultAccumulator.swift
[102/123] Compiling Apollo GraphQLResultNormalizer.swift
[103/123] Compiling Apollo HTTPURLResponse+Helpers.swift
[104/123] Compiling Apollo InMemoryNormalizedCache.swift
[105/123] Compiling Apollo IncrementalGraphQLResult.swift
[106/123] Compiling Apollo InputValue+Evaluation.swift
[107/123] Compiling Apollo ApolloClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:447:51: warning: cannot convert '@Sendable (ApolloStore.ReadWriteTransaction) throws -> T' to '@Sendable (ApolloStore.ReadWriteTransaction) async throws -> T' because crossing of an isolation boundary requires parameter and result types to conform to 'Sendable' protocol; this will be an error in a future Swift language mode
445 |     performInTask(
446 |       {
447 |         try await self.withinReadWriteTransaction(body)
    |                                                   |- warning: cannot convert '@Sendable (ApolloStore.ReadWriteTransaction) throws -> T' to '@Sendable (ApolloStore.ReadWriteTransaction) async throws -> T' because crossing of an isolation boundary requires parameter and result types to conform to 'Sendable' protocol; this will be an error in a future Swift language mode
    |                                                   `- note: type 'ApolloStore.ReadWriteTransaction' does not conform to 'Sendable' protocol
448 |       },
449 |       callbackQueue: callbackQueue,
[108/123] Compiling Apollo ApolloStore.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:447:51: warning: cannot convert '@Sendable (ApolloStore.ReadWriteTransaction) throws -> T' to '@Sendable (ApolloStore.ReadWriteTransaction) async throws -> T' because crossing of an isolation boundary requires parameter and result types to conform to 'Sendable' protocol; this will be an error in a future Swift language mode
445 |     performInTask(
446 |       {
447 |         try await self.withinReadWriteTransaction(body)
    |                                                   |- warning: cannot convert '@Sendable (ApolloStore.ReadWriteTransaction) throws -> T' to '@Sendable (ApolloStore.ReadWriteTransaction) async throws -> T' because crossing of an isolation boundary requires parameter and result types to conform to 'Sendable' protocol; this will be an error in a future Swift language mode
    |                                                   `- note: type 'ApolloStore.ReadWriteTransaction' does not conform to 'Sendable' protocol
448 |       },
449 |       callbackQueue: callbackQueue,
[109/123] Compiling Apollo ApolloURLSession.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:447:51: warning: cannot convert '@Sendable (ApolloStore.ReadWriteTransaction) throws -> T' to '@Sendable (ApolloStore.ReadWriteTransaction) async throws -> T' because crossing of an isolation boundary requires parameter and result types to conform to 'Sendable' protocol; this will be an error in a future Swift language mode
445 |     performInTask(
446 |       {
447 |         try await self.withinReadWriteTransaction(body)
    |                                                   |- warning: cannot convert '@Sendable (ApolloStore.ReadWriteTransaction) throws -> T' to '@Sendable (ApolloStore.ReadWriteTransaction) async throws -> T' because crossing of an isolation boundary requires parameter and result types to conform to 'Sendable' protocol; this will be an error in a future Swift language mode
    |                                                   `- note: type 'ApolloStore.ReadWriteTransaction' does not conform to 'Sendable' protocol
448 |       },
449 |       callbackQueue: callbackQueue,
[110/123] Compiling Apollo AsyncHTTPResponseChunkSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:447:51: warning: cannot convert '@Sendable (ApolloStore.ReadWriteTransaction) throws -> T' to '@Sendable (ApolloStore.ReadWriteTransaction) async throws -> T' because crossing of an isolation boundary requires parameter and result types to conform to 'Sendable' protocol; this will be an error in a future Swift language mode
445 |     performInTask(
446 |       {
447 |         try await self.withinReadWriteTransaction(body)
    |                                                   |- warning: cannot convert '@Sendable (ApolloStore.ReadWriteTransaction) throws -> T' to '@Sendable (ApolloStore.ReadWriteTransaction) async throws -> T' because crossing of an isolation boundary requires parameter and result types to conform to 'Sendable' protocol; this will be an error in a future Swift language mode
    |                                                   `- note: type 'ApolloStore.ReadWriteTransaction' does not conform to 'Sendable' protocol
448 |       },
449 |       callbackQueue: callbackQueue,
[111/123] Compiling Apollo AsyncReadWriteLock.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:447:51: warning: cannot convert '@Sendable (ApolloStore.ReadWriteTransaction) throws -> T' to '@Sendable (ApolloStore.ReadWriteTransaction) async throws -> T' because crossing of an isolation boundary requires parameter and result types to conform to 'Sendable' protocol; this will be an error in a future Swift language mode
445 |     performInTask(
446 |       {
447 |         try await self.withinReadWriteTransaction(body)
    |                                                   |- warning: cannot convert '@Sendable (ApolloStore.ReadWriteTransaction) throws -> T' to '@Sendable (ApolloStore.ReadWriteTransaction) async throws -> T' because crossing of an isolation boundary requires parameter and result types to conform to 'Sendable' protocol; this will be an error in a future Swift language mode
    |                                                   `- note: type 'ApolloStore.ReadWriteTransaction' does not conform to 'Sendable' protocol
448 |       },
449 |       callbackQueue: callbackQueue,
[112/123] Compiling Apollo AsyncThrowingStream+ExecutingInAsyncTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:447:51: warning: cannot convert '@Sendable (ApolloStore.ReadWriteTransaction) throws -> T' to '@Sendable (ApolloStore.ReadWriteTransaction) async throws -> T' because crossing of an isolation boundary requires parameter and result types to conform to 'Sendable' protocol; this will be an error in a future Swift language mode
445 |     performInTask(
446 |       {
447 |         try await self.withinReadWriteTransaction(body)
    |                                                   |- warning: cannot convert '@Sendable (ApolloStore.ReadWriteTransaction) throws -> T' to '@Sendable (ApolloStore.ReadWriteTransaction) async throws -> T' because crossing of an isolation boundary requires parameter and result types to conform to 'Sendable' protocol; this will be an error in a future Swift language mode
    |                                                   `- note: type 'ApolloStore.ReadWriteTransaction' does not conform to 'Sendable' protocol
448 |       },
449 |       callbackQueue: callbackQueue,
[113/123] Compiling Apollo Atomic.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:447:51: warning: cannot convert '@Sendable (ApolloStore.ReadWriteTransaction) throws -> T' to '@Sendable (ApolloStore.ReadWriteTransaction) async throws -> T' because crossing of an isolation boundary requires parameter and result types to conform to 'Sendable' protocol; this will be an error in a future Swift language mode
445 |     performInTask(
446 |       {
447 |         try await self.withinReadWriteTransaction(body)
    |                                                   |- warning: cannot convert '@Sendable (ApolloStore.ReadWriteTransaction) throws -> T' to '@Sendable (ApolloStore.ReadWriteTransaction) async throws -> T' because crossing of an isolation boundary requires parameter and result types to conform to 'Sendable' protocol; this will be an error in a future Swift language mode
    |                                                   `- note: type 'ApolloStore.ReadWriteTransaction' does not conform to 'Sendable' protocol
448 |       },
449 |       callbackQueue: callbackQueue,
[114/123] Compiling Apollo AutoPersistedQueryConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:447:51: warning: cannot convert '@Sendable (ApolloStore.ReadWriteTransaction) throws -> T' to '@Sendable (ApolloStore.ReadWriteTransaction) async throws -> T' because crossing of an isolation boundary requires parameter and result types to conform to 'Sendable' protocol; this will be an error in a future Swift language mode
445 |     performInTask(
446 |       {
447 |         try await self.withinReadWriteTransaction(body)
    |                                                   |- warning: cannot convert '@Sendable (ApolloStore.ReadWriteTransaction) throws -> T' to '@Sendable (ApolloStore.ReadWriteTransaction) async throws -> T' because crossing of an isolation boundary requires parameter and result types to conform to 'Sendable' protocol; this will be an error in a future Swift language mode
    |                                                   `- note: type 'ApolloStore.ReadWriteTransaction' does not conform to 'Sendable' protocol
448 |       },
449 |       callbackQueue: callbackQueue,
[115/123] Compiling Apollo ResponsePath.swift
[116/123] Compiling Apollo SelectionSet+DictionaryIntializer.swift
[117/123] Compiling Apollo SelectionSet+JSONInitializer.swift
[118/123] Compiling Apollo SplitNetworkTransport.swift
[119/123] Compiling Apollo URLQueryParameterTransformer.swift
[120/123] Compiling Apollo UploadRequest.swift
[121/123] Compiling Apollo resource_bundle_accessor.swift
[121/123] Write Objects.LinkFileList
[122/137] Linking libApollo-Dynamic.dylib
[124/137] Compiling ApolloWebSocket WebSocketTransport.swift
[125/137] Compiling ApolloWebSocket resource_bundle_accessor.swift
[126/137] Compiling ApolloTestSupport TestMockSelectionSetMapper.swift
[127/137] Emitting module ApolloWebSocket
[128/137] Compiling ApolloTestSupport Field.swift
[129/137] Emitting module ApolloTestSupport
[130/137] Compiling ApolloTestSupport TestMock.swift
[131/137] Compiling ApolloSQLite SQLiteSerialization.swift
[132/137] Compiling ApolloSQLite SQLiteNormalizedCache.swift
[133/137] Compiling ApolloSQLite JournalMode.swift
[134/137] Compiling ApolloSQLite ApolloSQLiteDatabase.swift
[135/137] Compiling ApolloSQLite SQLiteDatabase.swift
[136/137] Compiling ApolloSQLite resource_bundle_accessor.swift
[137/137] Emitting module ApolloSQLite
Build complete! (11.86s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Apollo",
  "name" : "Apollo",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.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
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "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" : [
        "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" : [
        "AnySendableHashable.swift",
        "CacheKeyInfo.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",
        "Optional+asNullable.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+Equatable.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" : [
        "ApolloClient.swift",
        "ApolloStore.swift",
        "ApolloURLSession.swift",
        "AsyncHTTPResponseChunkSequence.swift",
        "AsyncReadWriteLock.swift",
        "AsyncThrowingStream+ExecutingInAsyncTask.swift",
        "Atomic.swift",
        "AutoPersistedQueryConfiguration.swift",
        "Bundle+Helpers.swift",
        "CachePolicy.swift",
        "CacheReference.swift",
        "Cancellable.swift",
        "ClientAwarenessMetadata.swift",
        "Collection+Helpers.swift",
        "Constants.swift",
        "DataDict+Merging.swift",
        "DataDictMapper.swift",
        "DataLoader.swift",
        "DispatchQueue+Optional.swift",
        "ExecutionSources/CacheDataExecutionSource.swift",
        "ExecutionSources/NetworkResponseExecutionSource.swift",
        "ExecutionSources/SelectionSetModelExecutionSource.swift",
        "FetchBehavior.swift",
        "FieldSelectionCollector.swift",
        "GraphQLDependencyTracker.swift",
        "GraphQLError.swift",
        "GraphQLExecutionSource.swift",
        "GraphQLExecutor.swift",
        "GraphQLFile.swift",
        "GraphQLHTTPMethod.swift",
        "GraphQLHTTPRequestError.swift",
        "GraphQLQueryWatcher.swift",
        "GraphQLRequest.swift",
        "GraphQLResult.swift",
        "GraphQLResultAccumulator.swift",
        "GraphQLResultNormalizer.swift",
        "HTTPURLResponse+Helpers.swift",
        "InMemoryNormalizedCache.swift",
        "IncrementalGraphQLResult.swift",
        "InputValue+Evaluation.swift",
        "Interceptors/AutomaticPersistedQueryInterceptor.swift",
        "Interceptors/CacheInterceptor.swift",
        "Interceptors/GraphQLInterceptor.swift",
        "Interceptors/HTTPInterceptor.swift",
        "Interceptors/InterceptorProvider.swift",
        "Interceptors/JSONResponseParsingInterceptor.swift",
        "Interceptors/MaxRetryInterceptor.swift",
        "Interceptors/ResponseCodeInterceptor.swift",
        "Interceptors/ResponseParsingInterceptor.swift",
        "JSONConverter.swift",
        "JSONRequest.swift",
        "JSONSerializationFormat.swift",
        "MultipartFormData.swift",
        "NetworkTransport.swift",
        "NonCopyableAsyncThrowingStream.swift",
        "NormalizedCache.swift",
        "PathComponent.swift",
        "PossiblyDeferred.swift",
        "Record.swift",
        "RecordSet.swift",
        "RequestBodyCreator.swift",
        "RequestChain.swift",
        "RequestChainNetworkTransport.swift",
        "RequestContext.swift",
        "ResponseParsing/BaseResponseExecutionHandler.swift",
        "ResponseParsing/IncrementalResponseExecutionHandler.swift",
        "ResponseParsing/JSONResponseParser.swift",
        "ResponseParsing/MultipartResponseDeferParser.swift",
        "ResponseParsing/MultipartResponseSpecificationParser.swift",
        "ResponseParsing/MultipartResponseSubscriptionParser.swift",
        "ResponseParsing/SingleResponseExecutionHandler.swift",
        "ResponsePath.swift",
        "SelectionSet+DictionaryIntializer.swift",
        "SelectionSet+JSONInitializer.swift",
        "SplitNetworkTransport.swift",
        "URLQueryParameterTransformer.swift",
        "UploadRequest.swift"
      ],
      "target_dependencies" : [
        "ApolloAPI"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.