Build Information
Failed to build graphql-syntax, reference 0.1.3 (76fee6
), with Swift 6.0 for tvOS using Xcode 16.0 on 1 Nov 2024 20:03:42 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=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/neverBody.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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Word.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/neverBody.swift -primary-file /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 -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/supplementaryOutputs-8 -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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-appletvos/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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/Syntax.build/Objects-normal/arm64/Word.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/neverBody.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/InternalParser.o -index-unit-output-path /Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Word.o -index-unit-output-path /Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/neverBody.o -index-unit-output-path /Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/InternalParser.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/Internals/InternalParser.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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Tokens/Word.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/neverBody.swift -primary-file /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 -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/supplementaryOutputs-8 -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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-appletvos/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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/Syntax.build/Objects-normal/arm64/Word.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/neverBody.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/InternalParser.o -index-unit-output-path /Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Word.o -index-unit-output-path /Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/neverBody.o -index-unit-output-path /Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/InternalParser.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Parser+preventRecursion.swift,\ Parser+repeatUntil.swift,\ Parser+separated.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 (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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+preventRecursion.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+repeatUntil.swift -primary-file /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 -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/supplementaryOutputs-3 -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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-appletvos/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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/Syntax.build/Objects-normal/arm64/Parser+preventRecursion.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+repeatUntil.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+separated.o -index-unit-output-path /Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+preventRecursion.o -index-unit-output-path /Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+repeatUntil.o -index-unit-output-path /Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+separated.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+preventRecursion.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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+preventRecursion.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+repeatUntil.swift -primary-file /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 -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/supplementaryOutputs-3 -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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-appletvos/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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/Syntax.build/Objects-normal/arm64/Parser+preventRecursion.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+repeatUntil.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+separated.o -index-unit-output-path /Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+preventRecursion.o -index-unit-output-path /Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+repeatUntil.o -index-unit-output-path /Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+separated.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+repeatUntil.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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+preventRecursion.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+repeatUntil.swift -primary-file /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 -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/supplementaryOutputs-3 -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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-appletvos/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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/Syntax.build/Objects-normal/arm64/Parser+preventRecursion.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+repeatUntil.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+separated.o -index-unit-output-path /Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+preventRecursion.o -index-unit-output-path /Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+repeatUntil.o -index-unit-output-path /Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+separated.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+separated.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 -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+preventRecursion.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Modifications/Parser+repeatUntil.swift -primary-file /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 -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/supplementaryOutputs-3 -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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-appletvos/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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/Syntax.build/Objects-normal/arm64/Parser+preventRecursion.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+repeatUntil.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+separated.o -index-unit-output-path /Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+preventRecursion.o -index-unit-output-path /Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+repeatUntil.o -index-unit-output-path /Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+separated.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling PartialEmptyParserResult.swift, PartialParserResult.swift, PartialResult.swift (in target 'Syntax' from project 'Syntax')
SwiftDriverJobDiscovery normal arm64 Compiling Word.swift, neverBody.swift, InternalParser.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64 Compiling\ StringLiteral.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.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 -primary-file /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-appletvos/Syntax.build/Objects-normal/arm64/StringLiteral.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/StringLiteral.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/StringLiteral.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/StringLiteral.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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-appletvos/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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/Syntax.build/Objects-normal/arm64/StringLiteral.o -index-unit-output-path /Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/StringLiteral.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/StringLiterals/StringLiteral.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 -primary-file /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-appletvos/Syntax.build/Objects-normal/arm64/StringLiteral.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/StringLiteral.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/StringLiteral.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/StringLiteral.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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-appletvos/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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/Syntax.build/Objects-normal/arm64/StringLiteral.o -index-unit-output-path /Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/StringLiteral.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Parser+optimize.swift /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
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 /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-appletvos/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-appletvos/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-appletvos/Syntax.build/Objects-normal/arm64/Parser+optimize.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+optimize.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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-appletvos/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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/Syntax.build/Objects-normal/arm64/Parser+optimize.o -index-unit-output-path /Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+optimize.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 /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-appletvos/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-appletvos/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-appletvos/Syntax.build/Objects-normal/arm64/Parser+optimize.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+optimize.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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-appletvos/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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/Syntax.build/Objects-normal/arm64/Parser+optimize.o -index-unit-output-path /Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+optimize.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, Leaf.swift (in target 'Syntax' from project 'Syntax')
SwiftDriverJobDiscovery normal arm64 Compiling Parser+preventRecursion.swift, Parser+repeatUntil.swift, Parser+separated.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64 Compiling\ Parser+internalParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Parser+internalParser.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 /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-appletvos/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-appletvos/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-appletvos/Syntax.build/Objects-normal/arm64/Parser+internalParser.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+internalParser.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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-appletvos/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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/Syntax.build/Objects-normal/arm64/Parser+internalParser.o -index-unit-output-path /Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+internalParser.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/Internals/Parser+internalParser.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 -primary-file /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-appletvos/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-appletvos/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-appletvos/Syntax.build/Objects-normal/arm64/Parser+internalParser.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+internalParser.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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-appletvos/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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/Syntax.build/Objects-normal/arm64/Parser+internalParser.o -index-unit-output-path /Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Parser+internalParser.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling Parser+optimize.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64 Compiling\ Memoized.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Internals/Memoized.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 -primary-file /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-appletvos/Syntax.build/Objects-normal/arm64/Memoized.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Memoized.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Memoized.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Memoized.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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-appletvos/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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/Syntax.build/Objects-normal/arm64/Memoized.o -index-unit-output-path /Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/Memoized.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ ScannerError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerError.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 -primary-file /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 /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-appletvos/Syntax.build/Objects-normal/arm64/ScannerError.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/ScannerError.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/ScannerError.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/ScannerError.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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-appletvos/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/appletvos18.1-22J572-e7fdd8cf9ffd4d4af20823079b51a726.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-appletvos/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name appletvos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/Syntax.build/Objects-normal/arm64/ScannerError.o -index-unit-output-path /Syntax.build/Debug-appletvos/Syntax.build/Objects-normal/arm64/ScannerError.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\ ScannerError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Syntax/Sources/Syntax/Errors/ScannerError.swift (in target 'Syntax' from project 'Syntax')
Building workspace spi-builder-workspace with scheme graphql-syntax
(4 failures)
BUILD FAILURE 6.0 tvOS