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

Failed to build Graphaello, reference develop (83fb61), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 26 Apr 2025 18:39:53 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Graphaello -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerdsupremacist/Graphaello.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nerdsupremacist/Graphaello
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 83fb610 Merge pull request #44 from getfiit/issues/42
Cloned https://github.com/nerdsupremacist/Graphaello.git
Revision (git rev-parse @):
83fb6106f222603c5ec3c539fdd859b6539ca89e
SUCCESS checkout https://github.com/nerdsupremacist/Graphaello.git at develop
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nerdsupremacist/Graphaello.git
https://github.com/nerdsupremacist/Graphaello.git
{
  "dependencies" : [
    {
      "identity" : "sourcekitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.27.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/SourceKitten.git"
    },
    {
      "identity" : "clikit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerdsupremacist/CLIKit.git"
    },
    {
      "identity" : "graphql-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerdsupremacist/graphql-syntax.git"
    },
    {
      "identity" : "stencil",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerdsupremacist/Stencil.git"
    },
    {
      "identity" : "xcodeproj",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.5.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/xcodeproj.git"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.42.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "exact" : [
          "0.50500.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    }
  ],
  "manifest_display_name" : "Graphaello",
  "name" : "Graphaello",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "graphaello",
      "targets" : [
        "Graphaello"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Graphaello",
      "module_type" : "SwiftTarget",
      "name" : "Graphaello",
      "path" : "Sources/Graphaello",
      "product_dependencies" : [
        "SourceKittenFramework",
        "CLIKit",
        "GraphQLSyntax",
        "Stencil",
        "XcodeProj",
        "PathKit",
        "SwiftFormat",
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "graphaello"
      ],
      "sources" : [
        "Arguments/ApolloReference.swift",
        "Arguments/ProjectPath.swift",
        "Cache/PersistentCache.swift",
        "Commands/AddAPI/AddAPICommand.swift",
        "Commands/ClearCacheCommand.swift",
        "Commands/Codegen/CodegenCommand.swift",
        "Commands/GraphQLCommands.swift",
        "Commands/Init/InitCommand.swift",
        "Commands/UpdateAPICommand.swift",
        "Commands/checkVersion.swift",
        "Errors/ArgumentError.swift",
        "Errors/GraphQLFragmentResolverError.swift",
        "Errors/GraphQLPathValidationError.swift",
        "Errors/LocatedError.swift",
        "Errors/ParseError.swift",
        "Extensions/Array.swift",
        "Extensions/Collection+single.swift",
        "Extensions/Environment+custom.swift",
        "Extensions/ExprSyntax+erasure.swift",
        "Extensions/ExprSyntax+init.swift",
        "Extensions/Inflector.swift",
        "Extensions/Levensttein.swift",
        "Extensions/Optional+Extensions.swift",
        "Extensions/OrderedHashableDictionary.swift",
        "Extensions/OrderedSet.swift",
        "Extensions/Path+templates.swift",
        "Extensions/String+camelized.swift",
        "Extensions/String+keywordProtected.swift",
        "Processing/Apollo/ApolloCodeGenRequest.swift",
        "Processing/Apollo/ApolloCodeGenResponse.swift",
        "Processing/Code Generstion/CodeTransformable/AnyCodeTransformable.swift",
        "Processing/Code Generstion/CodeTransformable/Array+CodeTransformable.swift",
        "Processing/Code Generstion/CodeTransformable/CachedCodeTransformable.swift",
        "Processing/Code Generstion/CodeTransformable/CodeTransformable.swift",
        "Processing/Code Generstion/CodeTransformable/Context+render.swift",
        "Processing/Code Generstion/CodeTransformable/Optional+CodeTransformable.swift",
        "Processing/Code Generstion/CodeTransformable/String+CodeTransformable.swift",
        "Processing/Code Generstion/CodeTransformable/SwiftCodeBuilder.swift",
        "Processing/Code Generstion/CodeTransformable/code.swift",
        "Processing/Code Generstion/GraphQL/ExtraValuesGraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/FieldArgument.swift",
        "Processing/Code Generstion/GraphQL/Implementation/FragmentReference.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLCodeQueryArgument.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLComponent+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLField+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLFragment+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLMutation+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLObject+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLQuery+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphqLTypeConditional+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/ObjectFieldCall.swift",
        "Processing/Code Generstion/Swift/ExtraValuesSwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/FormattedSwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/API+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/Argument+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/Field+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/FragmentPlaceholder.swift",
        "Processing/Code Generstion/Swift/Implementation/GraphQLConnectionFragment+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/GraphQLType+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/InitializerArgument.swift",
        "Processing/Code Generstion/Swift/Implementation/InitializerArgumentAssignmentFromQueryData.swift",
        "Processing/Code Generstion/Swift/Implementation/InitializerValueAssignment.swift",
        "Processing/Code Generstion/Swift/Implementation/InputField+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/InputFieldInitializerArgument.swift",
        "Processing/Code Generstion/Swift/Implementation/MissingFragmentsStruct.swift",
        "Processing/Code Generstion/Swift/Implementation/MissingReferencedFragment.swift",
        "Processing/Code Generstion/Swift/Implementation/MutationStruct.swift",
        "Processing/Code Generstion/Swift/Implementation/PagingFromFragment.swift",
        "Processing/Code Generstion/Swift/Implementation/Path+expression.swift",
        "Processing/Code Generstion/Swift/Implementation/QueryArgumentAssignment.swift",
        "Processing/Code Generstion/Swift/Implementation/QueryRendererArgument.swift",
        "Processing/Code Generstion/Swift/Implementation/Struct+Prepared+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/StructureAPI.swift",
        "Processing/Code Generstion/Swift/SwiftCodeTransformable.swift",
        "Processing/Context/AnyContextProtocol.swift",
        "Processing/Context/Array+ContextProtocol.swift",
        "Processing/Context/Context.swift",
        "Processing/Context/ContextBuilder.swift",
        "Processing/Context/ContextElement.swift",
        "Processing/Context/ContextKeyAssignment.swift",
        "Processing/Context/ContextProtocol.swift",
        "Processing/Model/GraphQL/Component.swift",
        "Processing/Model/GraphQL/GraphQLArgument.swift",
        "Processing/Model/GraphQL/GraphQLConnectionFragment.swift",
        "Processing/Model/GraphQL/GraphQLConnectionQuery.swift",
        "Processing/Model/GraphQL/GraphQLField.swift",
        "Processing/Model/GraphQL/GraphQLFragment.swift",
        "Processing/Model/GraphQL/GraphQLMutation.swift",
        "Processing/Model/GraphQL/GraphQLObject.swift",
        "Processing/Model/GraphQL/GraphQLTypeConditional.swift",
        "Processing/Model/GraphQL/Operation.swift",
        "Processing/Model/GraphQL/Query.swift",
        "Processing/Model/Schema/API.swift",
        "Processing/Model/Schema/Definition.swift",
        "Processing/Model/Schema/Field+Argument.swift",
        "Processing/Model/Schema/Field.swift",
        "Processing/Model/Schema/GraphQLType+ConnectionEdgeType.swift",
        "Processing/Model/Schema/GraphQLType.swift",
        "Processing/Model/Schema/InputField.swift",
        "Processing/Model/Schema/Schema+Kind.swift",
        "Processing/Model/Schema/Schema.swift",
        "Processing/Model/Schema/TypeReference+Codable.swift",
        "Processing/Model/Schema/TypeReference.swift",
        "Processing/Model/Struct/Argument.swift",
        "Processing/Model/Struct/Location.swift",
        "Processing/Model/Struct/Property.swift",
        "Processing/Model/Struct/Struct.swift",
        "Processing/Model/Struct/Target.swift",
        "Processing/Model/Struct/Warning.swift",
        "Processing/Pipeline/BasicPipeline.swift",
        "Processing/Pipeline/Component/Assembly/Assembler.swift",
        "Processing/Pipeline/Component/Assembly/Implementation/BasicAssembler.swift",
        "Processing/Pipeline/Component/Assembly/Implementation/BasicRequestAssembler.swift",
        "Processing/Pipeline/Component/Assembly/RequestAssembler.swift",
        "Processing/Pipeline/Component/Cleaning/BasicCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/Cleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/AliasingPropagator/ComponentAliasingPropagator.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/AliasingPropagator/Implementation/BasicComponentAliasingPropagator.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/AliasingPropagator/Implementation/BasicPropertyAliasingPropagator.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/AliasingPropagator/PropertyAliasingPropagator.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/AnyArgumentCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/ArgumentCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/BasicArgumentCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Cleaning+Argument.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/DictionaryCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/FieldArgumentCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLArgumentCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLComponentCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLConnectionQueryCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLFragmenrCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLObjectCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLQueryCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLTypeConditionalCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Cleaning.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/AliasStateMatcher.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/AnyFieldNameCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Cleaning+FieldName.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/FieldNameAliasNamer.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/FieldNameCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/BasicAliasStateMatcher.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/BasicFieldNameCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/BasicRenamer.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/FragmentFieldNameCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/GraphQLObjectFieldNameCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/GraphQLQueryFieldNameCleaner.swift",
        "Processing/Pipeline/Component/Extraction/BasicExtractor.swift",
        "Processing/Pipeline/Component/Extraction/Extractor.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/LineColumnIndex.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+Accessibility.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+Kind.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+content.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+decode.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+location.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+optional.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+syntaxTree.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceFileSyntax+SingleItem.swift",
        "Processing/Pipeline/Component/Extraction/SubExtractors/AttributeExtractor.swift",
        "Processing/Pipeline/Component/Extraction/SubExtractors/Implementations/BasicAttributeExtractor.swift",
        "Processing/Pipeline/Component/Extraction/SubExtractors/Implementations/BasicPropertyExtractor.swift",
        "Processing/Pipeline/Component/Extraction/SubExtractors/Implementations/BasicStructExtractor.swift",
        "Processing/Pipeline/Component/Extraction/SubExtractors/PropertyExtractor.swift",
        "Processing/Pipeline/Component/Extraction/SubExtractors/StructExtractor.swift",
        "Processing/Pipeline/Component/Generation/BasicGenerator.swift",
        "Processing/Pipeline/Component/Generation/Generator.swift",
        "Processing/Pipeline/Component/Parsing/BasicParser.swift",
        "Processing/Pipeline/Component/Parsing/Parser.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/Helpers/BaseMemberAccess.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubPArser+memberAccess+Path.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+annotationFunctionCall.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+argumentList.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+attribute.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+baseMemberAccess.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+expression.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+functionCall+Argument.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+functionCall+Path.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+functionCall+QueryArgument.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+memberAccess+Argument.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+memberAccess+QueryArgument.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+syntaxTree.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser.swift",
        "Processing/Pipeline/Component/Preparation/ApolloCodegenRequestProcessor.swift",
        "Processing/Pipeline/Component/Preparation/ApolloProcessInstantiator.swift",
        "Processing/Pipeline/Component/Preparation/Implementation/BasicApolloCodegenRequestProcessor.swift",
        "Processing/Pipeline/Component/Preparation/Implementation/BasicApolloProcessInstantiator.swift",
        "Processing/Pipeline/Component/Preparation/Implementation/BasicPreparator.swift",
        "Processing/Pipeline/Component/Preparation/Preparator.swift",
        "Processing/Pipeline/Component/Resolution/BasicResolver.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/CollectedPath+connection.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/CollectedPath+object.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/CollectedPath+queryComponents.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/CollectedPath.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/Sequence+collect.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+CollectedValue.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+Context.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+FragmentName+init.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+FragmentName.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+ReferencedFrament+init.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+ReferencedFrament.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+ReferencedMutationResultFragment+init.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+ReferencedMutationResultFragment.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+Result.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution.swift",
        "Processing/Pipeline/Component/Resolution/Resolver.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/BasicStructResolver.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Collecting Fragments/BasicResolvedStructCollector.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Collecting Fragments/ResolvedComponentCollector.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Collecting Fragments/ResolvedPropertyCollector.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Resolving Struct/PathResolver.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Resolving Struct/PropertyResolver.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Resolving Struct/StructPropertiesResolver.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/ResolvedStructCollector.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/ResolvedValueCollector.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/StructResolver.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/ValueResolver.swift",
        "Processing/Pipeline/Component/Transpilation/BasicGraphQLToSwiftTranspiler.swift",
        "Processing/Pipeline/Component/Transpilation/GraphQLToSwiftTranspiler.swift",
        "Processing/Pipeline/Component/Validation/BasicValidator.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/ComponentValidation.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/ComponentValidator.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/Implementation/BasicComponentValidator.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/Implementation/BasicOperationTypeValidator.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/Implementation/BasicPathValidator.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/OperationValidator.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/PathValidator.swift",
        "Processing/Pipeline/Component/Validation/Validator.swift",
        "Processing/Pipeline/Diagnostics/Array+WarningDiagnoser.swift",
        "Processing/Pipeline/Diagnostics/UnusedWarningDiagnoser.swift",
        "Processing/Pipeline/Diagnostics/WarningDiagnoser.swift",
        "Processing/Pipeline/FileWithTargets.swift",
        "Processing/Pipeline/Pipeline.swift",
        "Processing/Pipeline/PipelineFactory.swift",
        "Processing/Pipeline/Stage/Assembled/Assembled.swift",
        "Processing/Pipeline/Stage/Assembled/AssembledStage.swift",
        "Processing/Pipeline/Stage/Cleaned/Cleaned.swift",
        "Processing/Pipeline/Stage/Extracted/Extracted+Property+hasValue.swift",
        "Processing/Pipeline/Stage/Extracted/Extracted+Property+isComputed.swift",
        "Processing/Pipeline/Stage/Extracted/Extracted+Property+isPrivate.swift",
        "Processing/Pipeline/Stage/Extracted/Extracted.swift",
        "Processing/Pipeline/Stage/GraphQLStage.swift",
        "Processing/Pipeline/Stage/Parsed/Parsed.swift",
        "Processing/Pipeline/Stage/Prepared/Prepared.swift",
        "Processing/Pipeline/Stage/Resolved/AdditionalReferencedAPI.swift",
        "Processing/Pipeline/Stage/Resolved/Resolved+Keys.swift",
        "Processing/Pipeline/Stage/Resolved/Resolved+Struct+Concat.swift",
        "Processing/Pipeline/Stage/Resolved/Resolved+Struct+Properties.swift",
        "Processing/Pipeline/Stage/Resolved/Resolved.swift",
        "Processing/Pipeline/Stage/Resolved/ResolvedStage.swift",
        "Processing/Pipeline/Stage/Stage.swift",
        "Processing/Pipeline/Stage/Validated/Validated.swift",
        "Processing/Project/Project+State+Pipeline.swift",
        "Processing/Project/Project+State+ResolvedStage.swift",
        "Processing/Project/Project+State.swift",
        "Processing/Project/Project+scanAPIs.swift",
        "Processing/Project/Project.swift",
        "Property Wrappers/OptionalParsed.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.3"
}
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
Fetching from https://github.com/nerdsupremacist/CLIKit.git
Fetching from https://github.com/tuist/xcodeproj.git
Fetching from https://github.com/nerdsupremacist/Stencil.git
Fetching from https://github.com/nerdsupremacist/graphql-syntax.git
Fetching from https://github.com/nicklockwood/SwiftFormat.git
Fetching from https://github.com/kylef/PathKit.git
Fetching from https://github.com/apple/swift-syntax.git
Fetching from https://github.com/jpsim/SourceKitten.git
Fetching from https://github.com/kylef/Spectre.git
Fetching from https://github.com/nerdsupremacist/Syntax.git
Fetching from https://github.com/nerdsupremacist/SyntaxTree.git
Fetching from https://github.com/drmohundro/SWXMLHash.git
Fetching from https://github.com/jpsim/Yams.git (cached)
Fetching from https://github.com/apple/swift-argument-parser.git (cached)
Fetching from https://github.com/tadija/AEXML
Creating working copy of package ‘SwiftFormat’
Checking out 0.55.5 of package ‘SwiftFormat’
Creating working copy of package ‘xcodeproj’
Checking out 7.23.0 of package ‘xcodeproj’
Creating working copy of package ‘SourceKitten’
Checking out 0.37.0 of package ‘SourceKitten’
Creating working copy of package ‘SyntaxTree’
Checking out 0.1.0 of package ‘SyntaxTree’
Creating working copy of package ‘swift-syntax’
Checking out 0.50500.0 of package ‘swift-syntax’
Creating working copy of package ‘Yams’
Checking out 5.3.1 of package ‘Yams’
Creating working copy of package ‘graphql-syntax’
Checking out 0.1.3 of package ‘graphql-syntax’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘PathKit’
Checking out 1.0.1 of package ‘PathKit’
Creating working copy of package ‘AEXML’
Checking out 4.5.0 of package ‘AEXML’
Creating working copy of package ‘Stencil’
Checking out 0.13.2 of package ‘Stencil’
Creating working copy of package ‘Spectre’
Checking out 0.10.1 of package ‘Spectre’
Creating working copy of package ‘Syntax’
Checking out 1.0.4 of package ‘Syntax’
Creating working copy of package ‘SWXMLHash’
Checking out 7.0.2 of package ‘SWXMLHash’
Creating working copy of package ‘CLIKit’
Checking out 0.3.7 of package ‘CLIKit’
Resolve Package Graph
Resolved source packages:
  Syntax: https://github.com/nerdsupremacist/Syntax.git @ 1.0.4
  XcodeProj: https://github.com/tuist/xcodeproj.git @ 7.23.0
  Yams: https://github.com/jpsim/Yams.git @ 5.3.1
  SwiftFormat: https://github.com/nicklockwood/SwiftFormat.git @ 0.55.5
  graphql-syntax: https://github.com/nerdsupremacist/graphql-syntax.git @ 0.1.3
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  Graphaello: /Users/admin/builder/spi-builder-workspace
  CLIKit: https://github.com/nerdsupremacist/CLIKit.git @ 0.3.7
  SwiftSyntax: https://github.com/apple/swift-syntax.git @ 0.50500.0
  SyntaxTree: https://github.com/nerdsupremacist/SyntaxTree.git @ 0.1.0
  PathKit: https://github.com/kylef/PathKit.git @ 1.0.1
  AEXML: https://github.com/tadija/AEXML @ 4.5.0
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
  Stencil: https://github.com/nerdsupremacist/Stencil.git @ 0.13.2
  SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.0
  Spectre: https://github.com/kylef/Spectre.git @ 0.10.1
resolved source packages: Syntax, XcodeProj, Yams, SwiftFormat, graphql-syntax, swift-argument-parser, Graphaello, CLIKit, SwiftSyntax, SyntaxTree, PathKit, AEXML, SWXMLHash, Stencil, SourceKitten, Spectre
{
  "dependencies" : [
    {
      "identity" : "sourcekitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.27.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/SourceKitten.git"
    },
    {
      "identity" : "clikit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerdsupremacist/CLIKit.git"
    },
    {
      "identity" : "graphql-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerdsupremacist/graphql-syntax.git"
    },
    {
      "identity" : "stencil",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerdsupremacist/Stencil.git"
    },
    {
      "identity" : "xcodeproj",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.5.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/xcodeproj.git"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.42.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "exact" : [
          "0.50500.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    }
  ],
  "manifest_display_name" : "Graphaello",
  "name" : "Graphaello",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "graphaello",
      "targets" : [
        "Graphaello"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Graphaello",
      "module_type" : "SwiftTarget",
      "name" : "Graphaello",
      "path" : "Sources/Graphaello",
      "product_dependencies" : [
        "SourceKittenFramework",
        "CLIKit",
        "GraphQLSyntax",
        "Stencil",
        "XcodeProj",
        "PathKit",
        "SwiftFormat",
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "graphaello"
      ],
      "sources" : [
        "Arguments/ApolloReference.swift",
        "Arguments/ProjectPath.swift",
        "Cache/PersistentCache.swift",
        "Commands/AddAPI/AddAPICommand.swift",
        "Commands/ClearCacheCommand.swift",
        "Commands/Codegen/CodegenCommand.swift",
        "Commands/GraphQLCommands.swift",
        "Commands/Init/InitCommand.swift",
        "Commands/UpdateAPICommand.swift",
        "Commands/checkVersion.swift",
        "Errors/ArgumentError.swift",
        "Errors/GraphQLFragmentResolverError.swift",
        "Errors/GraphQLPathValidationError.swift",
        "Errors/LocatedError.swift",
        "Errors/ParseError.swift",
        "Extensions/Array.swift",
        "Extensions/Collection+single.swift",
        "Extensions/Environment+custom.swift",
        "Extensions/ExprSyntax+erasure.swift",
        "Extensions/ExprSyntax+init.swift",
        "Extensions/Inflector.swift",
        "Extensions/Levensttein.swift",
        "Extensions/Optional+Extensions.swift",
        "Extensions/OrderedHashableDictionary.swift",
        "Extensions/OrderedSet.swift",
        "Extensions/Path+templates.swift",
        "Extensions/String+camelized.swift",
        "Extensions/String+keywordProtected.swift",
        "Processing/Apollo/ApolloCodeGenRequest.swift",
        "Processing/Apollo/ApolloCodeGenResponse.swift",
        "Processing/Code Generstion/CodeTransformable/AnyCodeTransformable.swift",
        "Processing/Code Generstion/CodeTransformable/Array+CodeTransformable.swift",
        "Processing/Code Generstion/CodeTransformable/CachedCodeTransformable.swift",
        "Processing/Code Generstion/CodeTransformable/CodeTransformable.swift",
        "Processing/Code Generstion/CodeTransformable/Context+render.swift",
        "Processing/Code Generstion/CodeTransformable/Optional+CodeTransformable.swift",
        "Processing/Code Generstion/CodeTransformable/String+CodeTransformable.swift",
        "Processing/Code Generstion/CodeTransformable/SwiftCodeBuilder.swift",
        "Processing/Code Generstion/CodeTransformable/code.swift",
        "Processing/Code Generstion/GraphQL/ExtraValuesGraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/FieldArgument.swift",
        "Processing/Code Generstion/GraphQL/Implementation/FragmentReference.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLCodeQueryArgument.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLComponent+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLField+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLFragment+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLMutation+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLObject+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLQuery+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphqLTypeConditional+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/ObjectFieldCall.swift",
        "Processing/Code Generstion/Swift/ExtraValuesSwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/FormattedSwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/API+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/Argument+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/Field+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/FragmentPlaceholder.swift",
        "Processing/Code Generstion/Swift/Implementation/GraphQLConnectionFragment+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/GraphQLType+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/InitializerArgument.swift",
        "Processing/Code Generstion/Swift/Implementation/InitializerArgumentAssignmentFromQueryData.swift",
        "Processing/Code Generstion/Swift/Implementation/InitializerValueAssignment.swift",
        "Processing/Code Generstion/Swift/Implementation/InputField+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/InputFieldInitializerArgument.swift",
        "Processing/Code Generstion/Swift/Implementation/MissingFragmentsStruct.swift",
        "Processing/Code Generstion/Swift/Implementation/MissingReferencedFragment.swift",
        "Processing/Code Generstion/Swift/Implementation/MutationStruct.swift",
        "Processing/Code Generstion/Swift/Implementation/PagingFromFragment.swift",
        "Processing/Code Generstion/Swift/Implementation/Path+expression.swift",
        "Processing/Code Generstion/Swift/Implementation/QueryArgumentAssignment.swift",
        "Processing/Code Generstion/Swift/Implementation/QueryRendererArgument.swift",
        "Processing/Code Generstion/Swift/Implementation/Struct+Prepared+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/StructureAPI.swift",
        "Processing/Code Generstion/Swift/SwiftCodeTransformable.swift",
        "Processing/Context/AnyContextProtocol.swift",
        "Processing/Context/Array+ContextProtocol.swift",
        "Processing/Context/Context.swift",
        "Processing/Context/ContextBuilder.swift",
        "Processing/Context/ContextElement.swift",
        "Processing/Context/ContextKeyAssignment.swift",
        "Processing/Context/ContextProtocol.swift",
        "Processing/Model/GraphQL/Component.swift",
        "Processing/Model/GraphQL/GraphQLArgument.swift",
        "Processing/Model/GraphQL/GraphQLConnectionFragment.swift",
        "Processing/Model/GraphQL/GraphQLConnectionQuery.swift",
        "Processing/Model/GraphQL/GraphQLField.swift",
        "Processing/Model/GraphQL/GraphQLFragment.swift",
        "Processing/Model/GraphQL/GraphQLMutation.swift",
        "Processing/Model/GraphQL/GraphQLObject.swift",
        "Processing/Model/GraphQL/GraphQLTypeConditional.swift",
        "Processing/Model/GraphQL/Operation.swift",
        "Processing/Model/GraphQL/Query.swift",
        "Processing/Model/Schema/API.swift",
        "Processing/Model/Schema/Definition.swift",
        "Processing/Model/Schema/Field+Argument.swift",
        "Processing/Model/Schema/Field.swift",
        "Processing/Model/Schema/GraphQLType+ConnectionEdgeType.swift",
        "Processing/Model/Schema/GraphQLType.swift",
        "Processing/Model/Schema/InputField.swift",
        "Processing/Model/Schema/Schema+Kind.swift",
        "Processing/Model/Schema/Schema.swift",
        "Processing/Model/Schema/TypeReference+Codable.swift",
        "Processing/Model/Schema/TypeReference.swift",
        "Processing/Model/Struct/Argument.swift",
        "Processing/Model/Struct/Location.swift",
        "Processing/Model/Struct/Property.swift",
        "Processing/Model/Struct/Struct.swift",
        "Processing/Model/Struct/Target.swift",
        "Processing/Model/Struct/Warning.swift",
        "Processing/Pipeline/BasicPipeline.swift",
        "Processing/Pipeline/Component/Assembly/Assembler.swift",
        "Processing/Pipeline/Component/Assembly/Implementation/BasicAssembler.swift",
        "Processing/Pipeline/Component/Assembly/Implementation/BasicRequestAssembler.swift",
        "Processing/Pipeline/Component/Assembly/RequestAssembler.swift",
        "Processing/Pipeline/Component/Cleaning/BasicCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/Cleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/AliasingPropagator/ComponentAliasingPropagator.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/AliasingPropagator/Implementation/BasicComponentAliasingPropagator.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/AliasingPropagator/Implementation/BasicPropertyAliasingPropagator.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/AliasingPropagator/PropertyAliasingPropagator.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/AnyArgumentCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/ArgumentCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/BasicArgumentCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Cleaning+Argument.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/DictionaryCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/FieldArgumentCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLArgumentCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLComponentCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLConnectionQueryCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLFragmenrCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLObjectCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLQueryCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLTypeConditionalCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Cleaning.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/AliasStateMatcher.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/AnyFieldNameCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Cleaning+FieldName.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/FieldNameAliasNamer.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/FieldNameCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/BasicAliasStateMatcher.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/BasicFieldNameCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/BasicRenamer.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/FragmentFieldNameCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/GraphQLObjectFieldNameCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/GraphQLQueryFieldNameCleaner.swift",
        "Processing/Pipeline/Component/Extraction/BasicExtractor.swift",
        "Processing/Pipeline/Component/Extraction/Extractor.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/LineColumnIndex.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+Accessibility.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+Kind.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+content.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+decode.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+location.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+optional.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+syntaxTree.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceFileSyntax+SingleItem.swift",
        "Processing/Pipeline/Component/Extraction/SubExtractors/AttributeExtractor.swift",
        "Processing/Pipeline/Component/Extraction/SubExtractors/Implementations/BasicAttributeExtractor.swift",
        "Processing/Pipeline/Component/Extraction/SubExtractors/Implementations/BasicPropertyExtractor.swift",
        "Processing/Pipeline/Component/Extraction/SubExtractors/Implementations/BasicStructExtractor.swift",
        "Processing/Pipeline/Component/Extraction/SubExtractors/PropertyExtractor.swift",
        "Processing/Pipeline/Component/Extraction/SubExtractors/StructExtractor.swift",
        "Processing/Pipeline/Component/Generation/BasicGenerator.swift",
        "Processing/Pipeline/Component/Generation/Generator.swift",
        "Processing/Pipeline/Component/Parsing/BasicParser.swift",
        "Processing/Pipeline/Component/Parsing/Parser.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/Helpers/BaseMemberAccess.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubPArser+memberAccess+Path.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+annotationFunctionCall.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+argumentList.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+attribute.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+baseMemberAccess.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+expression.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+functionCall+Argument.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+functionCall+Path.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+functionCall+QueryArgument.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+memberAccess+Argument.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+memberAccess+QueryArgument.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+syntaxTree.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser.swift",
        "Processing/Pipeline/Component/Preparation/ApolloCodegenRequestProcessor.swift",
        "Processing/Pipeline/Component/Preparation/ApolloProcessInstantiator.swift",
        "Processing/Pipeline/Component/Preparation/Implementation/BasicApolloCodegenRequestProcessor.swift",
        "Processing/Pipeline/Component/Preparation/Implementation/BasicApolloProcessInstantiator.swift",
        "Processing/Pipeline/Component/Preparation/Implementation/BasicPreparator.swift",
        "Processing/Pipeline/Component/Preparation/Preparator.swift",
        "Processing/Pipeline/Component/Resolution/BasicResolver.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/CollectedPath+connection.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/CollectedPath+object.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/CollectedPath+queryComponents.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/CollectedPath.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/Sequence+collect.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+CollectedValue.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+Context.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+FragmentName+init.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+FragmentName.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+ReferencedFrament+init.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+ReferencedFrament.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+ReferencedMutationResultFragment+init.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+ReferencedMutationResultFragment.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+Result.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution.swift",
        "Processing/Pipeline/Component/Resolution/Resolver.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/BasicStructResolver.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Collecting Fragments/BasicResolvedStructCollector.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Collecting Fragments/ResolvedComponentCollector.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Collecting Fragments/ResolvedPropertyCollector.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Resolving Struct/PathResolver.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Resolving Struct/PropertyResolver.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Resolving Struct/StructPropertiesResolver.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/ResolvedStructCollector.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/ResolvedValueCollector.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/StructResolver.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/ValueResolver.swift",
        "Processing/Pipeline/Component/Transpilation/BasicGraphQLToSwiftTranspiler.swift",
        "Processing/Pipeline/Component/Transpilation/GraphQLToSwiftTranspiler.swift",
        "Processing/Pipeline/Component/Validation/BasicValidator.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/ComponentValidation.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/ComponentValidator.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/Implementation/BasicComponentValidator.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/Implementation/BasicOperationTypeValidator.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/Implementation/BasicPathValidator.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/OperationValidator.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/PathValidator.swift",
        "Processing/Pipeline/Component/Validation/Validator.swift",
        "Processing/Pipeline/Diagnostics/Array+WarningDiagnoser.swift",
        "Processing/Pipeline/Diagnostics/UnusedWarningDiagnoser.swift",
        "Processing/Pipeline/Diagnostics/WarningDiagnoser.swift",
        "Processing/Pipeline/FileWithTargets.swift",
        "Processing/Pipeline/Pipeline.swift",
        "Processing/Pipeline/PipelineFactory.swift",
        "Processing/Pipeline/Stage/Assembled/Assembled.swift",
        "Processing/Pipeline/Stage/Assembled/AssembledStage.swift",
        "Processing/Pipeline/Stage/Cleaned/Cleaned.swift",
        "Processing/Pipeline/Stage/Extracted/Extracted+Property+hasValue.swift",
        "Processing/Pipeline/Stage/Extracted/Extracted+Property+isComputed.swift",
        "Processing/Pipeline/Stage/Extracted/Extracted+Property+isPrivate.swift",
        "Processing/Pipeline/Stage/Extracted/Extracted.swift",
        "Processing/Pipeline/Stage/GraphQLStage.swift",
        "Processing/Pipeline/Stage/Parsed/Parsed.swift",
        "Processing/Pipeline/Stage/Prepared/Prepared.swift",
        "Processing/Pipeline/Stage/Resolved/AdditionalReferencedAPI.swift",
        "Processing/Pipeline/Stage/Resolved/Resolved+Keys.swift",
        "Processing/Pipeline/Stage/Resolved/Resolved+Struct+Concat.swift",
        "Processing/Pipeline/Stage/Resolved/Resolved+Struct+Properties.swift",
        "Processing/Pipeline/Stage/Resolved/Resolved.swift",
        "Processing/Pipeline/Stage/Resolved/ResolvedStage.swift",
        "Processing/Pipeline/Stage/Stage.swift",
        "Processing/Pipeline/Stage/Validated/Validated.swift",
        "Processing/Project/Project+State+Pipeline.swift",
        "Processing/Project/Project+State+ResolvedStage.swift",
        "Processing/Project/Project+State.swift",
        "Processing/Project/Project+scanAPIs.swift",
        "Processing/Project/Project.swift",
        "Property Wrappers/OptionalParsed.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Graphaello"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Graphaello -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 Graphaello -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
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  XcodeProj: https://github.com/tuist/xcodeproj.git @ 7.23.0
  AEXML: https://github.com/tadija/AEXML @ 4.5.0
  Spectre: https://github.com/kylef/Spectre.git @ 0.10.1
  PathKit: https://github.com/kylef/PathKit.git @ 1.0.1
  Stencil: https://github.com/nerdsupremacist/Stencil.git @ 0.13.2
  Graphaello: /Users/admin/builder/spi-builder-workspace
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
  CLIKit: https://github.com/nerdsupremacist/CLIKit.git @ 0.3.7
  SwiftSyntax: https://github.com/apple/swift-syntax.git @ 0.50500.0
  Syntax: https://github.com/nerdsupremacist/Syntax.git @ 1.0.4
  SwiftFormat: https://github.com/nicklockwood/SwiftFormat.git @ 0.55.5
  SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.0
  Yams: https://github.com/jpsim/Yams.git @ 5.3.1
  SyntaxTree: https://github.com/nerdsupremacist/SyntaxTree.git @ 0.1.0
  graphql-syntax: https://github.com/nerdsupremacist/graphql-syntax.git @ 0.1.3
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (31 targets)
    Target 'graphaello' in project 'Graphaello'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'CLIKit' in project 'CLIKit'
        ➜ Explicit dependency on target 'GraphQLSyntax' in project 'graphql-syntax'
        ➜ Explicit dependency on target 'Stencil' in project 'Stencil'
        ➜ Explicit dependency on target 'XcodeProj' in project 'XcodeProj'
        ➜ Explicit dependency on target 'PathKit' in project 'PathKit'
        ➜ Explicit dependency on target 'SwiftFormat' in project 'SwiftFormat'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
    Target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target '_CSwiftSyntax' in project 'SwiftSyntax'
    Target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target '_CSwiftSyntax' in project 'SwiftSyntax'
    Target '_CSwiftSyntax' in project 'SwiftSyntax' (no dependencies)
    Target 'SwiftFormat' in project 'SwiftFormat'
        ➜ Explicit dependency on target 'SwiftFormat' in project 'SwiftFormat'
    Target 'SwiftFormat' in project 'SwiftFormat' (no dependencies)
    Target 'XcodeProj' in project 'XcodeProj'
        ➜ Explicit dependency on target 'XcodeProj' in project 'XcodeProj'
        ➜ Explicit dependency on target 'PathKit' in project 'PathKit'
        ➜ Explicit dependency on target 'AEXML' in project 'AEXML'
    Target 'XcodeProj' in project 'XcodeProj'
        ➜ Explicit dependency on target 'PathKit' in project 'PathKit'
        ➜ Explicit dependency on target 'AEXML' in project 'AEXML'
    Target 'AEXML' in project 'AEXML'
        ➜ Explicit dependency on target 'AEXML' in project 'AEXML'
    Target 'AEXML' in project 'AEXML' (no dependencies)
    Target 'Stencil' in project 'Stencil'
        ➜ Explicit dependency on target 'Stencil' in project 'Stencil'
        ➜ Explicit dependency on target 'PathKit' in project 'PathKit'
    Target 'Stencil' in project 'Stencil'
        ➜ Explicit dependency on target 'PathKit' in project 'PathKit'
    Target 'PathKit' in project 'PathKit'
        ➜ Explicit dependency on target 'PathKit' in project 'PathKit'
    Target 'PathKit' in project 'PathKit' (no dependencies)
    Target 'GraphQLSyntax' in project 'graphql-syntax'
        ➜ Explicit dependency on target 'GraphQLSyntax' in project 'graphql-syntax'
        ➜ Explicit dependency on target 'Syntax' in project 'Syntax'
    Target 'GraphQLSyntax' in project 'graphql-syntax'
        ➜ Explicit dependency on target 'Syntax' in project 'Syntax'
    Target 'Syntax' in project 'Syntax'
        ➜ Explicit dependency on target 'Syntax' in project 'Syntax'
        ➜ Explicit dependency on target 'SyntaxTree' in project 'SyntaxTree'
    Target 'Syntax' in project 'Syntax'
        ➜ Explicit dependency on target 'SyntaxTree' in project 'SyntaxTree'
    Target 'SyntaxTree' in project 'SyntaxTree'
        ➜ Explicit dependency on target 'SyntaxTree' in project 'SyntaxTree'
    Target 'SyntaxTree' in project 'SyntaxTree' (no dependencies)
    Target 'CLIKit' in project 'CLIKit'
        ➜ Explicit dependency on target 'CLIKit' in project 'CLIKit'
    Target 'CLIKit' in project 'CLIKit' (no dependencies)
    Target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'Clang_C' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SourceKit' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'Clang_C' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SourceKit' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'CYaml' in project 'Yams' (no dependencies)
    Target 'SWXMLHash' in project 'SWXMLHash'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
    Target 'SWXMLHash' in project 'SWXMLHash' (no dependencies)
    Target 'SourceKit' in project 'SourceKitten' (no dependencies)
    Target 'Clang_C' in project 'SourceKitten' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -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/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/ld -version_details
Build description signature: 8581a3745c57146be09460301fdac8a4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8581a3745c57146be09460301fdac8a4.xcbuilddata
error: The package product 'SourceKittenFramework' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.14 (in target 'graphaello' from project 'Graphaello')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:7b20708b29d7c452a6b19e6137ed27b96370df52, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:7b20708b29d7c452a6b19e6137ed27b96370df52, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:7b20708b29d7c452a6b19e6137ed27b96370df52, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:7b20708b29d7c452a6b19e6137ed27b96370df52, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Graphaello
(1 failure)
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
Resolved source packages:
  SyntaxTree: https://github.com/nerdsupremacist/SyntaxTree.git @ 0.1.0
  Syntax: https://github.com/nerdsupremacist/Syntax.git @ 1.0.4
  Yams: https://github.com/jpsim/Yams.git @ 5.3.1
  graphql-syntax: https://github.com/nerdsupremacist/graphql-syntax.git @ 0.1.3
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  Graphaello: /Users/admin/builder/spi-builder-workspace
  XcodeProj: https://github.com/tuist/xcodeproj.git @ 7.23.0
  Spectre: https://github.com/kylef/Spectre.git @ 0.10.1
  SwiftFormat: https://github.com/nicklockwood/SwiftFormat.git @ 0.55.5
  AEXML: https://github.com/tadija/AEXML @ 4.5.0
  Stencil: https://github.com/nerdsupremacist/Stencil.git @ 0.13.2
  PathKit: https://github.com/kylef/PathKit.git @ 1.0.1
  SwiftSyntax: https://github.com/apple/swift-syntax.git @ 0.50500.0
  SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.0
  CLIKit: https://github.com/nerdsupremacist/CLIKit.git @ 0.3.7
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
resolved source packages: SyntaxTree, Syntax, Yams, graphql-syntax, swift-argument-parser, Graphaello, XcodeProj, Spectre, SwiftFormat, AEXML, Stencil, PathKit, SwiftSyntax, SourceKitten, CLIKit, SWXMLHash
{
  "dependencies" : [
    {
      "identity" : "sourcekitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.27.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/SourceKitten.git"
    },
    {
      "identity" : "clikit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerdsupremacist/CLIKit.git"
    },
    {
      "identity" : "graphql-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerdsupremacist/graphql-syntax.git"
    },
    {
      "identity" : "stencil",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerdsupremacist/Stencil.git"
    },
    {
      "identity" : "xcodeproj",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.5.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/xcodeproj.git"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.42.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "exact" : [
          "0.50500.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    }
  ],
  "manifest_display_name" : "Graphaello",
  "name" : "Graphaello",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "graphaello",
      "targets" : [
        "Graphaello"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Graphaello",
      "module_type" : "SwiftTarget",
      "name" : "Graphaello",
      "path" : "Sources/Graphaello",
      "product_dependencies" : [
        "SourceKittenFramework",
        "CLIKit",
        "GraphQLSyntax",
        "Stencil",
        "XcodeProj",
        "PathKit",
        "SwiftFormat",
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "graphaello"
      ],
      "sources" : [
        "Arguments/ApolloReference.swift",
        "Arguments/ProjectPath.swift",
        "Cache/PersistentCache.swift",
        "Commands/AddAPI/AddAPICommand.swift",
        "Commands/ClearCacheCommand.swift",
        "Commands/Codegen/CodegenCommand.swift",
        "Commands/GraphQLCommands.swift",
        "Commands/Init/InitCommand.swift",
        "Commands/UpdateAPICommand.swift",
        "Commands/checkVersion.swift",
        "Errors/ArgumentError.swift",
        "Errors/GraphQLFragmentResolverError.swift",
        "Errors/GraphQLPathValidationError.swift",
        "Errors/LocatedError.swift",
        "Errors/ParseError.swift",
        "Extensions/Array.swift",
        "Extensions/Collection+single.swift",
        "Extensions/Environment+custom.swift",
        "Extensions/ExprSyntax+erasure.swift",
        "Extensions/ExprSyntax+init.swift",
        "Extensions/Inflector.swift",
        "Extensions/Levensttein.swift",
        "Extensions/Optional+Extensions.swift",
        "Extensions/OrderedHashableDictionary.swift",
        "Extensions/OrderedSet.swift",
        "Extensions/Path+templates.swift",
        "Extensions/String+camelized.swift",
        "Extensions/String+keywordProtected.swift",
        "Processing/Apollo/ApolloCodeGenRequest.swift",
        "Processing/Apollo/ApolloCodeGenResponse.swift",
        "Processing/Code Generstion/CodeTransformable/AnyCodeTransformable.swift",
        "Processing/Code Generstion/CodeTransformable/Array+CodeTransformable.swift",
        "Processing/Code Generstion/CodeTransformable/CachedCodeTransformable.swift",
        "Processing/Code Generstion/CodeTransformable/CodeTransformable.swift",
        "Processing/Code Generstion/CodeTransformable/Context+render.swift",
        "Processing/Code Generstion/CodeTransformable/Optional+CodeTransformable.swift",
        "Processing/Code Generstion/CodeTransformable/String+CodeTransformable.swift",
        "Processing/Code Generstion/CodeTransformable/SwiftCodeBuilder.swift",
        "Processing/Code Generstion/CodeTransformable/code.swift",
        "Processing/Code Generstion/GraphQL/ExtraValuesGraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/FieldArgument.swift",
        "Processing/Code Generstion/GraphQL/Implementation/FragmentReference.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLCodeQueryArgument.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLComponent+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLField+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLFragment+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLMutation+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLObject+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphQLQuery+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/GraphqLTypeConditional+GraphQLCodeTransformable.swift",
        "Processing/Code Generstion/GraphQL/Implementation/ObjectFieldCall.swift",
        "Processing/Code Generstion/Swift/ExtraValuesSwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/FormattedSwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/API+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/Argument+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/Field+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/FragmentPlaceholder.swift",
        "Processing/Code Generstion/Swift/Implementation/GraphQLConnectionFragment+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/GraphQLType+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/InitializerArgument.swift",
        "Processing/Code Generstion/Swift/Implementation/InitializerArgumentAssignmentFromQueryData.swift",
        "Processing/Code Generstion/Swift/Implementation/InitializerValueAssignment.swift",
        "Processing/Code Generstion/Swift/Implementation/InputField+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/InputFieldInitializerArgument.swift",
        "Processing/Code Generstion/Swift/Implementation/MissingFragmentsStruct.swift",
        "Processing/Code Generstion/Swift/Implementation/MissingReferencedFragment.swift",
        "Processing/Code Generstion/Swift/Implementation/MutationStruct.swift",
        "Processing/Code Generstion/Swift/Implementation/PagingFromFragment.swift",
        "Processing/Code Generstion/Swift/Implementation/Path+expression.swift",
        "Processing/Code Generstion/Swift/Implementation/QueryArgumentAssignment.swift",
        "Processing/Code Generstion/Swift/Implementation/QueryRendererArgument.swift",
        "Processing/Code Generstion/Swift/Implementation/Struct+Prepared+SwiftCodeTransformable.swift",
        "Processing/Code Generstion/Swift/Implementation/StructureAPI.swift",
        "Processing/Code Generstion/Swift/SwiftCodeTransformable.swift",
        "Processing/Context/AnyContextProtocol.swift",
        "Processing/Context/Array+ContextProtocol.swift",
        "Processing/Context/Context.swift",
        "Processing/Context/ContextBuilder.swift",
        "Processing/Context/ContextElement.swift",
        "Processing/Context/ContextKeyAssignment.swift",
        "Processing/Context/ContextProtocol.swift",
        "Processing/Model/GraphQL/Component.swift",
        "Processing/Model/GraphQL/GraphQLArgument.swift",
        "Processing/Model/GraphQL/GraphQLConnectionFragment.swift",
        "Processing/Model/GraphQL/GraphQLConnectionQuery.swift",
        "Processing/Model/GraphQL/GraphQLField.swift",
        "Processing/Model/GraphQL/GraphQLFragment.swift",
        "Processing/Model/GraphQL/GraphQLMutation.swift",
        "Processing/Model/GraphQL/GraphQLObject.swift",
        "Processing/Model/GraphQL/GraphQLTypeConditional.swift",
        "Processing/Model/GraphQL/Operation.swift",
        "Processing/Model/GraphQL/Query.swift",
        "Processing/Model/Schema/API.swift",
        "Processing/Model/Schema/Definition.swift",
        "Processing/Model/Schema/Field+Argument.swift",
        "Processing/Model/Schema/Field.swift",
        "Processing/Model/Schema/GraphQLType+ConnectionEdgeType.swift",
        "Processing/Model/Schema/GraphQLType.swift",
        "Processing/Model/Schema/InputField.swift",
        "Processing/Model/Schema/Schema+Kind.swift",
        "Processing/Model/Schema/Schema.swift",
        "Processing/Model/Schema/TypeReference+Codable.swift",
        "Processing/Model/Schema/TypeReference.swift",
        "Processing/Model/Struct/Argument.swift",
        "Processing/Model/Struct/Location.swift",
        "Processing/Model/Struct/Property.swift",
        "Processing/Model/Struct/Struct.swift",
        "Processing/Model/Struct/Target.swift",
        "Processing/Model/Struct/Warning.swift",
        "Processing/Pipeline/BasicPipeline.swift",
        "Processing/Pipeline/Component/Assembly/Assembler.swift",
        "Processing/Pipeline/Component/Assembly/Implementation/BasicAssembler.swift",
        "Processing/Pipeline/Component/Assembly/Implementation/BasicRequestAssembler.swift",
        "Processing/Pipeline/Component/Assembly/RequestAssembler.swift",
        "Processing/Pipeline/Component/Cleaning/BasicCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/Cleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/AliasingPropagator/ComponentAliasingPropagator.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/AliasingPropagator/Implementation/BasicComponentAliasingPropagator.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/AliasingPropagator/Implementation/BasicPropertyAliasingPropagator.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/AliasingPropagator/PropertyAliasingPropagator.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/AnyArgumentCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/ArgumentCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/BasicArgumentCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Cleaning+Argument.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/DictionaryCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/FieldArgumentCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLArgumentCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLComponentCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLConnectionQueryCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLFragmenrCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLObjectCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLQueryCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Argument/Implementation/GraphQLTypeConditionalCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/Cleaning.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/AliasStateMatcher.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/AnyFieldNameCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Cleaning+FieldName.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/FieldNameAliasNamer.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/FieldNameCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/BasicAliasStateMatcher.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/BasicFieldNameCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/BasicRenamer.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/FragmentFieldNameCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/GraphQLObjectFieldNameCleaner.swift",
        "Processing/Pipeline/Component/Cleaning/SubCleaners/FieldName/Implementation/GraphQLQueryFieldNameCleaner.swift",
        "Processing/Pipeline/Component/Extraction/BasicExtractor.swift",
        "Processing/Pipeline/Component/Extraction/Extractor.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/LineColumnIndex.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+Accessibility.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+Kind.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+content.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+decode.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+location.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+optional.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode+syntaxTree.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceCode.swift",
        "Processing/Pipeline/Component/Extraction/SourceCode/SourceFileSyntax+SingleItem.swift",
        "Processing/Pipeline/Component/Extraction/SubExtractors/AttributeExtractor.swift",
        "Processing/Pipeline/Component/Extraction/SubExtractors/Implementations/BasicAttributeExtractor.swift",
        "Processing/Pipeline/Component/Extraction/SubExtractors/Implementations/BasicPropertyExtractor.swift",
        "Processing/Pipeline/Component/Extraction/SubExtractors/Implementations/BasicStructExtractor.swift",
        "Processing/Pipeline/Component/Extraction/SubExtractors/PropertyExtractor.swift",
        "Processing/Pipeline/Component/Extraction/SubExtractors/StructExtractor.swift",
        "Processing/Pipeline/Component/Generation/BasicGenerator.swift",
        "Processing/Pipeline/Component/Generation/Generator.swift",
        "Processing/Pipeline/Component/Parsing/BasicParser.swift",
        "Processing/Pipeline/Component/Parsing/Parser.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/Helpers/BaseMemberAccess.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubPArser+memberAccess+Path.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+annotationFunctionCall.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+argumentList.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+attribute.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+baseMemberAccess.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+expression.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+functionCall+Argument.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+functionCall+Path.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+functionCall+QueryArgument.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+memberAccess+Argument.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+memberAccess+QueryArgument.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser+syntaxTree.swift",
        "Processing/Pipeline/Component/Parsing/SubParsers/SubParser.swift",
        "Processing/Pipeline/Component/Preparation/ApolloCodegenRequestProcessor.swift",
        "Processing/Pipeline/Component/Preparation/ApolloProcessInstantiator.swift",
        "Processing/Pipeline/Component/Preparation/Implementation/BasicApolloCodegenRequestProcessor.swift",
        "Processing/Pipeline/Component/Preparation/Implementation/BasicApolloProcessInstantiator.swift",
        "Processing/Pipeline/Component/Preparation/Implementation/BasicPreparator.swift",
        "Processing/Pipeline/Component/Preparation/Preparator.swift",
        "Processing/Pipeline/Component/Resolution/BasicResolver.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/CollectedPath+connection.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/CollectedPath+object.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/CollectedPath+queryComponents.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/CollectedPath.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/Sequence+collect.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+CollectedValue.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+Context.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+FragmentName+init.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+FragmentName.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+ReferencedFrament+init.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+ReferencedFrament.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+ReferencedMutationResultFragment+init.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+ReferencedMutationResultFragment.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution+Result.swift",
        "Processing/Pipeline/Component/Resolution/Resolution + Context/Structs/StructResolution.swift",
        "Processing/Pipeline/Component/Resolution/Resolver.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/BasicStructResolver.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Collecting Fragments/BasicResolvedStructCollector.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Collecting Fragments/ResolvedComponentCollector.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Collecting Fragments/ResolvedPropertyCollector.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Resolving Struct/PathResolver.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Resolving Struct/PropertyResolver.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/Implementations/Resolving Struct/StructPropertiesResolver.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/ResolvedStructCollector.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/ResolvedValueCollector.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/StructResolver.swift",
        "Processing/Pipeline/Component/Resolution/SubResolvers/ValueResolver.swift",
        "Processing/Pipeline/Component/Transpilation/BasicGraphQLToSwiftTranspiler.swift",
        "Processing/Pipeline/Component/Transpilation/GraphQLToSwiftTranspiler.swift",
        "Processing/Pipeline/Component/Validation/BasicValidator.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/ComponentValidation.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/ComponentValidator.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/Implementation/BasicComponentValidator.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/Implementation/BasicOperationTypeValidator.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/Implementation/BasicPathValidator.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/OperationValidator.swift",
        "Processing/Pipeline/Component/Validation/SubValidators/PathValidator.swift",
        "Processing/Pipeline/Component/Validation/Validator.swift",
        "Processing/Pipeline/Diagnostics/Array+WarningDiagnoser.swift",
        "Processing/Pipeline/Diagnostics/UnusedWarningDiagnoser.swift",
        "Processing/Pipeline/Diagnostics/WarningDiagnoser.swift",
        "Processing/Pipeline/FileWithTargets.swift",
        "Processing/Pipeline/Pipeline.swift",
        "Processing/Pipeline/PipelineFactory.swift",
        "Processing/Pipeline/Stage/Assembled/Assembled.swift",
        "Processing/Pipeline/Stage/Assembled/AssembledStage.swift",
        "Processing/Pipeline/Stage/Cleaned/Cleaned.swift",
        "Processing/Pipeline/Stage/Extracted/Extracted+Property+hasValue.swift",
        "Processing/Pipeline/Stage/Extracted/Extracted+Property+isComputed.swift",
        "Processing/Pipeline/Stage/Extracted/Extracted+Property+isPrivate.swift",
        "Processing/Pipeline/Stage/Extracted/Extracted.swift",
        "Processing/Pipeline/Stage/GraphQLStage.swift",
        "Processing/Pipeline/Stage/Parsed/Parsed.swift",
        "Processing/Pipeline/Stage/Prepared/Prepared.swift",
        "Processing/Pipeline/Stage/Resolved/AdditionalReferencedAPI.swift",
        "Processing/Pipeline/Stage/Resolved/Resolved+Keys.swift",
        "Processing/Pipeline/Stage/Resolved/Resolved+Struct+Concat.swift",
        "Processing/Pipeline/Stage/Resolved/Resolved+Struct+Properties.swift",
        "Processing/Pipeline/Stage/Resolved/Resolved.swift",
        "Processing/Pipeline/Stage/Resolved/ResolvedStage.swift",
        "Processing/Pipeline/Stage/Stage.swift",
        "Processing/Pipeline/Stage/Validated/Validated.swift",
        "Processing/Project/Project+State+Pipeline.swift",
        "Processing/Project/Project+State+ResolvedStage.swift",
        "Processing/Project/Project+State.swift",
        "Processing/Project/Project+scanAPIs.swift",
        "Processing/Project/Project.swift",
        "Property Wrappers/OptionalParsed.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Graphaello"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Graphaello -destination platform=macOS,arch=arm64
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 Graphaello -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  CLIKit: https://github.com/nerdsupremacist/CLIKit.git @ 0.3.7
  Graphaello: /Users/admin/builder/spi-builder-workspace
  SyntaxTree: https://github.com/nerdsupremacist/SyntaxTree.git @ 0.1.0
  Syntax: https://github.com/nerdsupremacist/Syntax.git @ 1.0.4
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  XcodeProj: https://github.com/tuist/xcodeproj.git @ 7.23.0
  Stencil: https://github.com/nerdsupremacist/Stencil.git @ 0.13.2
  SwiftSyntax: https://github.com/apple/swift-syntax.git @ 0.50500.0
  AEXML: https://github.com/tadija/AEXML @ 4.5.0
  Yams: https://github.com/jpsim/Yams.git @ 5.3.1
  SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.0
  graphql-syntax: https://github.com/nerdsupremacist/graphql-syntax.git @ 0.1.3
  SwiftFormat: https://github.com/nicklockwood/SwiftFormat.git @ 0.55.5
  Spectre: https://github.com/kylef/Spectre.git @ 0.10.1
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
  PathKit: https://github.com/kylef/PathKit.git @ 1.0.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (31 targets)
    Target 'graphaello' in project 'Graphaello'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'CLIKit' in project 'CLIKit'
        ➜ Explicit dependency on target 'GraphQLSyntax' in project 'graphql-syntax'
        ➜ Explicit dependency on target 'Stencil' in project 'Stencil'
        ➜ Explicit dependency on target 'XcodeProj' in project 'XcodeProj'
        ➜ Explicit dependency on target 'PathKit' in project 'PathKit'
        ➜ Explicit dependency on target 'SwiftFormat' in project 'SwiftFormat'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
    Target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target '_CSwiftSyntax' in project 'SwiftSyntax'
    Target 'SwiftSyntax' in project 'SwiftSyntax'
        ➜ Explicit dependency on target '_CSwiftSyntax' in project 'SwiftSyntax'
    Target '_CSwiftSyntax' in project 'SwiftSyntax' (no dependencies)
    Target 'SwiftFormat' in project 'SwiftFormat'
        ➜ Explicit dependency on target 'SwiftFormat' in project 'SwiftFormat'
    Target 'SwiftFormat' in project 'SwiftFormat' (no dependencies)
    Target 'XcodeProj' in project 'XcodeProj'
        ➜ Explicit dependency on target 'XcodeProj' in project 'XcodeProj'
        ➜ Explicit dependency on target 'PathKit' in project 'PathKit'
        ➜ Explicit dependency on target 'AEXML' in project 'AEXML'
    Target 'XcodeProj' in project 'XcodeProj'
        ➜ Explicit dependency on target 'PathKit' in project 'PathKit'
        ➜ Explicit dependency on target 'AEXML' in project 'AEXML'
    Target 'AEXML' in project 'AEXML'
        ➜ Explicit dependency on target 'AEXML' in project 'AEXML'
    Target 'AEXML' in project 'AEXML' (no dependencies)
    Target 'Stencil' in project 'Stencil'
        ➜ Explicit dependency on target 'Stencil' in project 'Stencil'
        ➜ Explicit dependency on target 'PathKit' in project 'PathKit'
    Target 'Stencil' in project 'Stencil'
        ➜ Explicit dependency on target 'PathKit' in project 'PathKit'
    Target 'PathKit' in project 'PathKit'
        ➜ Explicit dependency on target 'PathKit' in project 'PathKit'
    Target 'PathKit' in project 'PathKit' (no dependencies)
    Target 'GraphQLSyntax' in project 'graphql-syntax'
        ➜ Explicit dependency on target 'GraphQLSyntax' in project 'graphql-syntax'
        ➜ Explicit dependency on target 'Syntax' in project 'Syntax'
    Target 'GraphQLSyntax' in project 'graphql-syntax'
        ➜ Explicit dependency on target 'Syntax' in project 'Syntax'
    Target 'Syntax' in project 'Syntax'
        ➜ Explicit dependency on target 'Syntax' in project 'Syntax'
        ➜ Explicit dependency on target 'SyntaxTree' in project 'SyntaxTree'
    Target 'Syntax' in project 'Syntax'
        ➜ Explicit dependency on target 'SyntaxTree' in project 'SyntaxTree'
    Target 'SyntaxTree' in project 'SyntaxTree'
        ➜ Explicit dependency on target 'SyntaxTree' in project 'SyntaxTree'
    Target 'SyntaxTree' in project 'SyntaxTree' (no dependencies)
    Target 'CLIKit' in project 'CLIKit'
        ➜ Explicit dependency on target 'CLIKit' in project 'CLIKit'
    Target 'CLIKit' in project 'CLIKit' (no dependencies)
    Target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'Clang_C' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SourceKit' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'Clang_C' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SourceKit' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'CYaml' in project 'Yams' (no dependencies)
    Target 'SWXMLHash' in project 'SWXMLHash'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
    Target 'SWXMLHash' in project 'SWXMLHash' (no dependencies)
    Target 'SourceKit' in project 'SourceKitten' (no dependencies)
    Target 'Clang_C' in project 'SourceKitten' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -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/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/ld -version_details
Build description signature: 23094425f67d5ef5aaec218fac1e573f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/23094425f67d5ef5aaec218fac1e573f.xcbuilddata
error: The package product 'SourceKittenFramework' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.14 (in target 'graphaello' from project 'Graphaello')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:7b20708b29d7c452a6b19e6137ed27b96370df52, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:7b20708b29d7c452a6b19e6137ed27b96370df52, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:7b20708b29d7c452a6b19e6137ed27b96370df52, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:7b20708b29d7c452a6b19e6137ed27b96370df52, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Graphaello
(1 failure)
BUILD FAILURE 6.1 macosXcodebuild