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 graphql-syntax, reference main (76fee6), with Swift 6.0 for visionOS using Xcode 16.0 on 1 Nov 2024 20:03:07 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme graphql-syntax -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

SwiftDriverJobDiscovery normal arm64 Compiling Annotated.swift, AnnotatedUntil.swift (in target 'Syntax' from project 'Syntax')
SwiftDriverJobDiscovery normal arm64 Compiling TupleParser.swift, EmptyParser.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64 Compiling\ ScannerErrorHandler.swift,\ AnyParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerErrorHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/AnyParser.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/AnnotatedString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Cache/Cache.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Cache/OrderedSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/DiagnosticError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerError.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerErrorHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/WhiteSpaceConsumer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ExpressionMatch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/EitherParserBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/ParserBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialEmptyParserResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialParserResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialResult.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/AnyParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/Associativity.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/MemberOfBinaryOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BooleanLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/DoubleLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/IntLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/StringEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/SwiftEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Maybe.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+annotate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+ignoreOutput.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+kind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+map+location.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+map.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+optimize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+preventRecursion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+repeatUntil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+separated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Repeat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Annotated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/AnnotatedUntil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Either.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Group.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Leaf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Recursive.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/TupleParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/EmptyParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/RegularExpression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/String+Parser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Token.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Word.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/neverBody.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/InternalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/MemoizationKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/MemoizationStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Memoized.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Node.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Parser+internalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Scanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/ScannerState.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Stack.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/StandardScanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/String+casing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Parser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ParserOption.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ScannerErrorHandler.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ScannerErrorHandler.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ScannerErrorHandler.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ScannerErrorHandler.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/AnyParser.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/AnyParser.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/AnyParser.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/AnyParser.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Syntax_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ScannerErrorHandler.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/AnyParser.o -index-unit-output-path /Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ScannerErrorHandler.o -index-unit-output-path /Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/AnyParser.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerErrorHandler.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/AnnotatedString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Cache/Cache.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Cache/OrderedSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/DiagnosticError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerError.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerErrorHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/WhiteSpaceConsumer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ExpressionMatch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/EitherParserBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/ParserBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialEmptyParserResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialParserResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialResult.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/AnyParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/Associativity.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/MemberOfBinaryOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BooleanLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/DoubleLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/IntLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/StringEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/SwiftEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Maybe.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+annotate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+ignoreOutput.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+kind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+map+location.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+map.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+optimize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+preventRecursion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+repeatUntil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+separated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Repeat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Annotated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/AnnotatedUntil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Either.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Group.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Leaf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Recursive.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/TupleParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/EmptyParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/RegularExpression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/String+Parser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Token.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Word.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/neverBody.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/InternalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/MemoizationKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/MemoizationStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Memoized.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Node.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Parser+internalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Scanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/ScannerState.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Stack.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/StandardScanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/String+casing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Parser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ParserOption.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ScannerErrorHandler.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ScannerErrorHandler.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ScannerErrorHandler.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ScannerErrorHandler.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/AnyParser.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/AnyParser.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/AnyParser.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/AnyParser.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Syntax_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ScannerErrorHandler.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/AnyParser.o -index-unit-output-path /Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ScannerErrorHandler.o -index-unit-output-path /Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/AnyParser.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/AnyParser.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/AnnotatedString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Cache/Cache.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Cache/OrderedSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/DiagnosticError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerError.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerErrorHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/WhiteSpaceConsumer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ExpressionMatch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/EitherParserBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/ParserBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialEmptyParserResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialParserResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialResult.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/AnyParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/Associativity.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/MemberOfBinaryOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BooleanLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/DoubleLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/IntLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/StringEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/SwiftEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Maybe.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+annotate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+ignoreOutput.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+kind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+map+location.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+map.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+optimize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+preventRecursion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+repeatUntil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+separated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Repeat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Annotated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/AnnotatedUntil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Either.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Group.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Leaf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Recursive.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/TupleParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/EmptyParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/RegularExpression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/String+Parser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Token.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Word.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/neverBody.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/InternalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/MemoizationKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/MemoizationStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Memoized.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Node.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Parser+internalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Scanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/ScannerState.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Stack.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/StandardScanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/String+casing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Parser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ParserOption.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ScannerErrorHandler.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ScannerErrorHandler.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ScannerErrorHandler.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ScannerErrorHandler.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/AnyParser.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/AnyParser.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/AnyParser.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/AnyParser.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Syntax_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ScannerErrorHandler.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/AnyParser.o -index-unit-output-path /Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ScannerErrorHandler.o -index-unit-output-path /Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/AnyParser.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling Either.swift, Group.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64 Compiling\ Parser.swift,\ ParserOption.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Parser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ParserOption.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/AnnotatedString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Cache/Cache.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Cache/OrderedSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/DiagnosticError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerErrorHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/WhiteSpaceConsumer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ExpressionMatch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/EitherParserBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/ParserBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialEmptyParserResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialParserResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/AnyParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/Associativity.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/MemberOfBinaryOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BooleanLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/DoubleLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/IntLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/StringEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/SwiftEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Maybe.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+annotate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+ignoreOutput.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+kind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+map+location.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+map.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+optimize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+preventRecursion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+repeatUntil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+separated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Repeat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Annotated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/AnnotatedUntil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Either.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Group.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Leaf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Recursive.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/TupleParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/EmptyParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/RegularExpression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/String+Parser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Token.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Word.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/neverBody.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/InternalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/MemoizationKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/MemoizationStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Memoized.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Node.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Parser+internalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Scanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/ScannerState.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Stack.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/StandardScanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/String+casing.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Parser.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ParserOption.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ParserOption.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ParserOption.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ParserOption.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ParserOption.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Syntax_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ParserOption.o -index-unit-output-path /Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser.o -index-unit-output-path /Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ParserOption.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Parser.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/AnnotatedString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Cache/Cache.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Cache/OrderedSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/DiagnosticError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerErrorHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/WhiteSpaceConsumer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ExpressionMatch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/EitherParserBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/ParserBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialEmptyParserResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialParserResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/AnyParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/Associativity.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/MemberOfBinaryOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BooleanLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/DoubleLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/IntLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/StringEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/SwiftEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Maybe.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+annotate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+ignoreOutput.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+kind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+map+location.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+map.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+optimize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+preventRecursion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+repeatUntil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+separated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Repeat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Annotated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/AnnotatedUntil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Either.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Group.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Leaf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Recursive.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/TupleParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/EmptyParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/RegularExpression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/String+Parser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Token.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Word.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/neverBody.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/InternalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/MemoizationKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/MemoizationStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Memoized.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Node.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Parser+internalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Scanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/ScannerState.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Stack.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/StandardScanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/String+casing.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Parser.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ParserOption.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ParserOption.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ParserOption.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ParserOption.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ParserOption.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Syntax_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ParserOption.o -index-unit-output-path /Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser.o -index-unit-output-path /Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ParserOption.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ParserOption.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/AnnotatedString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Cache/Cache.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Cache/OrderedSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/DiagnosticError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerErrorHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/WhiteSpaceConsumer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ExpressionMatch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/EitherParserBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/ParserBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialEmptyParserResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialParserResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/AnyParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/Associativity.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/MemberOfBinaryOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BooleanLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/DoubleLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/IntLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/StringEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/SwiftEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Maybe.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+annotate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+ignoreOutput.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+kind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+map+location.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+map.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+optimize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+preventRecursion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+repeatUntil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+separated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Repeat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Annotated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/AnnotatedUntil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Either.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Group.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Leaf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Recursive.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/TupleParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/EmptyParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/RegularExpression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/String+Parser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Token.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Word.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/neverBody.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/InternalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/MemoizationKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/MemoizationStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Memoized.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Node.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Parser+internalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Scanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/ScannerState.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Stack.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/StandardScanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/String+casing.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Parser.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ParserOption.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ParserOption.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ParserOption.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ParserOption.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ParserOption.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Syntax_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ParserOption.o -index-unit-output-path /Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser.o -index-unit-output-path /Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/ParserOption.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ BinaryOperationParser.swift,\ Parser+annotate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+annotate.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/AnnotatedString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Cache/Cache.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Cache/OrderedSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/DiagnosticError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerErrorHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/WhiteSpaceConsumer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ExpressionMatch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/EitherParserBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/ParserBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialEmptyParserResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialParserResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/AnyParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/Associativity.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperation.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/MemberOfBinaryOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BooleanLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/DoubleLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/IntLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/StringEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/SwiftEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Maybe.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+annotate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+ignoreOutput.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+kind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+map+location.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+map.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+optimize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+preventRecursion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+repeatUntil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+separated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Repeat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Annotated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/AnnotatedUntil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Either.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Group.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Leaf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Recursive.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/TupleParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/EmptyParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/RegularExpression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/String+Parser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Token.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Word.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/neverBody.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/InternalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/MemoizationKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/MemoizationStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Memoized.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Node.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Parser+internalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Scanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/ScannerState.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Stack.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/StandardScanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/String+casing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Parser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ParserOption.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/BinaryOperationParser.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/BinaryOperationParser.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/BinaryOperationParser.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/BinaryOperationParser.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+annotate.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+annotate.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+annotate.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+annotate.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Syntax_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/BinaryOperationParser.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+annotate.o -index-unit-output-path /Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/BinaryOperationParser.o -index-unit-output-path /Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+annotate.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParser.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/AnnotatedString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Cache/Cache.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Cache/OrderedSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/DiagnosticError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerErrorHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/WhiteSpaceConsumer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ExpressionMatch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/EitherParserBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/ParserBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialEmptyParserResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialParserResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/AnyParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/Associativity.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperation.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/MemberOfBinaryOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BooleanLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/DoubleLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/IntLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/StringEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/SwiftEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Maybe.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+annotate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+ignoreOutput.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+kind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+map+location.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+map.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+optimize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+preventRecursion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+repeatUntil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+separated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Repeat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Annotated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/AnnotatedUntil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Either.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Group.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Leaf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Recursive.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/TupleParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/EmptyParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/RegularExpression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/String+Parser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Token.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Word.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/neverBody.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/InternalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/MemoizationKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/MemoizationStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Memoized.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Node.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Parser+internalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Scanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/ScannerState.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Stack.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/StandardScanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/String+casing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Parser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ParserOption.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/BinaryOperationParser.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/BinaryOperationParser.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/BinaryOperationParser.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/BinaryOperationParser.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+annotate.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+annotate.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+annotate.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+annotate.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Syntax_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/BinaryOperationParser.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+annotate.o -index-unit-output-path /Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/BinaryOperationParser.o -index-unit-output-path /Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+annotate.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+annotate.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/AnnotatedString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Cache/Cache.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Cache/OrderedSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/DiagnosticError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerErrorHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/WhiteSpaceConsumer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ExpressionMatch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/EitherParserBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/ParserBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialEmptyParserResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialParserResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/AnyParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/Associativity.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperation.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/MemberOfBinaryOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BooleanLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/DoubleLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/IntLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/StringEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/SwiftEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Maybe.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+annotate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+ignoreOutput.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+kind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+map+location.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+map.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+optimize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+preventRecursion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+repeatUntil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+separated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Repeat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Annotated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/AnnotatedUntil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Either.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Group.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Leaf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Recursive.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/TupleParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/EmptyParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/RegularExpression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/String+Parser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Token.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Word.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/neverBody.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/InternalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/MemoizationKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/MemoizationStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Memoized.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Node.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Parser+internalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Scanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/ScannerState.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Stack.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/StandardScanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/String+casing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Parser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ParserOption.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/BinaryOperationParser.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/BinaryOperationParser.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/BinaryOperationParser.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/BinaryOperationParser.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+annotate.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+annotate.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+annotate.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+annotate.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Syntax_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/BinaryOperationParser.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+annotate.o -index-unit-output-path /Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/BinaryOperationParser.o -index-unit-output-path /Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+annotate.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling Parser+map+location.swift, Parser+map.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64 Compiling\ Parser+optimize.swift,\ RegularExpression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+optimize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/RegularExpression.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/AnnotatedString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Cache/Cache.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Cache/OrderedSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/DiagnosticError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerErrorHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/WhiteSpaceConsumer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ExpressionMatch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/EitherParserBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/ParserBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialEmptyParserResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialParserResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/AnyParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/Associativity.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/MemberOfBinaryOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BooleanLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/DoubleLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/IntLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/StringEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/SwiftEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Maybe.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+annotate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+ignoreOutput.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+kind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+map+location.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+map.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+optimize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+preventRecursion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+repeatUntil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+separated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Repeat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Annotated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/AnnotatedUntil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Either.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Group.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Leaf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Recursive.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/TupleParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/EmptyParser.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/RegularExpression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/String+Parser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Token.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Word.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/neverBody.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/InternalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/MemoizationKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/MemoizationStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Memoized.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Node.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Parser+internalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Scanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/ScannerState.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Stack.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/StandardScanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/String+casing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Parser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ParserOption.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+optimize.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+optimize.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+optimize.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+optimize.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/RegularExpression.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/RegularExpression.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/RegularExpression.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/RegularExpression.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Syntax_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+optimize.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/RegularExpression.o -index-unit-output-path /Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+optimize.o -index-unit-output-path /Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/RegularExpression.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+optimize.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/AnnotatedString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Cache/Cache.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Cache/OrderedSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/DiagnosticError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerErrorHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/WhiteSpaceConsumer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ExpressionMatch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/EitherParserBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/ParserBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialEmptyParserResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialParserResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/AnyParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/Associativity.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/MemberOfBinaryOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BooleanLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/DoubleLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/IntLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/StringEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/SwiftEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Maybe.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+annotate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+ignoreOutput.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+kind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+map+location.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+map.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+optimize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+preventRecursion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+repeatUntil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+separated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Repeat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Annotated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/AnnotatedUntil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Either.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Group.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Leaf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Recursive.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/TupleParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/EmptyParser.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/RegularExpression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/String+Parser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Token.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Word.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/neverBody.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/InternalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/MemoizationKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/MemoizationStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Memoized.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Node.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Parser+internalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Scanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/ScannerState.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Stack.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/StandardScanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/String+casing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Parser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ParserOption.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+optimize.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+optimize.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+optimize.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+optimize.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/RegularExpression.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/RegularExpression.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/RegularExpression.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/RegularExpression.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Syntax_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+optimize.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/RegularExpression.o -index-unit-output-path /Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+optimize.o -index-unit-output-path /Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/RegularExpression.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/RegularExpression.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/AnnotatedString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Cache/Cache.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Cache/OrderedSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/DiagnosticError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerErrorHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/WhiteSpaceConsumer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ExpressionMatch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/EitherParserBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/ParserBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialEmptyParserResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialParserResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/AnyParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/Associativity.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/MemberOfBinaryOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BooleanLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/DoubleLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/IntLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/StringEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/SwiftEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Maybe.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+annotate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+ignoreOutput.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+kind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+map+location.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+map.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+optimize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+preventRecursion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+repeatUntil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+separated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Repeat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Annotated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/AnnotatedUntil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Either.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Group.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Leaf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Recursive.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/TupleParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/EmptyParser.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/RegularExpression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/String+Parser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Token.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Word.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/neverBody.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/InternalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/MemoizationKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/MemoizationStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Memoized.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Node.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Parser+internalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Scanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/ScannerState.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Stack.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/StandardScanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/String+casing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Parser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ParserOption.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+optimize.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+optimize.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+optimize.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+optimize.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/RegularExpression.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/RegularExpression.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/RegularExpression.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/RegularExpression.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Syntax_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+optimize.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/RegularExpression.o -index-unit-output-path /Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+optimize.o -index-unit-output-path /Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/RegularExpression.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling ScannerErrorHandler.swift, AnyParser.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64 Compiling\ Parser+internalParser.swift,\ Scanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Parser+internalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Scanner.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/AnnotatedString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Cache/Cache.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Cache/OrderedSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/DiagnosticError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerErrorHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/WhiteSpaceConsumer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ExpressionMatch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/EitherParserBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/ParserBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialEmptyParserResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialParserResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/FunctionBuilder/PartialResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/AnyParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/Associativity.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BinaryOperation/MemberOfBinaryOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/BooleanLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/DoubleLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/IntLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/StringEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/SwiftEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Maybe.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+annotate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+ignoreOutput.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+kind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+map+location.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+map.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+optimize.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+preventRecursion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+repeatUntil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+separated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Repeat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Annotated.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/AnnotatedUntil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Either.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Group.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Leaf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/Recursive.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Structure/TupleParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/EmptyParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/RegularExpression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/String+Parser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Token.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Word.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/neverBody.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/InternalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/MemoizationKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/MemoizationStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Memoized.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Node.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Parser+internalParser.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Scanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/ScannerState.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Stack.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/StandardScanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/String+casing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Parser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/ParserOption.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+internalParser.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+internalParser.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+internalParser.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+internalParser.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Scanner.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Scanner.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Scanner.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Scanner.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Syntax_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+internalParser.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Scanner.o -index-unit-output-path /Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Parser+internalParser.o -index-unit-output-path /Syntax.build/Debug-xros/Syntax.build/Objects-normal/arm64/Scanner.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GraphQLSyntax/GraphQL+Parser.swift (in target 'GraphQLSyntax' from project 'graphql-syntax')
	SwiftCompile normal arm64 Compiling\ GraphQL+Parser.swift /Users/admin/builder/spi-builder-workspace/Sources/GraphQLSyntax/GraphQL+Parser.swift (in target 'GraphQLSyntax' from project 'graphql-syntax')
	SwiftCompile normal arm64 Compiling\ Parser+internalParser.swift,\ Scanner.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Parser+internalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Scanner.swift (in target 'Syntax' from project 'Syntax')
	Building workspace spi-builder-workspace with scheme graphql-syntax
(4 failures)
BUILD FAILURE 6.0 visionOS