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 Apollo, reference 1.21.0 (6ecc75), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 30 Apr 2025 03:10:39 UTC.

Swift 6 data race errors: 23

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Apollo -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apollographql/apollo-ios.git
Reference: 1.21.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apollographql/apollo-ios
 * tag               1.21.0     -> FETCH_HEAD
HEAD is now at 6ecc752 Release 1.21.0 (apollographql/apollo-ios-dev#639)
Cloned https://github.com/apollographql/apollo-ios.git
Revision (git rev-parse @):
6ecc75281dab2fa231cb0d5fed3a3713826fecae
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apollographql/apollo-ios.git at 1.21.0
========================================
Build
========================================
Selected platform:         macosXcodebuild
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" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Apollo",
      "targets" : [
        "Apollo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ApolloAPI",
      "targets" : [
        "ApolloAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Apollo-Dynamic",
      "targets" : [
        "Apollo"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "ApolloSQLite",
      "targets" : [
        "ApolloSQLite"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ApolloWebSocket",
      "targets" : [
        "ApolloWebSocket"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ApolloTestSupport",
      "targets" : [
        "ApolloTestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "InstallCLI",
      "targets" : [
        "Install CLI"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Install_CLI",
      "module_type" : "PluginTarget",
      "name" : "Install CLI",
      "path" : "Plugins/InstallCLI",
      "plugin_capability" : {
        "intent" : {
          "description" : "Installs the Apollo iOS Command line interface.",
          "type" : "custom",
          "verb" : "apollo-cli-install"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Downloads and unzips the CLI executable into your project directory.",
            "type" : "writeToPackageDirectory"
          },
          {
            "network_scope" : {
              "all" : {
                "ports" : [
                ]
              }
            },
            "reason" : "Downloads the Apollo iOS CLI executable from the GitHub Release.",
            "type" : "allowNetworkConnections"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "InstallCLI"
      ],
      "sources" : [
        "InstallCLIPluginCommand.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "ApolloWebSocket",
      "module_type" : "SwiftTarget",
      "name" : "ApolloWebSocket",
      "path" : "Sources/ApolloWebSocket",
      "product_memberships" : [
        "ApolloWebSocket"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ApolloWebSocket/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "DefaultImplementation/Compression.swift",
        "DefaultImplementation/SSLClientCertificate.swift",
        "DefaultImplementation/SSLSecurity.swift",
        "DefaultImplementation/WebSocket.swift",
        "DefaultImplementation/WebSocketStream.swift",
        "OperationMessage.swift",
        "OperationMessageIdCreator.swift",
        "SplitNetworkTransport.swift",
        "WebSocketClient.swift",
        "WebSocketError.swift",
        "WebSocketTask.swift",
        "WebSocketTransport.swift"
      ],
      "target_dependencies" : [
        "Apollo"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ApolloTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "ApolloTestSupport",
      "path" : "Sources/ApolloTestSupport",
      "product_memberships" : [
        "ApolloTestSupport"
      ],
      "sources" : [
        "Field.swift",
        "TestMock.swift",
        "TestMockSelectionSetMapper.swift"
      ],
      "target_dependencies" : [
        "Apollo",
        "ApolloAPI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ApolloSQLite",
      "module_type" : "SwiftTarget",
      "name" : "ApolloSQLite",
      "path" : "Sources/ApolloSQLite",
      "product_memberships" : [
        "ApolloSQLite"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ApolloSQLite/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ApolloSQLiteDatabase.swift",
        "JournalMode.swift",
        "SQLiteDatabase.swift",
        "SQLiteNormalizedCache.swift",
        "SQLiteSerialization.swift"
      ],
      "target_dependencies" : [
        "Apollo"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ApolloAPI",
      "module_type" : "SwiftTarget",
      "name" : "ApolloAPI",
      "path" : "Sources/ApolloAPI",
      "product_memberships" : [
        "Apollo",
        "ApolloAPI",
        "Apollo-Dynamic",
        "ApolloSQLite",
        "ApolloWebSocket",
        "ApolloTestSupport"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AnyHashableConvertible.swift",
        "CacheKeyInfo.swift",
        "CacheReference.swift",
        "DataDict.swift",
        "Deferred.swift",
        "FragmentProtocols.swift",
        "GraphQLEnum.swift",
        "GraphQLNullable.swift",
        "GraphQLOperation.swift",
        "InputValue.swift",
        "JSON.swift",
        "JSONDecodingError.swift",
        "JSONStandardTypeConversions.swift",
        "LocalCacheMutation.swift",
        "ObjectData.swift",
        "OutputTypeConvertible.swift",
        "ParentType.swift",
        "ScalarTypes.swift",
        "SchemaConfiguration.swift",
        "SchemaMetadata.swift",
        "SchemaTypes/EnumType.swift",
        "SchemaTypes/InputObject.swift",
        "SchemaTypes/Interface.swift",
        "SchemaTypes/Object.swift",
        "SchemaTypes/Union.swift",
        "Selection+Conditions.swift",
        "Selection.swift",
        "SelectionSet.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Apollo",
      "module_type" : "SwiftTarget",
      "name" : "Apollo",
      "path" : "Sources/Apollo",
      "product_memberships" : [
        "Apollo",
        "Apollo-Dynamic",
        "ApolloSQLite",
        "ApolloWebSocket",
        "ApolloTestSupport"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Apollo/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AnyGraphQLResponse.swift",
        "ApolloClient.swift",
        "ApolloClientProtocol.swift",
        "ApolloErrorInterceptor.swift",
        "ApolloInterceptor.swift",
        "ApolloStore.swift",
        "Atomic.swift",
        "AutomaticPersistedQueryInterceptor.swift",
        "Bundle+Helpers.swift",
        "CacheReadInterceptor.swift",
        "CacheWriteInterceptor.swift",
        "Cancellable.swift",
        "Collection+Helpers.swift",
        "Constants.swift",
        "DataDict+Merging.swift",
        "DataDictMapper.swift",
        "DataLoader.swift",
        "DefaultInterceptorProvider.swift",
        "Dictionary+Helpers.swift",
        "DispatchQueue+Optional.swift",
        "ExecutionSources/CacheDataExecutionSource.swift",
        "ExecutionSources/NetworkResponseExecutionSource.swift",
        "ExecutionSources/SelectionSetModelExecutionSource.swift",
        "FieldSelectionCollector.swift",
        "GraphQLDependencyTracker.swift",
        "GraphQLError.swift",
        "GraphQLExecutionSource.swift",
        "GraphQLExecutor.swift",
        "GraphQLFile.swift",
        "GraphQLGETTransformer.swift",
        "GraphQLHTTPMethod.swift",
        "GraphQLHTTPRequestError.swift",
        "GraphQLQueryWatcher.swift",
        "GraphQLResponse.swift",
        "GraphQLResult.swift",
        "GraphQLResultAccumulator.swift",
        "GraphQLResultNormalizer.swift",
        "GraphQLSelectionSetMapper.swift",
        "HTTPRequest.swift",
        "HTTPResponse.swift",
        "HTTPURLResponse+Helpers.swift",
        "InMemoryNormalizedCache.swift",
        "IncrementalGraphQLResponse.swift",
        "IncrementalGraphQLResult.swift",
        "IncrementalJSONResponseParsingInterceptor.swift",
        "InputValue+Evaluation.swift",
        "InterceptorProvider.swift",
        "InterceptorRequestChain.swift",
        "JSONConverter.swift",
        "JSONRequest.swift",
        "JSONResponseParsingInterceptor.swift",
        "JSONSerialization+Sorting.swift",
        "JSONSerializationFormat.swift",
        "MaxRetryInterceptor.swift",
        "MultipartFormData.swift",
        "MultipartResponseDeferParser.swift",
        "MultipartResponseParsingInterceptor.swift",
        "MultipartResponseSubscriptionParser.swift",
        "NetworkFetchInterceptor.swift",
        "NetworkTransport.swift",
        "NormalizedCache.swift",
        "PathComponent.swift",
        "PossiblyDeferred.swift",
        "Record.swift",
        "RecordSet.swift",
        "RequestBodyCreator.swift",
        "RequestChain.swift",
        "RequestChainNetworkTransport.swift",
        "RequestClientMetadata.swift",
        "RequestContext.swift",
        "ResponseCodeInterceptor.swift",
        "ResponsePath.swift",
        "SelectionSet+DictionaryIntializer.swift",
        "SelectionSet+JSONInitializer.swift",
        "TaskData.swift",
        "URLSessionClient.swift",
        "UploadRequest.swift"
      ],
      "target_dependencies" : [
        "ApolloAPI"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Apollo: /Users/admin/builder/spi-builder-workspace
resolved source packages: Apollo
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Apollo -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Apollo -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  Apollo: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “Install CLI” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/Install_CLI
[debug]: Using compiler /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: a7002540d2be08cbc0ceacbb19ce8d746f37aa14e493d3c21cf9a854ca77600f
Process build tool plug-in results
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
    Target 'Apollo' in project 'Apollo'
        ➜ Explicit dependency on target 'Apollo' in project 'Apollo'
        ➜ Explicit dependency on target 'Apollo_Apollo' in project 'Apollo'
        ➜ Explicit dependency on target 'ApolloAPI' in project 'Apollo'
    Target 'Apollo' in project 'Apollo'
        ➜ Explicit dependency on target 'Apollo_Apollo' in project 'Apollo'
        ➜ Explicit dependency on target 'ApolloAPI' in project 'Apollo'
    Target 'ApolloAPI' in project 'Apollo'
        ➜ Explicit dependency on target 'Apollo_ApolloAPI' in project 'Apollo'
    Target 'Apollo_ApolloAPI' in project 'Apollo' (no dependencies)
    Target 'Apollo_Apollo' in project 'Apollo' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 80dfc7888b5ce7edf1c5450015ad24f6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/80dfc7888b5ce7edf1c5450015ad24f6.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/DerivedSources/resource_bundle_accessor.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo_ApolloAPI.build/empty-Apollo_ApolloAPI.plist (in target 'Apollo_ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo_ApolloAPI.build/empty-Apollo_ApolloAPI.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI.SwiftConstValuesFileList (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI.SwiftFileList (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI-OutputFileMap.json (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo_ApolloAPI.build/Apollo_ApolloAPI.DependencyStaticMetadataFileList (in target 'Apollo_ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo_ApolloAPI.build/Apollo_ApolloAPI.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/ApolloAPI.modulemap (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/ApolloAPI.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI.LinkFileList (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI_const_extract_protocols.json (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo_ApolloAPI.build/Apollo_ApolloAPI.DependencyMetadataFileList (in target 'Apollo_ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo_ApolloAPI.build/Apollo_ApolloAPI.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/ApolloAPI.DependencyStaticMetadataFileList (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/ApolloAPI.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/ApolloAPI.DependencyMetadataFileList (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/ApolloAPI.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo_Apollo.build/empty-Apollo_Apollo.plist (in target 'Apollo_Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo_Apollo.build/empty-Apollo_Apollo.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo_Apollo.build/Apollo_Apollo.DependencyMetadataFileList (in target 'Apollo_Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo_Apollo.build/Apollo_Apollo.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo_Apollo.build/Apollo_Apollo.DependencyStaticMetadataFileList (in target 'Apollo_Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo_Apollo.build/Apollo_Apollo.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo.SwiftFileList (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo_const_extract_protocols.json (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo.SwiftConstValuesFileList (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo.LinkFileList (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ApolloAPI.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/ApolloAPI.modulemap (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/ApolloAPI.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo-OutputFileMap.json (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/DerivedSources/resource_bundle_accessor.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Apollo.modulemap (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Apollo.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Apollo.DependencyStaticMetadataFileList (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Apollo.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Apollo.DependencyMetadataFileList (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Apollo.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_ApolloAPI.bundle/Contents (in target 'Apollo_ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_ApolloAPI.bundle/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_ApolloAPI.bundle/Contents/Resources (in target 'Apollo_ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_ApolloAPI.bundle/Contents/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_ApolloAPI.bundle (in target 'Apollo_ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_ApolloAPI.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_Apollo.bundle/Contents (in target 'Apollo_Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_Apollo.bundle/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_Apollo.bundle (in target 'Apollo_Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_Apollo.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_Apollo.bundle/Contents/Resources (in target 'Apollo_Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_Apollo.bundle/Contents/Resources
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Apollo.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Apollo.modulemap (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Apollo.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_ApolloAPI.bundle/Contents/Resources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/Resources/PrivacyInfo.xcprivacy (in target 'Apollo_ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/Resources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_ApolloAPI.bundle/Contents/Resources
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_ApolloAPI.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo_ApolloAPI.build/empty-Apollo_ApolloAPI.plist (in target 'Apollo_ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo_ApolloAPI.build/empty-Apollo_ApolloAPI.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_ApolloAPI.bundle/Contents/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_Apollo.bundle/Contents/Resources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Sources/Apollo/Resources/PrivacyInfo.xcprivacy (in target 'Apollo_Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/Apollo/Resources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_Apollo.bundle/Contents/Resources
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_Apollo.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo_Apollo.build/empty-Apollo_Apollo.plist (in target 'Apollo_Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo_Apollo.build/empty-Apollo_Apollo.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_Apollo.bundle/Contents/Info.plist
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_ApolloAPI.bundle (in target 'Apollo_ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_ApolloAPI.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_Apollo.bundle (in target 'Apollo_Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_Apollo.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_ApolloAPI.bundle (in target 'Apollo_ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_ApolloAPI.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_Apollo.bundle (in target 'Apollo_Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo_Apollo.bundle
SwiftDriver ApolloAPI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ApolloAPI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.14 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ FragmentProtocols.swift,\ GraphQLEnum.swift,\ GraphQLNullable.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/FragmentProtocols.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/GraphQLEnum.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/GraphQLNullable.swift (in target 'ApolloAPI' from project 'Apollo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/FragmentProtocols.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/GraphQLEnum.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/GraphQLNullable.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ObjectData.swift,\ OutputTypeConvertible.swift,\ ParentType.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/ObjectData.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/ParentType.swift (in target 'ApolloAPI' from project 'Apollo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/ObjectData.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/ObjectData.swift:98:26: warning: static property 'boolTrue' is not concurrency-safe because non-'Sendable' type 'AnyHashable' may have shared mutable state; this is an error in the Swift 6 language mode
  fileprivate static let boolTrue = AnyHashable(true)
                         ^
Swift.AnyHashable:1:23: note: struct 'AnyHashable' does not conform to the 'Sendable' protocol
@frozen public struct AnyHashable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/ObjectData.swift:98:26: note: add '@MainActor' to make static property 'boolTrue' part of global actor 'MainActor'
  fileprivate static let boolTrue = AnyHashable(true)
                         ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/ObjectData.swift:98:26: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  fileprivate static let boolTrue = AnyHashable(true)
                         ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/ObjectData.swift:99:26: warning: static property 'boolFalse' is not concurrency-safe because non-'Sendable' type 'AnyHashable' may have shared mutable state; this is an error in the Swift 6 language mode
  fileprivate static let boolFalse = AnyHashable(false)
                         ^
Swift.AnyHashable:1:23: note: struct 'AnyHashable' does not conform to the 'Sendable' protocol
@frozen public struct AnyHashable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/ObjectData.swift:99:26: note: add '@MainActor' to make static property 'boolFalse' part of global actor 'MainActor'
  fileprivate static let boolFalse = AnyHashable(false)
                         ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/ObjectData.swift:99:26: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  fileprivate static let boolFalse = AnyHashable(false)
                         ^
  nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:6:21: warning: static property '_asOutputType' is not concurrency-safe because non-'Sendable' type 'Selection.Field.OutputType' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(String.self))
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/Selection.swift:35:26: note: consider making enum 'OutputType' conform to the 'Sendable' protocol
    public indirect enum OutputType {
                         ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:6:21: note: add '@MainActor' to make static property '_asOutputType' part of global actor 'MainActor'
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(String.self))
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:6:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(String.self))
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:9:21: warning: static property '_asOutputType' is not concurrency-safe because non-'Sendable' type 'Selection.Field.OutputType' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(Int.self))
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/Selection.swift:35:26: note: consider making enum 'OutputType' conform to the 'Sendable' protocol
    public indirect enum OutputType {
                         ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:9:21: note: add '@MainActor' to make static property '_asOutputType' part of global actor 'MainActor'
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(Int.self))
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:9:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(Int.self))
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:12:21: warning: static property '_asOutputType' is not concurrency-safe because non-'Sendable' type 'Selection.Field.OutputType' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(Bool.self))
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/Selection.swift:35:26: note: consider making enum 'OutputType' conform to the 'Sendable' protocol
    public indirect enum OutputType {
                         ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:12:21: note: add '@MainActor' to make static property '_asOutputType' part of global actor 'MainActor'
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(Bool.self))
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:12:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(Bool.self))
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:15:21: warning: static property '_asOutputType' is not concurrency-safe because non-'Sendable' type 'Selection.Field.OutputType' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(Float.self))
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/Selection.swift:35:26: note: consider making enum 'OutputType' conform to the 'Sendable' protocol
    public indirect enum OutputType {
                         ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:15:21: note: add '@MainActor' to make static property '_asOutputType' part of global actor 'MainActor'
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(Float.self))
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:15:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(Float.self))
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:18:21: warning: static property '_asOutputType' is not concurrency-safe because non-'Sendable' type 'Selection.Field.OutputType' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(Double.self))
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/Selection.swift:35:26: note: consider making enum 'OutputType' conform to the 'Sendable' protocol
    public indirect enum OutputType {
                         ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:18:21: note: add '@MainActor' to make static property '_asOutputType' part of global actor 'MainActor'
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(Double.self))
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:18:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(Double.self))
                    ^
  nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/ParentType.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CacheReference.swift,\ DataDict.swift,\ Deferred.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheReference.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/DataDict.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/Deferred.swift (in target 'ApolloAPI' from project 'Apollo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheReference.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheReference.swift:10:21: warning: static property 'RootQuery' is not concurrency-safe because non-'Sendable' type 'CacheReference' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let RootQuery: CacheReference = CacheReference("QUERY_ROOT")
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheReference.swift:7:15: note: consider making struct 'CacheReference' conform to the 'Sendable' protocol
public struct CacheReference: Hashable {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheReference.swift:10:21: note: add '@MainActor' to make static property 'RootQuery' part of global actor 'MainActor'
  public static let RootQuery: CacheReference = CacheReference("QUERY_ROOT")
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheReference.swift:10:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let RootQuery: CacheReference = CacheReference("QUERY_ROOT")
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheReference.swift:13:21: warning: static property 'RootMutation' is not concurrency-safe because non-'Sendable' type 'CacheReference' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let RootMutation: CacheReference = CacheReference("MUTATION_ROOT")
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheReference.swift:7:15: note: consider making struct 'CacheReference' conform to the 'Sendable' protocol
public struct CacheReference: Hashable {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheReference.swift:13:21: note: add '@MainActor' to make static property 'RootMutation' part of global actor 'MainActor'
  public static let RootMutation: CacheReference = CacheReference("MUTATION_ROOT")
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheReference.swift:13:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let RootMutation: CacheReference = CacheReference("MUTATION_ROOT")
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheReference.swift:16:21: warning: static property 'RootSubscription' is not concurrency-safe because non-'Sendable' type 'CacheReference' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let RootSubscription: CacheReference = CacheReference("SUBSCRIPTION_ROOT")
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheReference.swift:7:15: note: consider making struct 'CacheReference' conform to the 'Sendable' protocol
public struct CacheReference: Hashable {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheReference.swift:16:21: note: add '@MainActor' to make static property 'RootSubscription' part of global actor 'MainActor'
  public static let RootSubscription: CacheReference = CacheReference("SUBSCRIPTION_ROOT")
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheReference.swift:16:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let RootSubscription: CacheReference = CacheReference("SUBSCRIPTION_ROOT")
                    ^
  nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/DataDict.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/DataDict.swift:163:21: warning: static property '_NullValue' is not concurrency-safe because non-'Sendable' type 'AnyHashable' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let _NullValue = {
                    ^
Swift.AnyHashable:1:23: note: struct 'AnyHashable' does not conform to the 'Sendable' protocol
@frozen public struct AnyHashable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/DataDict.swift:163:21: note: add '@MainActor' to make static property '_NullValue' part of global actor 'MainActor'
  public static let _NullValue = {
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/DataDict.swift:163:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let _NullValue = {
                    ^
  nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/Deferred.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ GraphQLOperation.swift,\ InputValue.swift,\ JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/GraphQLOperation.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/InputValue.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/JSON.swift (in target 'ApolloAPI' from project 'Apollo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/GraphQLOperation.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/InputValue.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/JSON.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ JSONDecodingError.swift,\ JSONStandardTypeConversions.swift,\ LocalCacheMutation.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/JSONDecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/JSONStandardTypeConversions.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/LocalCacheMutation.swift (in target 'ApolloAPI' from project 'Apollo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/JSONDecodingError.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/JSONDecodingError.swift:18:8: warning: associated value 'couldNotConvert(value:to:)' of 'Sendable'-conforming enum 'JSONDecodingError' has non-sendable type '(value: AnyHashable, to: any Any.Type)'; this is an error in the Swift 6 language mode
  case couldNotConvert(value: AnyHashable, to: Any.Type)
       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/JSONStandardTypeConversions.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/LocalCacheMutation.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ AnyHashableConvertible.swift,\ CacheKeyInfo.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/AnyHashableConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheKeyInfo.swift (in target 'ApolloAPI' from project 'Apollo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/DerivedSources/resource_bundle_accessor.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/AnyHashableConvertible.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheKeyInfo.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Object.swift,\ Union.swift,\ Selection+Conditions.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/SchemaTypes/Object.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/SchemaTypes/Union.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/Selection+Conditions.swift (in target 'ApolloAPI' from project 'Apollo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/SchemaTypes/Object.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/SchemaTypes/Union.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/Selection+Conditions.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ScalarTypes.swift,\ SchemaConfiguration.swift,\ SchemaMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/ScalarTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/SchemaConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/SchemaMetadata.swift (in target 'ApolloAPI' from project 'Apollo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/ScalarTypes.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/SchemaConfiguration.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/SchemaMetadata.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ ApolloAPI (in target 'ApolloAPI' from project 'Apollo')
EmitSwiftModule normal arm64 (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheReference.swift:10:21: warning: static property 'RootQuery' is not concurrency-safe because non-'Sendable' type 'CacheReference' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let RootQuery: CacheReference = CacheReference("QUERY_ROOT")
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheReference.swift:7:15: note: consider making struct 'CacheReference' conform to the 'Sendable' protocol
public struct CacheReference: Hashable {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheReference.swift:10:21: note: add '@MainActor' to make static property 'RootQuery' part of global actor 'MainActor'
  public static let RootQuery: CacheReference = CacheReference("QUERY_ROOT")
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheReference.swift:10:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let RootQuery: CacheReference = CacheReference("QUERY_ROOT")
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheReference.swift:13:21: warning: static property 'RootMutation' is not concurrency-safe because non-'Sendable' type 'CacheReference' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let RootMutation: CacheReference = CacheReference("MUTATION_ROOT")
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheReference.swift:7:15: note: consider making struct 'CacheReference' conform to the 'Sendable' protocol
public struct CacheReference: Hashable {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheReference.swift:13:21: note: add '@MainActor' to make static property 'RootMutation' part of global actor 'MainActor'
  public static let RootMutation: CacheReference = CacheReference("MUTATION_ROOT")
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheReference.swift:13:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let RootMutation: CacheReference = CacheReference("MUTATION_ROOT")
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheReference.swift:16:21: warning: static property 'RootSubscription' is not concurrency-safe because non-'Sendable' type 'CacheReference' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let RootSubscription: CacheReference = CacheReference("SUBSCRIPTION_ROOT")
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheReference.swift:7:15: note: consider making struct 'CacheReference' conform to the 'Sendable' protocol
public struct CacheReference: Hashable {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheReference.swift:16:21: note: add '@MainActor' to make static property 'RootSubscription' part of global actor 'MainActor'
  public static let RootSubscription: CacheReference = CacheReference("SUBSCRIPTION_ROOT")
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/CacheReference.swift:16:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let RootSubscription: CacheReference = CacheReference("SUBSCRIPTION_ROOT")
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/DataDict.swift:163:21: warning: static property '_NullValue' is not concurrency-safe because non-'Sendable' type 'AnyHashable' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let _NullValue = {
                    ^
Swift.AnyHashable:1:23: note: struct 'AnyHashable' does not conform to the 'Sendable' protocol
@frozen public struct AnyHashable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/DataDict.swift:163:21: note: add '@MainActor' to make static property '_NullValue' part of global actor 'MainActor'
  public static let _NullValue = {
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/DataDict.swift:163:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let _NullValue = {
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/JSONDecodingError.swift:18:8: warning: associated value 'couldNotConvert(value:to:)' of 'Sendable'-conforming enum 'JSONDecodingError' has non-sendable type '(value: AnyHashable, to: any Any.Type)'; this is an error in the Swift 6 language mode
  case couldNotConvert(value: AnyHashable, to: Any.Type)
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/ObjectData.swift:98:26: warning: static property 'boolTrue' is not concurrency-safe because non-'Sendable' type 'AnyHashable' may have shared mutable state; this is an error in the Swift 6 language mode
  fileprivate static let boolTrue = AnyHashable(true)
                         ^
Swift.AnyHashable:1:23: note: struct 'AnyHashable' does not conform to the 'Sendable' protocol
@frozen public struct AnyHashable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/ObjectData.swift:98:26: note: add '@MainActor' to make static property 'boolTrue' part of global actor 'MainActor'
  fileprivate static let boolTrue = AnyHashable(true)
                         ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/ObjectData.swift:98:26: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  fileprivate static let boolTrue = AnyHashable(true)
                         ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/ObjectData.swift:99:26: warning: static property 'boolFalse' is not concurrency-safe because non-'Sendable' type 'AnyHashable' may have shared mutable state; this is an error in the Swift 6 language mode
  fileprivate static let boolFalse = AnyHashable(false)
                         ^
Swift.AnyHashable:1:23: note: struct 'AnyHashable' does not conform to the 'Sendable' protocol
@frozen public struct AnyHashable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/ObjectData.swift:99:26: note: add '@MainActor' to make static property 'boolFalse' part of global actor 'MainActor'
  fileprivate static let boolFalse = AnyHashable(false)
                         ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/ObjectData.swift:99:26: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  fileprivate static let boolFalse = AnyHashable(false)
                         ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:6:21: warning: static property '_asOutputType' is not concurrency-safe because non-'Sendable' type 'Selection.Field.OutputType' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(String.self))
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/Selection.swift:35:26: note: consider making enum 'OutputType' conform to the 'Sendable' protocol
    public indirect enum OutputType {
                         ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:6:21: note: add '@MainActor' to make static property '_asOutputType' part of global actor 'MainActor'
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(String.self))
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:6:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(String.self))
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:9:21: warning: static property '_asOutputType' is not concurrency-safe because non-'Sendable' type 'Selection.Field.OutputType' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(Int.self))
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/Selection.swift:35:26: note: consider making enum 'OutputType' conform to the 'Sendable' protocol
    public indirect enum OutputType {
                         ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:9:21: note: add '@MainActor' to make static property '_asOutputType' part of global actor 'MainActor'
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(Int.self))
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:9:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(Int.self))
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:12:21: warning: static property '_asOutputType' is not concurrency-safe because non-'Sendable' type 'Selection.Field.OutputType' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(Bool.self))
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/Selection.swift:35:26: note: consider making enum 'OutputType' conform to the 'Sendable' protocol
    public indirect enum OutputType {
                         ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:12:21: note: add '@MainActor' to make static property '_asOutputType' part of global actor 'MainActor'
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(Bool.self))
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:12:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(Bool.self))
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:15:21: warning: static property '_asOutputType' is not concurrency-safe because non-'Sendable' type 'Selection.Field.OutputType' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(Float.self))
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/Selection.swift:35:26: note: consider making enum 'OutputType' conform to the 'Sendable' protocol
    public indirect enum OutputType {
                         ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:15:21: note: add '@MainActor' to make static property '_asOutputType' part of global actor 'MainActor'
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(Float.self))
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:15:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(Float.self))
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:18:21: warning: static property '_asOutputType' is not concurrency-safe because non-'Sendable' type 'Selection.Field.OutputType' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(Double.self))
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/Selection.swift:35:26: note: consider making enum 'OutputType' conform to the 'Sendable' protocol
    public indirect enum OutputType {
                         ^
                                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:18:21: note: add '@MainActor' to make static property '_asOutputType' part of global actor 'MainActor'
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(Double.self))
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/OutputTypeConvertible.swift:18:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let _asOutputType: Selection.Field.OutputType = .nonNull(.scalar(Double.self))
                    ^
  nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Selection.swift,\ SelectionSet.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/Selection.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/SelectionSet.swift (in target 'ApolloAPI' from project 'Apollo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/Selection.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/SelectionSet.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ EnumType.swift,\ InputObject.swift,\ Interface.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/SchemaTypes/EnumType.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/SchemaTypes/InputObject.swift /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/SchemaTypes/Interface.swift (in target 'ApolloAPI' from project 'Apollo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/SchemaTypes/EnumType.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/SchemaTypes/InputObject.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/SchemaTypes/Interface.swift (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling FragmentProtocols.swift, GraphQLEnum.swift, GraphQLNullable.swift (in target 'ApolloAPI' from project 'Apollo')
SwiftDriverJobDiscovery normal arm64 Compiling Object.swift, Union.swift, Selection+Conditions.swift (in target 'ApolloAPI' from project 'Apollo')
SwiftDriverJobDiscovery normal arm64 Compiling ObjectData.swift, OutputTypeConvertible.swift, ParentType.swift (in target 'ApolloAPI' from project 'Apollo')
SwiftDriverJobDiscovery normal arm64 Compiling Selection.swift, SelectionSet.swift (in target 'ApolloAPI' from project 'Apollo')
SwiftDriverJobDiscovery normal arm64 Emitting module for ApolloAPI (in target 'ApolloAPI' from project 'Apollo')
SwiftDriver\ Compilation\ Requirements ApolloAPI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ApolloAPI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.14 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ApolloAPI-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI-Swift.h (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ApolloAPI-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ApolloAPI.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI.swiftmodule (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ApolloAPI.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ApolloAPI.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI.abi.json (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ApolloAPI.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ApolloAPI.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI.swiftdoc (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ApolloAPI.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ApolloAPI.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI.swiftsourceinfo (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ApolloAPI.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriver Apollo normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Apollo -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.14 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ DataDictMapper.swift,\ DataLoader.swift,\ DefaultInterceptorProvider.swift,\ Dictionary+Helpers.swift,\ DispatchQueue+Optional.swift,\ CacheDataExecutionSource.swift,\ NetworkResponseExecutionSource.swift,\ SelectionSetModelExecutionSource.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/DataDictMapper.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/DataLoader.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/DefaultInterceptorProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/Dictionary+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/DispatchQueue+Optional.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/ExecutionSources/CacheDataExecutionSource.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/ExecutionSources/NetworkResponseExecutionSource.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/ExecutionSources/SelectionSetModelExecutionSource.swift (in target 'Apollo' from project 'Apollo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/DataDictMapper.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/DataLoader.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/DefaultInterceptorProvider.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/Dictionary+Helpers.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/DispatchQueue+Optional.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Apollo/DispatchQueue+Optional.swift:9:9: warning: capture of 'action' with non-sendable type '() -> Void' in a '@Sendable' closure
        action()
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/DispatchQueue+Optional.swift:9:9: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        action()
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/ExecutionSources/CacheDataExecutionSource.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/ExecutionSources/NetworkResponseExecutionSource.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/ExecutionSources/SelectionSetModelExecutionSource.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AutomaticPersistedQueryInterceptor.swift,\ Bundle+Helpers.swift,\ CacheReadInterceptor.swift,\ CacheWriteInterceptor.swift,\ Cancellable.swift,\ Collection+Helpers.swift,\ Constants.swift,\ DataDict+Merging.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/AutomaticPersistedQueryInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/Bundle+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/CacheReadInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/CacheWriteInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/Cancellable.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/Collection+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/DataDict+Merging.swift (in target 'Apollo' from project 'Apollo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/AutomaticPersistedQueryInterceptor.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/Bundle+Helpers.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/CacheReadInterceptor.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/CacheWriteInterceptor.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/Cancellable.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/Collection+Helpers.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/Constants.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/DataDict+Merging.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Apollo/DataDict+Merging.swift:11:10: warning: associated value 'dataTypeNotAccessibleByPathComponent' of 'Sendable'-conforming enum 'MergeError' has non-sendable type 'PathComponent'; this is an error in the Swift 6 language mode
    case dataTypeNotAccessibleByPathComponent(PathComponent)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/PathComponent.swift:7:13: note: consider making enum 'PathComponent' conform to the 'Sendable' protocol
public enum PathComponent: Equatable {
            ^
                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/DataDict+Merging.swift:12:10: warning: associated value 'invalidPathComponentForDataType' of 'Sendable'-conforming enum 'MergeError' has non-sendable type 'PathComponent'; this is an error in the Swift 6 language mode
    case invalidPathComponentForDataType(PathComponent, String)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/PathComponent.swift:7:13: note: consider making enum 'PathComponent' conform to the 'Sendable' protocol
public enum PathComponent: Equatable {
            ^
                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/DataDict+Merging.swift:13:10: warning: associated value 'cannotFindPathComponent' of 'Sendable'-conforming enum 'MergeError' has non-sendable type 'PathComponent'; this is an error in the Swift 6 language mode
    case cannotFindPathComponent(PathComponent)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/PathComponent.swift:7:13: note: consider making enum 'PathComponent' conform to the 'Sendable' protocol
public enum PathComponent: Equatable {
            ^
                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/DataDict+Merging.swift:15:10: warning: associated value 'cannotOverwriteFieldData' of 'Sendable'-conforming enum 'MergeError' has non-sendable type '(AnyHashable, AnyHashable)'; this is an error in the Swift 6 language mode
    case cannotOverwriteFieldData(AnyHashable, AnyHashable)
         ^
SwiftEmitModule normal arm64 Emitting\ module\ for\ Apollo (in target 'Apollo' from project 'Apollo')
EmitSwiftModule normal arm64 (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift:21:21: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  public static var `default`: CachePolicy = .returnCacheDataElseFetch
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift:21:21: note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
  public static var `default`: CachePolicy = .returnCacheDataElseFetch
                ~~~ ^
                let
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift:21:21: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
  public static var `default`: CachePolicy = .returnCacheDataElseFetch
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift:21:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static var `default`: CachePolicy = .returnCacheDataElseFetch
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/DataDict+Merging.swift:11:10: warning: associated value 'dataTypeNotAccessibleByPathComponent' of 'Sendable'-conforming enum 'MergeError' has non-sendable type 'PathComponent'; this is an error in the Swift 6 language mode
    case dataTypeNotAccessibleByPathComponent(PathComponent)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/PathComponent.swift:7:13: note: consider making enum 'PathComponent' conform to the 'Sendable' protocol
public enum PathComponent: Equatable {
            ^
                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/DataDict+Merging.swift:12:10: warning: associated value 'invalidPathComponentForDataType' of 'Sendable'-conforming enum 'MergeError' has non-sendable type 'PathComponent'; this is an error in the Swift 6 language mode
    case invalidPathComponentForDataType(PathComponent, String)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/PathComponent.swift:7:13: note: consider making enum 'PathComponent' conform to the 'Sendable' protocol
public enum PathComponent: Equatable {
            ^
                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/DataDict+Merging.swift:13:10: warning: associated value 'cannotFindPathComponent' of 'Sendable'-conforming enum 'MergeError' has non-sendable type 'PathComponent'; this is an error in the Swift 6 language mode
    case cannotFindPathComponent(PathComponent)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/PathComponent.swift:7:13: note: consider making enum 'PathComponent' conform to the 'Sendable' protocol
public enum PathComponent: Equatable {
            ^
                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/DataDict+Merging.swift:15:10: warning: associated value 'cannotOverwriteFieldData' of 'Sendable'-conforming enum 'MergeError' has non-sendable type '(AnyHashable, AnyHashable)'; this is an error in the Swift 6 language mode
    case cannotOverwriteFieldData(AnyHashable, AnyHashable)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLError.swift:10:15: warning: stored property 'object' of 'Sendable'-conforming struct 'GraphQLError' has non-sendable type 'JSONObject' (aka 'Dictionary<String, AnyHashable>'); this is an error in the Swift 6 language mode
  private let object: JSONObject
              ^
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
@frozen public struct Dictionary<Key, Value> where Key : Hashable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLExecutor.swift:157:7: warning: stored property 'path' of 'Sendable'-conforming struct 'GraphQLExecutionError' has non-sendable type 'ResponsePath'; this is an error in the Swift 6 language mode
  let path: ResponsePath
      ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ResponsePath.swift:9:15: note: consider making struct 'ResponsePath' conform to the 'Sendable' protocol
public struct ResponsePath: ExpressibleByArrayLiteral {
              ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/IncrementalJSONResponseParsingInterceptor.swift:14:10: warning: associated value 'couldNotParseIncrementalJSON(json:)' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type '(json: JSONValue)' (aka '(json: AnyHashable)'); this is an error in the Swift 6 language mode
    case couldNotParseIncrementalJSON(json: JSONValue)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:10:10: warning: associated value 'invalidIndex(chain:index:)' of 'Sendable'-conforming enum 'ChainError' has non-sendable type 'any RequestChain'; this is an error in the Swift 6 language mode
    case invalidIndex(chain: any RequestChain, index: Int)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/RequestChain.swift:5:17: note: protocol 'RequestChain' does not conform to the 'Sendable' protocol
public protocol RequestChain: Cancellable {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/URLSessionClient.swift:11:12: warning: non-final class 'URLSessionClient' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
open class URLSessionClient: NSObject, URLSessionDelegate, URLSessionTaskDelegate, URLSessionDataDelegate {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/URLSessionClient.swift:48:23: warning: stored property '_tasks' of 'Sendable'-conforming class 'URLSessionClient' is mutable; this is an error in the Swift 6 language mode
  @Atomic private var tasks: [Int: TaskData] = [:]
                      ^
SwiftCompile normal arm64 Compiling\ FieldSelectionCollector.swift,\ GraphQLDependencyTracker.swift,\ GraphQLError.swift,\ GraphQLExecutionSource.swift,\ GraphQLExecutor.swift,\ GraphQLFile.swift,\ GraphQLGETTransformer.swift,\ GraphQLHTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/FieldSelectionCollector.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLDependencyTracker.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLError.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLExecutionSource.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLExecutor.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLFile.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLGETTransformer.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLHTTPMethod.swift (in target 'Apollo' from project 'Apollo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/FieldSelectionCollector.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLDependencyTracker.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLError.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLError.swift:10:15: warning: stored property 'object' of 'Sendable'-conforming struct 'GraphQLError' has non-sendable type 'JSONObject' (aka 'Dictionary<String, AnyHashable>'); this is an error in the Swift 6 language mode
  private let object: JSONObject
              ^
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
@frozen public struct Dictionary<Key, Value> where Key : Hashable {
                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLExecutionSource.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLExecutor.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLExecutor.swift:157:7: warning: stored property 'path' of 'Sendable'-conforming struct 'GraphQLExecutionError' has non-sendable type 'ResponsePath'; this is an error in the Swift 6 language mode
  let path: ResponsePath
      ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ResponsePath.swift:9:15: note: consider making struct 'ResponsePath' conform to the 'Sendable' protocol
public struct ResponsePath: ExpressibleByArrayLiteral {
              ^
                                                     , Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLFile.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLGETTransformer.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLHTTPMethod.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ GraphQLHTTPRequestError.swift,\ GraphQLQueryWatcher.swift,\ GraphQLResponse.swift,\ GraphQLResult.swift,\ GraphQLResultAccumulator.swift,\ GraphQLResultNormalizer.swift,\ GraphQLSelectionSetMapper.swift,\ HTTPRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLHTTPRequestError.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLResultAccumulator.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLResultNormalizer.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLSelectionSetMapper.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/HTTPRequest.swift (in target 'Apollo' from project 'Apollo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLHTTPRequestError.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:129:30: warning: capture of 'self' with non-sendable type 'GraphQLQueryWatcher<Query>?' in a '@Sendable' closure
            guard let self = self else {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:14:20: note: generic class 'GraphQLQueryWatcher' does not conform to the 'Sendable' protocol
public final class GraphQLQueryWatcher<Query: GraphQLQuery>: Cancellable, ApolloStoreSubscriber {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:134:20: warning: capture of 'graphQLResult' with non-sendable type 'GraphQLResult<Query.Data>' in a '@Sendable' closure
              $0 = graphQLResult.dependentKeys
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLResult.swift:6:15: note: consider making generic struct 'GraphQLResult' conform to the 'Sendable' protocol
public struct GraphQLResult<Data: RootSelectionSet> {
              ^
                                                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:136:32: warning: capture of 'result' with non-sendable type 'Result<GraphQLResult<Query.Data>, any Error>' in a '@Sendable' closure
            self.resultHandler(result)
                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLResult.swift:6:15: note: consider making generic struct 'GraphQLResult' conform to the 'Sendable' protocol
public struct GraphQLResult<Data: RootSelectionSet> {
              ^
                                                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLQueryWatcher.swift:134:20: warning: capture of 'graphQLResult' with non-sendable type 'GraphQLResult<Query.Data>' in an isolated closure; this is an error in the Swift 6 language mode
              $0 = graphQLResult.dependentKeys
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLResult.swift:6:15: note: consider making generic struct 'GraphQLResult' conform to the 'Sendable' protocol
public struct GraphQLResult<Data: RootSelectionSet> {
              ^
                                                    : Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLResponse.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLResult.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLResultAccumulator.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLResultNormalizer.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLSelectionSetMapper.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/HTTPRequest.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling EnumType.swift, InputObject.swift, Interface.swift (in target 'ApolloAPI' from project 'Apollo')
SwiftCompile normal arm64 Compiling\ InterceptorRequestChain.swift,\ JSONConverter.swift,\ JSONRequest.swift,\ JSONResponseParsingInterceptor.swift,\ JSONSerialization+Sorting.swift,\ JSONSerializationFormat.swift,\ MaxRetryInterceptor.swift,\ MultipartFormData.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/JSONConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/JSONRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/JSONResponseParsingInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/JSONSerialization+Sorting.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/JSONSerializationFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/MaxRetryInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/MultipartFormData.swift (in target 'Apollo' from project 'Apollo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:10:10: warning: associated value 'invalidIndex(chain:index:)' of 'Sendable'-conforming enum 'ChainError' has non-sendable type 'any RequestChain'; this is an error in the Swift 6 language mode
    case invalidIndex(chain: any RequestChain, index: Int)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/RequestChain.swift:5:17: note: protocol 'RequestChain' does not conform to the 'Sendable' protocol
public protocol RequestChain: Cancellable {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:239:9: warning: capture of 'completion' with non-sendable type '(Result<GraphQLResult<Operation.Data>, any Error>) -> Void' in a '@Sendable' closure
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:239:9: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        completion(.failure(error))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:253:9: warning: capture of 'completion' with non-sendable type '(Result<GraphQLResult<Operation.Data>, any Error>) -> Void' in a '@Sendable' closure
        completion(result)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:253:9: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        completion(result)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:253:20: warning: capture of 'result' with non-sendable type 'Result<GraphQLResult<Operation.Data>, any Error>' in a '@Sendable' closure
        completion(result)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLResult.swift:6:15: note: consider making generic struct 'GraphQLResult' conform to the 'Sendable' protocol
public struct GraphQLResult<Data: RootSelectionSet> {
              ^
                                                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:274:7: warning: capture of 'completion' with non-sendable type '(Result<GraphQLResult<Operation.Data>, any Error>) -> Void' in a '@Sendable' closure
      completion(.success(value))
      ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:274:7: note: a function type must be marked '@Sendable' to conform to 'Sendable'
      completion(.success(value))
      ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorRequestChain.swift:274:27: warning: capture of 'value' with non-sendable type 'GraphQLResult<Operation.Data>' in a '@Sendable' closure
      completion(.success(value))
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/GraphQLResult.swift:6:15: note: consider making generic struct 'GraphQLResult' conform to the 'Sendable' protocol
public struct GraphQLResult<Data: RootSelectionSet> {
              ^
                                                    : Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/JSONConverter.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/JSONRequest.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/JSONResponseParsingInterceptor.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/JSONSerialization+Sorting.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/JSONSerializationFormat.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/MaxRetryInterceptor.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/MultipartFormData.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for Apollo (in target 'Apollo' from project 'Apollo')
SwiftDriver\ Compilation\ Requirements Apollo normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Apollo -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.14 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling DataDictMapper.swift, DataLoader.swift, DefaultInterceptorProvider.swift, Dictionary+Helpers.swift, DispatchQueue+Optional.swift, CacheDataExecutionSource.swift, NetworkResponseExecutionSource.swift, SelectionSetModelExecutionSource.swift (in target 'Apollo' from project 'Apollo')
SwiftCompile normal arm64 Compiling\ ResponseCodeInterceptor.swift,\ ResponsePath.swift,\ SelectionSet+DictionaryIntializer.swift,\ SelectionSet+JSONInitializer.swift,\ TaskData.swift,\ URLSessionClient.swift,\ UploadRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/ResponseCodeInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/ResponsePath.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/SelectionSet+DictionaryIntializer.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/SelectionSet+JSONInitializer.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/TaskData.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/URLSessionClient.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/UploadRequest.swift (in target 'Apollo' from project 'Apollo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/ResponseCodeInterceptor.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/ResponsePath.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/SelectionSet+DictionaryIntializer.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/SelectionSet+JSONInitializer.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/TaskData.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/URLSessionClient.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Apollo/URLSessionClient.swift:11:12: warning: non-final class 'URLSessionClient' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
open class URLSessionClient: NSObject, URLSessionDelegate, URLSessionTaskDelegate, URLSessionDataDelegate {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/URLSessionClient.swift:48:23: warning: stored property '_tasks' of 'Sendable'-conforming class 'URLSessionClient' is mutable; this is an error in the Swift 6 language mode
  @Atomic private var tasks: [Int: TaskData] = [:]
                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/UploadRequest.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Apollo-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo-Swift.h (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Apollo-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, AnyHashableConvertible.swift, CacheKeyInfo.swift (in target 'ApolloAPI' from project 'Apollo')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo.swiftmodule (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo.swiftdoc (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo.abi.json (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo.swiftmodule/arm64-apple-macos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling CacheReference.swift, DataDict.swift, Deferred.swift (in target 'ApolloAPI' from project 'Apollo')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo.swiftsourceinfo (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ HTTPResponse.swift,\ HTTPURLResponse+Helpers.swift,\ InMemoryNormalizedCache.swift,\ IncrementalGraphQLResponse.swift,\ IncrementalGraphQLResult.swift,\ IncrementalJSONResponseParsingInterceptor.swift,\ InputValue+Evaluation.swift,\ InterceptorProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/HTTPResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/HTTPURLResponse+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/InMemoryNormalizedCache.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/IncrementalGraphQLResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/IncrementalGraphQLResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/IncrementalJSONResponseParsingInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/InputValue+Evaluation.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorProvider.swift (in target 'Apollo' from project 'Apollo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/HTTPResponse.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/HTTPURLResponse+Helpers.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/InMemoryNormalizedCache.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/IncrementalGraphQLResponse.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/IncrementalGraphQLResult.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/IncrementalJSONResponseParsingInterceptor.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Apollo/IncrementalJSONResponseParsingInterceptor.swift:14:10: warning: associated value 'couldNotParseIncrementalJSON(json:)' of 'Sendable'-conforming enum 'ParsingError' has non-sendable type '(json: JSONValue)' (aka '(json: AnyHashable)'); this is an error in the Swift 6 language mode
    case couldNotParseIncrementalJSON(json: JSONValue)
         ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/InputValue+Evaluation.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/InterceptorProvider.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ MultipartResponseDeferParser.swift,\ MultipartResponseParsingInterceptor.swift,\ MultipartResponseSubscriptionParser.swift,\ NetworkFetchInterceptor.swift,\ NetworkTransport.swift,\ NormalizedCache.swift,\ PathComponent.swift,\ PossiblyDeferred.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/MultipartResponseDeferParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/MultipartResponseParsingInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/MultipartResponseSubscriptionParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/NetworkFetchInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/NetworkTransport.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/NormalizedCache.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/PathComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/PossiblyDeferred.swift (in target 'Apollo' from project 'Apollo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/MultipartResponseDeferParser.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/MultipartResponseParsingInterceptor.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/MultipartResponseSubscriptionParser.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/NetworkFetchInterceptor.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/NetworkTransport.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/NormalizedCache.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/PathComponent.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/PossiblyDeferred.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Record.swift,\ RecordSet.swift,\ RequestBodyCreator.swift,\ RequestChain.swift,\ RequestChainNetworkTransport.swift,\ RequestClientMetadata.swift,\ RequestContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/Record.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/RecordSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/RequestBodyCreator.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/RequestChain.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/RequestChainNetworkTransport.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/RequestClientMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/RequestContext.swift (in target 'Apollo' from project 'Apollo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/Record.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/RecordSet.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/RequestBodyCreator.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/RequestChain.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/RequestChainNetworkTransport.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/RequestClientMetadata.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/RequestContext.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling JSONDecodingError.swift, JSONStandardTypeConversions.swift, LocalCacheMutation.swift (in target 'ApolloAPI' from project 'Apollo')
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ AnyGraphQLResponse.swift,\ ApolloClient.swift,\ ApolloClientProtocol.swift,\ ApolloErrorInterceptor.swift,\ ApolloInterceptor.swift,\ ApolloStore.swift,\ Atomic.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/AnyGraphQLResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClientProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloErrorInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift /Users/admin/builder/spi-builder-workspace/Sources/Apollo/Atomic.swift (in target 'Apollo' from project 'Apollo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/DerivedSources/resource_bundle_accessor.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/AnyGraphQLResponse.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift:21:21: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  public static var `default`: CachePolicy = .returnCacheDataElseFetch
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift:21:21: note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
  public static var `default`: CachePolicy = .returnCacheDataElseFetch
                ~~~ ^
                let
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift:21:21: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
  public static var `default`: CachePolicy = .returnCacheDataElseFetch
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift:21:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static var `default`: CachePolicy = .returnCacheDataElseFetch
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift:178:9: warning: capture of 'resultHandler' with non-sendable type 'GraphQLResultHandler<Operation.Data>?' (aka 'Optional<(Result<GraphQLResult<Operation.Data>, any Error>) -> ()>') in a '@Sendable' closure
        resultHandler?(.failure(ApolloClientError.noUploadTransport))
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClient.swift:178:9: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        resultHandler?(.failure(ApolloClientError.noUploadTransport))
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloClientProtocol.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloErrorInterceptor.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloInterceptor.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:52:33: warning: capture of 'self' with non-sendable type 'ApolloStore' in a '@Sendable' closure
      let result = Result { try self.cache.clear() }
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:24:14: note: class 'ApolloStore' does not conform to the 'Sendable' protocol
public class ApolloStore {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:55:17: warning: capture of 'completion' with non-sendable type '((Result<Void, any Error>) -> Void)?' in a '@Sendable' closure
        action: completion,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:55:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        action: completion,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:52:33: warning: capture of 'self' with non-sendable type 'ApolloStore' in an isolated closure; this is an error in the Swift 6 language mode
      let result = Result { try self.cache.clear() }
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:24:14: note: class 'ApolloStore' does not conform to the 'Sendable' protocol
public class ApolloStore {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:71:31: warning: capture of 'self' with non-sendable type 'ApolloStore' in a '@Sendable' closure
        let changedKeys = try self.cache.merge(records: records)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:24:14: note: class 'ApolloStore' does not conform to the 'Sendable' protocol
public class ApolloStore {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:71:57: warning: capture of 'records' with non-sendable type 'RecordSet' in a '@Sendable' closure
        let changedKeys = try self.cache.merge(records: records)
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/RecordSet.swift:2:15: note: consider making struct 'RecordSet' conform to the 'Sendable' protocol
public struct RecordSet: Hashable {
              ^
                                 , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:75:19: warning: capture of 'completion' with non-sendable type '((Result<Void, any Error>) -> Void)?' in a '@Sendable' closure
          action: completion,
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:75:19: note: a function type must be marked '@Sendable' to conform to 'Sendable'
          action: completion,
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:95:7: warning: capture of 'self' with non-sendable type 'ApolloStore' in a '@Sendable' closure
      self.subscribers.append(subscriber)
      ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:24:14: note: class 'ApolloStore' does not conform to the 'Sendable' protocol
public class ApolloStore {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:95:31: warning: capture of 'subscriber' with non-sendable type 'any ApolloStoreSubscriber' in a '@Sendable' closure
      self.subscribers.append(subscriber)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:10:17: note: protocol 'ApolloStoreSubscriber' does not conform to the 'Sendable' protocol
public protocol ApolloStoreSubscriber: AnyObject {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:106:7: warning: capture of 'self' with non-sendable type 'ApolloStore' in a '@Sendable' closure
      self.subscribers = self.subscribers.filter({ $0 !== subscriber })
      ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:24:14: note: class 'ApolloStore' does not conform to the 'Sendable' protocol
public class ApolloStore {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:106:59: warning: capture of 'subscriber' with non-sendable type 'any ApolloStoreSubscriber' in a '@Sendable' closure
      self.subscribers = self.subscribers.filter({ $0 !== subscriber })
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:10:17: note: protocol 'ApolloStoreSubscriber' does not conform to the 'Sendable' protocol
public protocol ApolloStoreSubscriber: AnyObject {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:106:59: warning: capture of 'subscriber' with non-sendable type 'any ApolloStoreSubscriber' in an isolated closure; this is an error in the Swift 6 language mode
      self.subscribers = self.subscribers.filter({ $0 !== subscriber })
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:10:17: note: protocol 'ApolloStoreSubscriber' does not conform to the 'Sendable' protocol
public protocol ApolloStoreSubscriber: AnyObject {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:123:31: warning: capture of 'body' with non-sendable type '(ApolloStore.ReadTransaction) throws -> T' in a '@Sendable' closure
        let returnValue = try body(ReadTransaction(store: self))
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:123:31: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        let returnValue = try body(ReadTransaction(store: self))
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:123:59: warning: capture of 'self' with non-sendable type 'ApolloStore' in a '@Sendable' closure
        let returnValue = try body(ReadTransaction(store: self))
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:24:14: note: class 'ApolloStore' does not conform to the 'Sendable' protocol
public class ApolloStore {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:127:19: warning: capture of 'completion' with non-sendable type '((Result<T, any Error>) -> Void)?' in a '@Sendable' closure
          action: completion,
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:127:19: note: a function type must be marked '@Sendable' to conform to 'Sendable'
          action: completion,
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:153:31: warning: capture of 'body' with non-sendable type '(ApolloStore.ReadWriteTransaction) throws -> T' in a '@Sendable' closure
        let returnValue = try body(ReadWriteTransaction(store: self))
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:153:31: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        let returnValue = try body(ReadWriteTransaction(store: self))
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:153:64: warning: capture of 'self' with non-sendable type 'ApolloStore' in a '@Sendable' closure
        let returnValue = try body(ReadWriteTransaction(store: self))
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:24:14: note: class 'ApolloStore' does not conform to the 'Sendable' protocol
public class ApolloStore {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:157:19: warning: capture of 'completion' with non-sendable type '((Result<T, any Error>) -> Void)?' in a '@Sendable' closure
          action: completion,
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Apollo/ApolloStore.swift:157:19: note: a function type must be marked '@Sendable' to conform to 'Sendable'
          action: completion,
                  ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Apollo/Atomic.swift (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ScalarTypes.swift, SchemaConfiguration.swift, SchemaMetadata.swift (in target 'ApolloAPI' from project 'Apollo')
SwiftDriverJobDiscovery normal arm64 Compiling GraphQLHTTPRequestError.swift, GraphQLQueryWatcher.swift, GraphQLResponse.swift, GraphQLResult.swift, GraphQLResultAccumulator.swift, GraphQLResultNormalizer.swift, GraphQLSelectionSetMapper.swift, HTTPRequest.swift (in target 'Apollo' from project 'Apollo')
SwiftDriverJobDiscovery normal arm64 Compiling ResponseCodeInterceptor.swift, ResponsePath.swift, SelectionSet+DictionaryIntializer.swift, SelectionSet+JSONInitializer.swift, TaskData.swift, URLSessionClient.swift, UploadRequest.swift (in target 'Apollo' from project 'Apollo')
SwiftDriverJobDiscovery normal arm64 Compiling GraphQLOperation.swift, InputValue.swift, JSON.swift (in target 'ApolloAPI' from project 'Apollo')
SwiftDriverJobDiscovery normal arm64 Compiling AutomaticPersistedQueryInterceptor.swift, Bundle+Helpers.swift, CacheReadInterceptor.swift, CacheWriteInterceptor.swift, Cancellable.swift, Collection+Helpers.swift, Constants.swift, DataDict+Merging.swift (in target 'Apollo' from project 'Apollo')
SwiftDriverJobDiscovery normal arm64 Compiling FieldSelectionCollector.swift, GraphQLDependencyTracker.swift, GraphQLError.swift, GraphQLExecutionSource.swift, GraphQLExecutor.swift, GraphQLFile.swift, GraphQLGETTransformer.swift, GraphQLHTTPMethod.swift (in target 'Apollo' from project 'Apollo')
SwiftDriver\ Compilation ApolloAPI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ApolloAPI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.14 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ApolloAPI.o normal (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.14 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ApolloAPI.o
SwiftDriverJobDiscovery normal arm64 Compiling InterceptorRequestChain.swift, JSONConverter.swift, JSONRequest.swift, JSONResponseParsingInterceptor.swift, JSONSerialization+Sorting.swift, JSONSerializationFormat.swift, MaxRetryInterceptor.swift, MultipartFormData.swift (in target 'Apollo' from project 'Apollo')
ExtractAppIntentsMetadata (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name ApolloAPI --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.14 --bundle-identifier spi-builder-workspace.ApolloAPI --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ApolloAPI.appintents --target-triple arm64-apple-macos10.14 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ApolloAPI.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/ApolloAPI.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/ApolloAPI.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/ApolloAPI.build/Objects-normal/arm64/ApolloAPI.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 20:10:37.948 appintentsmetadataprocessor[734:4176] Starting appintentsmetadataprocessor export
2025-04-29 20:10:37.993 appintentsmetadataprocessor[734:4176] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ApolloAPI.o (in target 'ApolloAPI' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ApolloAPI.o
SwiftDriverJobDiscovery normal arm64 Compiling Record.swift, RecordSet.swift, RequestBodyCreator.swift, RequestChain.swift, RequestChainNetworkTransport.swift, RequestClientMetadata.swift, RequestContext.swift (in target 'Apollo' from project 'Apollo')
SwiftDriverJobDiscovery normal arm64 Compiling MultipartResponseDeferParser.swift, MultipartResponseParsingInterceptor.swift, MultipartResponseSubscriptionParser.swift, NetworkFetchInterceptor.swift, NetworkTransport.swift, NormalizedCache.swift, PathComponent.swift, PossiblyDeferred.swift (in target 'Apollo' from project 'Apollo')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, AnyGraphQLResponse.swift, ApolloClient.swift, ApolloClientProtocol.swift, ApolloErrorInterceptor.swift, ApolloInterceptor.swift, ApolloStore.swift, Atomic.swift (in target 'Apollo' from project 'Apollo')
SwiftDriverJobDiscovery normal arm64 Compiling HTTPResponse.swift, HTTPURLResponse+Helpers.swift, InMemoryNormalizedCache.swift, IncrementalGraphQLResponse.swift, IncrementalGraphQLResult.swift, IncrementalJSONResponseParsingInterceptor.swift, InputValue+Evaluation.swift, InterceptorProvider.swift (in target 'Apollo' from project 'Apollo')
SwiftDriver\ Compilation Apollo normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Apollo -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.14 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo.o normal (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.14 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo.o
ExtractAppIntentsMetadata (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Apollo --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.14 --bundle-identifier spi-builder-workspace.Apollo --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo.appintents --target-triple arm64-apple-macos10.14 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Apollo.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Apollo.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Apollo.build/Debug/Apollo.build/Objects-normal/arm64/Apollo.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 20:10:38.312 appintentsmetadataprocessor[737:4226] Starting appintentsmetadataprocessor export
2025-04-29 20:10:38.347 appintentsmetadataprocessor[737:4226] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo.o (in target 'Apollo' from project 'Apollo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Apollo.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:1cd5e9a337bf7b364e5cc436851ef1e524e67e13, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:1cd5e9a337bf7b364e5cc436851ef1e524e67e13, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:1cd5e9a337bf7b364e5cc436851ef1e524e67e13, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:1cd5e9a337bf7b364e5cc436851ef1e524e67e13, name:My Mac }
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Apollo",
  "name" : "Apollo",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Apollo",
      "targets" : [
        "Apollo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ApolloAPI",
      "targets" : [
        "ApolloAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Apollo-Dynamic",
      "targets" : [
        "Apollo"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "ApolloSQLite",
      "targets" : [
        "ApolloSQLite"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ApolloWebSocket",
      "targets" : [
        "ApolloWebSocket"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ApolloTestSupport",
      "targets" : [
        "ApolloTestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "InstallCLI",
      "targets" : [
        "Install CLI"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Install_CLI",
      "module_type" : "PluginTarget",
      "name" : "Install CLI",
      "path" : "Plugins/InstallCLI",
      "plugin_capability" : {
        "intent" : {
          "description" : "Installs the Apollo iOS Command line interface.",
          "type" : "custom",
          "verb" : "apollo-cli-install"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Downloads and unzips the CLI executable into your project directory.",
            "type" : "writeToPackageDirectory"
          },
          {
            "network_scope" : {
              "all" : {
                "ports" : [
                ]
              }
            },
            "reason" : "Downloads the Apollo iOS CLI executable from the GitHub Release.",
            "type" : "allowNetworkConnections"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "InstallCLI"
      ],
      "sources" : [
        "InstallCLIPluginCommand.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "ApolloWebSocket",
      "module_type" : "SwiftTarget",
      "name" : "ApolloWebSocket",
      "path" : "Sources/ApolloWebSocket",
      "product_memberships" : [
        "ApolloWebSocket"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ApolloWebSocket/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "DefaultImplementation/Compression.swift",
        "DefaultImplementation/SSLClientCertificate.swift",
        "DefaultImplementation/SSLSecurity.swift",
        "DefaultImplementation/WebSocket.swift",
        "DefaultImplementation/WebSocketStream.swift",
        "OperationMessage.swift",
        "OperationMessageIdCreator.swift",
        "SplitNetworkTransport.swift",
        "WebSocketClient.swift",
        "WebSocketError.swift",
        "WebSocketTask.swift",
        "WebSocketTransport.swift"
      ],
      "target_dependencies" : [
        "Apollo"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ApolloTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "ApolloTestSupport",
      "path" : "Sources/ApolloTestSupport",
      "product_memberships" : [
        "ApolloTestSupport"
      ],
      "sources" : [
        "Field.swift",
        "TestMock.swift",
        "TestMockSelectionSetMapper.swift"
      ],
      "target_dependencies" : [
        "Apollo",
        "ApolloAPI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ApolloSQLite",
      "module_type" : "SwiftTarget",
      "name" : "ApolloSQLite",
      "path" : "Sources/ApolloSQLite",
      "product_memberships" : [
        "ApolloSQLite"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ApolloSQLite/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ApolloSQLiteDatabase.swift",
        "JournalMode.swift",
        "SQLiteDatabase.swift",
        "SQLiteNormalizedCache.swift",
        "SQLiteSerialization.swift"
      ],
      "target_dependencies" : [
        "Apollo"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ApolloAPI",
      "module_type" : "SwiftTarget",
      "name" : "ApolloAPI",
      "path" : "Sources/ApolloAPI",
      "product_memberships" : [
        "Apollo",
        "ApolloAPI",
        "Apollo-Dynamic",
        "ApolloSQLite",
        "ApolloWebSocket",
        "ApolloTestSupport"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ApolloAPI/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AnyHashableConvertible.swift",
        "CacheKeyInfo.swift",
        "CacheReference.swift",
        "DataDict.swift",
        "Deferred.swift",
        "FragmentProtocols.swift",
        "GraphQLEnum.swift",
        "GraphQLNullable.swift",
        "GraphQLOperation.swift",
        "InputValue.swift",
        "JSON.swift",
        "JSONDecodingError.swift",
        "JSONStandardTypeConversions.swift",
        "LocalCacheMutation.swift",
        "ObjectData.swift",
        "OutputTypeConvertible.swift",
        "ParentType.swift",
        "ScalarTypes.swift",
        "SchemaConfiguration.swift",
        "SchemaMetadata.swift",
        "SchemaTypes/EnumType.swift",
        "SchemaTypes/InputObject.swift",
        "SchemaTypes/Interface.swift",
        "SchemaTypes/Object.swift",
        "SchemaTypes/Union.swift",
        "Selection+Conditions.swift",
        "Selection.swift",
        "SelectionSet.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Apollo",
      "module_type" : "SwiftTarget",
      "name" : "Apollo",
      "path" : "Sources/Apollo",
      "product_memberships" : [
        "Apollo",
        "Apollo-Dynamic",
        "ApolloSQLite",
        "ApolloWebSocket",
        "ApolloTestSupport"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Apollo/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AnyGraphQLResponse.swift",
        "ApolloClient.swift",
        "ApolloClientProtocol.swift",
        "ApolloErrorInterceptor.swift",
        "ApolloInterceptor.swift",
        "ApolloStore.swift",
        "Atomic.swift",
        "AutomaticPersistedQueryInterceptor.swift",
        "Bundle+Helpers.swift",
        "CacheReadInterceptor.swift",
        "CacheWriteInterceptor.swift",
        "Cancellable.swift",
        "Collection+Helpers.swift",
        "Constants.swift",
        "DataDict+Merging.swift",
        "DataDictMapper.swift",
        "DataLoader.swift",
        "DefaultInterceptorProvider.swift",
        "Dictionary+Helpers.swift",
        "DispatchQueue+Optional.swift",
        "ExecutionSources/CacheDataExecutionSource.swift",
        "ExecutionSources/NetworkResponseExecutionSource.swift",
        "ExecutionSources/SelectionSetModelExecutionSource.swift",
        "FieldSelectionCollector.swift",
        "GraphQLDependencyTracker.swift",
        "GraphQLError.swift",
        "GraphQLExecutionSource.swift",
        "GraphQLExecutor.swift",
        "GraphQLFile.swift",
        "GraphQLGETTransformer.swift",
        "GraphQLHTTPMethod.swift",
        "GraphQLHTTPRequestError.swift",
        "GraphQLQueryWatcher.swift",
        "GraphQLResponse.swift",
        "GraphQLResult.swift",
        "GraphQLResultAccumulator.swift",
        "GraphQLResultNormalizer.swift",
        "GraphQLSelectionSetMapper.swift",
        "HTTPRequest.swift",
        "HTTPResponse.swift",
        "HTTPURLResponse+Helpers.swift",
        "InMemoryNormalizedCache.swift",
        "IncrementalGraphQLResponse.swift",
        "IncrementalGraphQLResult.swift",
        "IncrementalJSONResponseParsingInterceptor.swift",
        "InputValue+Evaluation.swift",
        "InterceptorProvider.swift",
        "InterceptorRequestChain.swift",
        "JSONConverter.swift",
        "JSONRequest.swift",
        "JSONResponseParsingInterceptor.swift",
        "JSONSerialization+Sorting.swift",
        "JSONSerializationFormat.swift",
        "MaxRetryInterceptor.swift",
        "MultipartFormData.swift",
        "MultipartResponseDeferParser.swift",
        "MultipartResponseParsingInterceptor.swift",
        "MultipartResponseSubscriptionParser.swift",
        "NetworkFetchInterceptor.swift",
        "NetworkTransport.swift",
        "NormalizedCache.swift",
        "PathComponent.swift",
        "PossiblyDeferred.swift",
        "Record.swift",
        "RecordSet.swift",
        "RequestBodyCreator.swift",
        "RequestChain.swift",
        "RequestChainNetworkTransport.swift",
        "RequestClientMetadata.swift",
        "RequestContext.swift",
        "ResponseCodeInterceptor.swift",
        "ResponsePath.swift",
        "SelectionSet+DictionaryIntializer.swift",
        "SelectionSet+JSONInitializer.swift",
        "TaskData.swift",
        "URLSessionClient.swift",
        "UploadRequest.swift"
      ],
      "target_dependencies" : [
        "ApolloAPI"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.