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.1 for macOS (SPM) on 8 Sep 2025 19:28:15 UTC.

Swift 6 data race errors: 0

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

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
========================================
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",
      "name": "Apollo",
      "url": "https://github.com/apollographql/apollo-ios.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/apollo-ios",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/apollographql/apollo-ios.git
[1/94896] Fetching apollo-ios
Fetched https://github.com/apollographql/apollo-ios.git from cache (8.55s)
Creating working copy for https://github.com/apollographql/apollo-ios.git
Working copy of https://github.com/apollographql/apollo-ios.git resolved at 2.0.0-beta-2 (cc580e2)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apollographql/apollo-ios.git
https://github.com/apollographql/apollo-ios.git
{
  "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"
}
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
[1/1] Compiling plugin Install CLI
Building for debugging...
[1/13] Write sources
[3/13] Copying PrivacyInfo.xcprivacy
[4/13] Write sources
[7/13] Copying PrivacyInfo.xcprivacy
[10/13] Write swift-version-2F0A5646E1D333AE.txt
[12/41] Compiling ApolloAPI OutputTypeConvertible.swift
[13/41] Compiling ApolloAPI ParentType.swift
[14/41] Compiling ApolloAPI ScalarTypes.swift
[15/41] Compiling ApolloAPI InputObject.swift
[16/41] Compiling ApolloAPI Interface.swift
[17/41] Compiling ApolloAPI Object.swift
[18/44] Compiling ApolloAPI SelectionSet+Equatable.swift
[19/44] Compiling ApolloAPI SelectionSet.swift
[20/44] Compiling ApolloAPI resource_bundle_accessor.swift
[21/44] Compiling ApolloAPI SchemaConfiguration.swift
[22/44] Compiling ApolloAPI SchemaMetadata.swift
[23/44] Compiling ApolloAPI EnumType.swift
[24/44] Compiling ApolloAPI LocalCacheMutation.swift
[25/44] Compiling ApolloAPI ObjectData.swift
[26/44] Compiling ApolloAPI Optional+asNullable.swift
[27/44] Compiling ApolloAPI JSON.swift
[28/44] Compiling ApolloAPI JSONDecodingError.swift
[29/44] Compiling ApolloAPI JSONStandardTypeConversions.swift
[30/44] Compiling ApolloAPI Union.swift
[31/44] Compiling ApolloAPI Selection+Conditions.swift
[32/44] Compiling ApolloAPI Selection.swift
[33/44] Emitting module ApolloAPI
[34/44] Compiling ApolloAPI AnySendableHashable.swift
[35/44] Compiling ApolloAPI CacheKeyInfo.swift
[36/44] Compiling ApolloAPI DataDict.swift
[37/44] Compiling ApolloAPI Deferred.swift
[38/44] Compiling ApolloAPI FragmentProtocols.swift
[39/44] Compiling ApolloAPI GraphQLEnum.swift
[40/44] Compiling ApolloAPI GraphQLNullable.swift
[41/44] Compiling ApolloAPI GraphQLOperation.swift
[42/44] Compiling ApolloAPI InputValue.swift
[43/116] Compiling Apollo DataDictMapper.swift
[44/116] Compiling Apollo DataLoader.swift
[45/116] Compiling Apollo DispatchQueue+Optional.swift
[46/116] Compiling Apollo CacheDataExecutionSource.swift
[47/116] Compiling Apollo NetworkResponseExecutionSource.swift
[48/116] Compiling Apollo SelectionSetModelExecutionSource.swift
[49/116] Compiling Apollo FetchBehavior.swift
[50/116] Compiling Apollo FieldSelectionCollector.swift
[51/123] Compiling Apollo AutomaticPersistedQueryInterceptor.swift
[52/123] Compiling Apollo CacheInterceptor.swift
[53/123] Compiling Apollo GraphQLInterceptor.swift
[54/123] Compiling Apollo HTTPInterceptor.swift
[55/123] Compiling Apollo InterceptorProvider.swift
[56/123] Compiling Apollo JSONResponseParsingInterceptor.swift
[57/123] Compiling Apollo MaxRetryInterceptor.swift
[58/123] Compiling Apollo ResponseCodeInterceptor.swift
[59/123] Emitting module Apollo
[60/123] Compiling Apollo BaseResponseExecutionHandler.swift
[61/123] Compiling Apollo IncrementalResponseExecutionHandler.swift
[62/123] Compiling Apollo JSONResponseParser.swift
[63/123] Compiling Apollo MultipartResponseDeferParser.swift
[64/123] Compiling Apollo MultipartResponseSpecificationParser.swift
[65/123] Compiling Apollo MultipartResponseSubscriptionParser.swift
[66/123] Compiling Apollo SingleResponseExecutionHandler.swift
[67/123] Compiling Apollo Bundle+Helpers.swift
[68/123] Compiling Apollo CachePolicy.swift
[69/123] Compiling Apollo CacheReference.swift
[70/123] Compiling Apollo Cancellable.swift
[71/123] Compiling Apollo ClientAwarenessMetadata.swift
[72/123] Compiling Apollo Collection+Helpers.swift
[73/123] Compiling Apollo Constants.swift
[74/123] Compiling Apollo DataDict+Merging.swift
[75/123] Compiling Apollo GraphQLRequest.swift
[76/123] Compiling Apollo GraphQLResult.swift
[77/123] Compiling Apollo GraphQLResultAccumulator.swift
[78/123] Compiling Apollo GraphQLResultNormalizer.swift
[79/123] Compiling Apollo HTTPURLResponse+Helpers.swift
[80/123] Compiling Apollo InMemoryNormalizedCache.swift
[81/123] Compiling Apollo IncrementalGraphQLResult.swift
[82/123] Compiling Apollo InputValue+Evaluation.swift
[83/123] Compiling Apollo ResponseParsingInterceptor.swift
[84/123] Compiling Apollo JSONConverter.swift
[85/123] Compiling Apollo JSONRequest.swift
[86/123] Compiling Apollo JSONSerializationFormat.swift
[87/123] Compiling Apollo MultipartFormData.swift
[88/123] Compiling Apollo NetworkTransport.swift
[89/123] Compiling Apollo NonCopyableAsyncThrowingStream.swift
[90/123] Compiling Apollo NormalizedCache.swift
[91/123] Compiling Apollo PathComponent.swift
[92/123] Compiling Apollo PossiblyDeferred.swift
[93/123] Compiling Apollo Record.swift
[94/123] Compiling Apollo RecordSet.swift
[95/123] Compiling Apollo RequestBodyCreator.swift
[96/123] Compiling Apollo RequestChain.swift
[97/123] Compiling Apollo RequestChainNetworkTransport.swift
[98/123] Compiling Apollo RequestContext.swift
[99/123] Compiling Apollo GraphQLDependencyTracker.swift
[100/123] Compiling Apollo GraphQLError.swift
[101/123] Compiling Apollo GraphQLExecutionSource.swift
[102/123] Compiling Apollo GraphQLExecutor.swift
[103/123] Compiling Apollo GraphQLFile.swift
[104/123] Compiling Apollo GraphQLHTTPMethod.swift
[105/123] Compiling Apollo GraphQLHTTPRequestError.swift
[106/123] Compiling Apollo GraphQLQueryWatcher.swift
[107/123] Compiling Apollo ApolloClient.swift
[108/123] Compiling Apollo ApolloStore.swift
[109/123] Compiling Apollo ApolloURLSession.swift
[110/123] Compiling Apollo AsyncHTTPResponseChunkSequence.swift
[111/123] Compiling Apollo AsyncReadWriteLock.swift
[112/123] Compiling Apollo AsyncThrowingStream+ExecutingInAsyncTask.swift
[113/123] Compiling Apollo Atomic.swift
[114/123] Compiling Apollo AutoPersistedQueryConfiguration.swift
[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 ApolloSQLite resource_bundle_accessor.swift
[125/137] Compiling ApolloWebSocket resource_bundle_accessor.swift
[126/137] Compiling ApolloWebSocket WebSocketTransport.swift
[127/137] Emitting module ApolloWebSocket
[128/137] Compiling ApolloSQLite SQLiteSerialization.swift
[129/137] Emitting module ApolloTestSupport
[130/137] Compiling ApolloTestSupport TestMock.swift
[131/137] Compiling ApolloTestSupport TestMockSelectionSetMapper.swift
[132/137] Compiling ApolloTestSupport Field.swift
[133/137] Compiling ApolloSQLite JournalMode.swift
[134/137] Emitting module ApolloSQLite
[135/137] Compiling ApolloSQLite SQLiteNormalizedCache.swift
[136/137] Compiling ApolloSQLite ApolloSQLiteDatabase.swift
[137/137] Compiling ApolloSQLite SQLiteDatabase.swift
Build complete! (11.34s)
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.