apollographql / apollo-ios

📱  A strongly-typed, caching GraphQL client for iOS, written in Swift.
https://www.apollographql.com/docs/ios/
MIT License
3.87k stars 717 forks source link

Circular reference Build Error #3375

Closed grebleem closed 4 months ago

grebleem commented 5 months ago

Summary

After updating the schema from Sorare: https://api.sorare.com/federation/graphql and running the `apollo-ios-cli generate', without any error, Xcode generates the flowing build errors:

image

Perhaps it is an error in the schema from Sorare, but I am unable to resolve this issue, perhaps it is a bug in Apollo-iOS.

// @generated
// This file was automatically generated and should not be edited.

import ApolloAPI

public extension Interfaces {
  static let Interface = Interface(name: "Interface")
}

Any ideas?

Version

1.10.0

Steps to reproduce the behavior

Cleaning the build and delete the derived data folder did not resolve the issue.

Logs

Showing Recent Errors Only

Build target SorareSportAPI with configuration Debug

SwiftCompile normal arm64 Compiling\ StarkwareAccount.graphql.swift,\ StarkwarePrivateAccount.graphql.swift,\ StarkwareWithdrawal.graphql.swift,\ StarterPack.graphql.swift,\ Story.graphql.swift,\ Suspension.graphql.swift,\ TemporaryAccount.graphql.swift,\ Token.graphql.swift,\ TokenAuction.graphql.swift,\ TokenAuctionConnection.graphql.swift,\ TokenBid.graphql.swift,\ TokenMonetaryReward.graphql.swift,\ TokenMyBid.graphql.swift,\ TokenOffer.graphql.swift,\ TokenOfferConnection.graphql.swift,\ TokenOfferSide.graphql.swift,\ TokenOwner.graphql.swift,\ TokenPrice.graphql.swift,\ TokenPrimaryOffer.graphql.swift,\ TokenRoot.graphql.swift,\ TokenWithdrawal.graphql.swift,\ TournamentCalendarStage.graphql.swift,\ UsBankAccount.graphql.swift,\ User.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/StarkwareAccount.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/StarkwarePrivateAccount.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/StarkwareWithdrawal.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/StarterPack.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/Story.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/Suspension.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TemporaryAccount.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/Token.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenAuction.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenAuctionConnection.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenBid.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenMonetaryReward.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenMyBid.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenOffer.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenOfferConnection.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenOfferSide.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenOwner.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenPrice.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenPrimaryOffer.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenRoot.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenWithdrawal.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TournamentCalendarStage.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/UsBankAccount.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/User.graphql.swift (in target 'SorareSportAPI' from project 'SorareSportAPI')
    cd /Users/bastiaan/Development/FirstPitch/SorareSportAPI
    builtin-swiftTaskExecution -- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -filelist /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/sources-10 -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/StarkwareAccount.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/StarkwarePrivateAccount.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/StarkwareWithdrawal.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/StarterPack.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/Story.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/Suspension.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TemporaryAccount.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/Token.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenAuction.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenAuctionConnection.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenBid.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenMonetaryReward.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenMyBid.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenOffer.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenOfferConnection.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenOfferSide.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenOwner.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenPrice.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenPrimaryOffer.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenRoot.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenWithdrawal.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TournamentCalendarStage.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/UsBankAccount.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/User.graphql.swift -supplementary-output-file-map /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/supplementaryOutputs-206 -target arm64-apple-ios12.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.4.sdk -I /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Products/Debug-iphonesimulator -I /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Products/Debug-iphonesimulator -F /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/bastiaan/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/SorareSportAPI_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/bastiaan/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/bastiaan/Development/FirstPitch/SorareSportAPI -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/bastiaan/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.4-21E210-aa93b11c43e2d16681ac3fa171344f4f.sdkstatcache -Xcc -I/Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/swift-overrides.hmap -Xcc -I/Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/DerivedSources-normal/arm64 -Xcc -I/Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/DerivedSources/arm64 -Xcc -I/Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SorareSportAPI -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphonesimulator17.4 -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/StarkwareAccount.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/StarkwarePrivateAccount.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/StarkwareWithdrawal.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/StarterPack.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/Story.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/Suspension.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TemporaryAccount.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/Token.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenAuction.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenAuctionConnection.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenBid.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenMonetaryReward.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenMyBid.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenOffer.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenOfferConnection.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenOfferSide.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenOwner.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenPrice.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenPrimaryOffer.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenRoot.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenWithdrawal.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TournamentCalendarStage.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/UsBankAccount.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/User.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/StarkwareAccount.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/StarkwarePrivateAccount.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/StarkwareWithdrawal.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/StarterPack.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/Story.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/Suspension.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TemporaryAccount.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/Token.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenAuction.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenAuctionConnection.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenBid.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenMonetaryReward.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenMyBid.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenOffer.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenOfferConnection.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenOfferSide.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenOwner.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenPrice.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenPrimaryOffer.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenRoot.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenWithdrawal.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TournamentCalendarStage.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/UsBankAccount.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/User.graphql.o -index-store-path /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Index.noindex/DataStore -index-system-modules

SwiftCompile normal arm64 /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/StarkwareAccount.graphql.swift (in target 'SorareSportAPI' from project 'SorareSportAPI')
    cd /Users/bastiaan/Development/FirstPitch/SorareSportAPI
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -filelist /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/sources-10 -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/StarkwareAccount.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/StarkwarePrivateAccount.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/StarkwareWithdrawal.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/StarterPack.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/Story.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/Suspension.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TemporaryAccount.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/Token.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenAuction.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenAuctionConnection.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenBid.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenMonetaryReward.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenMyBid.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenOffer.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenOfferConnection.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenOfferSide.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenOwner.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenPrice.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenPrimaryOffer.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenRoot.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TokenWithdrawal.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/TournamentCalendarStage.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/UsBankAccount.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/User.graphql.swift -supplementary-output-file-map /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/supplementaryOutputs-206 -target arm64-apple-ios12.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.4.sdk -I /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Products/Debug-iphonesimulator -I /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Products/Debug-iphonesimulator -F /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/bastiaan/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/SorareSportAPI_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/bastiaan/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/bastiaan/Development/FirstPitch/SorareSportAPI -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/bastiaan/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.4-21E210-aa93b11c43e2d16681ac3fa171344f4f.sdkstatcache -Xcc -I/Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/swift-overrides.hmap -Xcc -I/Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/DerivedSources-normal/arm64 -Xcc -I/Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/DerivedSources/arm64 -Xcc -I/Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SorareSportAPI -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphonesimulator17.4 -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/StarkwareAccount.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/StarkwarePrivateAccount.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/StarkwareWithdrawal.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/StarterPack.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/Story.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/Suspension.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TemporaryAccount.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/Token.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenAuction.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenAuctionConnection.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenBid.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenMonetaryReward.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenMyBid.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenOffer.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenOfferConnection.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenOfferSide.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenOwner.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenPrice.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenPrimaryOffer.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenRoot.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenWithdrawal.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TournamentCalendarStage.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/UsBankAccount.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/User.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/StarkwareAccount.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/StarkwarePrivateAccount.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/StarkwareWithdrawal.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/StarterPack.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/Story.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/Suspension.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TemporaryAccount.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/Token.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenAuction.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenAuctionConnection.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenBid.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenMonetaryReward.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenMyBid.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenOffer.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenOfferConnection.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenOfferSide.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenOwner.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenPrice.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenPrimaryOffer.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenRoot.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TokenWithdrawal.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/TournamentCalendarStage.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/UsBankAccount.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/User.graphql.o -index-store-path /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Index.noindex/DataStore -index-system-modules

/Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Interfaces/Interface.graphql.swift:7:14: error: circular reference
  static let Interface = Interface(name: "Interface")
             ^
/Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Interfaces/Interface.graphql.swift:7:10: note: through reference here
  static let Interface = Interface(name: "Interface")
         ^
/Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Interfaces/Interface.graphql.swift:7:14: note: through reference here
  static let Interface = Interface(name: "Interface")
             ^
/Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Interfaces/Interface.graphql.swift:7:14: error: circular reference
  static let Interface = Interface(name: "Interface")
             ^
/Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Interfaces/Interface.graphql.swift:7:10: note: through reference here
  static let Interface = Interface(name: "Interface")
         ^
/Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Interfaces/Interface.graphql.swift:7:14: note: through reference here
  static let Interface = Interface(name: "Interface")
             ^

/Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Interfaces/Interface.graphql.swift:7:14: Circular reference

/Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Interfaces/Interface.graphql.swift:7:14: Circular reference

SwiftCompile normal arm64 Compiling\ NBAFixtureConnection.graphql.swift,\ NBAGame.graphql.swift,\ NBALeaderboard.graphql.swift,\ NBALeaderboardRequirements.graphql.swift,\ NBALineup.graphql.swift,\ NBALineupConnection.graphql.swift,\ NBAPlayer.graphql.swift,\ NBAPlayerAverageGameDetailedStats.graphql.swift,\ NBAPlayerAverageGameStats.graphql.swift,\ NBAPlayerGameDetailedScores.graphql.swift,\ NBAPlayerGameDetailedStats.graphql.swift,\ NBAPlayerGameStats.graphql.swift,\ NBAPlayerInFixture.graphql.swift,\ NBAPlayerInFixtureStatus.graphql.swift,\ NBAReferralReward.graphql.swift,\ NBAReward.graphql.swift,\ NBATeam.graphql.swift,\ NBAUserSportProfile.graphql.swift,\ NationalTeam.graphql.swift,\ OfferNotification.graphql.swift,\ OtherBankAccount.graphql.swift,\ Owner.graphql.swift,\ OwnerWithRates.graphql.swift,\ PageInfo.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBAFixtureConnection.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBAGame.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBALeaderboard.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBALeaderboardRequirements.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBALineup.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBALineupConnection.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBAPlayer.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBAPlayerAverageGameDetailedStats.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBAPlayerAverageGameStats.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBAPlayerGameDetailedScores.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBAPlayerGameDetailedStats.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBAPlayerGameStats.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBAPlayerInFixture.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBAPlayerInFixtureStatus.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBAReferralReward.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBAReward.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBATeam.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBAUserSportProfile.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NationalTeam.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/OfferNotification.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/OtherBankAccount.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/Owner.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/OwnerWithRates.graphql.swift /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/PageInfo.graphql.swift (in target 'SorareSportAPI' from project 'SorareSportAPI')
    cd /Users/bastiaan/Development/FirstPitch/SorareSportAPI
    builtin-swiftTaskExecution -- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -filelist /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/sources-10 -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBAFixtureConnection.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBAGame.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBALeaderboard.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBALeaderboardRequirements.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBALineup.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBALineupConnection.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBAPlayer.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBAPlayerAverageGameDetailedStats.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBAPlayerAverageGameStats.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBAPlayerGameDetailedScores.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBAPlayerGameDetailedStats.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBAPlayerGameStats.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBAPlayerInFixture.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBAPlayerInFixtureStatus.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBAReferralReward.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBAReward.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBATeam.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NBAUserSportProfile.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/NationalTeam.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/OfferNotification.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/OtherBankAccount.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/Owner.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/OwnerWithRates.graphql.swift -primary-file /Users/bastiaan/Development/FirstPitch/SorareSportAPI/Sources/Schema/Objects/PageInfo.graphql.swift -supplementary-output-file-map /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/supplementaryOutputs-203 -target arm64-apple-ios12.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.4.sdk -I /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Products/Debug-iphonesimulator -I /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Products/Debug-iphonesimulator/PackageFrameworks -F /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Products/Debug-iphonesimulator -F /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/bastiaan/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/SorareSportAPI_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/bastiaan/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/bastiaan/Development/FirstPitch/SorareSportAPI -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/bastiaan/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.4-21E210-aa93b11c43e2d16681ac3fa171344f4f.sdkstatcache -Xcc -I/Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/swift-overrides.hmap -Xcc -I/Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/DerivedSources-normal/arm64 -Xcc -I/Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/DerivedSources/arm64 -Xcc -I/Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SorareSportAPI -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphonesimulator17.4 -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBAFixtureConnection.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBAGame.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBALeaderboard.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBALeaderboardRequirements.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBALineup.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBALineupConnection.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBAPlayer.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBAPlayerAverageGameDetailedStats.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBAPlayerAverageGameStats.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBAPlayerGameDetailedScores.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBAPlayerGameDetailedStats.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBAPlayerGameStats.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBAPlayerInFixture.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBAPlayerInFixtureStatus.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBAReferralReward.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBAReward.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBATeam.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBAUserSportProfile.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NationalTeam.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/OfferNotification.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/OtherBankAccount.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/Owner.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/OwnerWithRates.graphql.o -o /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Build/Intermediates.noindex/SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/PageInfo.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBAFixtureConnection.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBAGame.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBALeaderboard.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBALeaderboardRequirements.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBALineup.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBALineupConnection.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBAPlayer.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBAPlayerAverageGameDetailedStats.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBAPlayerAverageGameStats.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBAPlayerGameDetailedScores.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBAPlayerGameDetailedStats.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBAPlayerGameStats.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBAPlayerInFixture.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBAPlayerInFixtureStatus.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBAReferralReward.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBAReward.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBATeam.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NBAUserSportProfile.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/NationalTeam.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/OfferNotification.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/OtherBankAccount.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/Owner.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/OwnerWithRates.graphql.o -index-unit-output-path /SorareSportAPI.build/Debug-iphonesimulator/SorareSportAPI.build/Objects-normal/arm64/PageInfo.graphql.o -index-store-path /Users/bastiaan/Library/Developer/Xcode/DerivedData/SorareFP-dfekzpgjotbekagykksdisucbjkm/Index.noindex/DataStore -index-system-modules

Command SwiftCompile failed with a nonzero exit code

Command SwiftCompile failed with a nonzero exit code

Build failed    01/05/2024, 22:50    8.3 seconds

Anything else?

No response

calvincestari commented 4 months ago

Hi @grebleem, thanks for creating the issue. From that error it looks like there is an interface named "Interface". So I pulled the sorare GraphQL schema to confirm and yes that does indeed seem to be the cause of the error.

interface Interface {
  createdAt: ISO8601DateTime!
  id: ID!
  reactions: [ActivityReactionType!]!
}

I would have thought we had this name covered with our reserved names logic but it looks like this one might have slipped through. We'll get it resolved asap and hopefully included in the next release.

grebleem commented 4 months ago

Thank you for the feedback. As a temporary fix I renamed Interface in the generated files to InterfaceAlias, so the code builds again.

AnthonyMDev commented 4 months ago

I just realized this can easily be fixed by changing the generated code to namespace ApolloAPI.Interface.

It should be generated as:

public extension Interfaces {
  static let Interface = ApolloAPI.Interface(name: "Interface")
}
github-actions[bot] commented 4 months ago

Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo iOS usage and allow us to serve you better.

AnthonyMDev commented 4 months ago

Version 1.11.0 is being released shortly. It will include the fix for this issue.

grebleem commented 4 months ago

I just realized this can easily be fixed by changing the generated code to namespace ApolloAPI.Interface.

It should be generated as:

public extension Interfaces {
  static let Interface = ApolloAPI.Interface(name: "Interface")
}

Really useful tip! Thanks!!!