The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Syntax, reference 2.0.0 (602cfa), with Swift 6.1 for watchOS using Xcode 16.3 on 27 Apr 2025 01:24:01 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Syntax -destination generic/platform=watchOS

Build Log

    public static let kind: Kind? = nil
                      ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/Kind.swift:4:15: note: struct 'Kind' does not conform to the 'Sendable' protocol
public struct Kind: RawRepresentable, Encodable, Equatable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/String+Parser.swift:3:12: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SyntaxTree'
@_exported import SyntaxTree
           ^
           @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/String+Parser.swift:6:23: note: add '@MainActor' to make static property 'kind' part of global actor 'MainActor'
    public static let kind: Kind? = nil
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/String+Parser.swift:6:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let kind: Kind? = nil
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/Token.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/Token.swift:37:23: warning: static property 'tokenMatch' is not concurrency-safe because non-'Sendable' type 'Kind' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let tokenMatch: Kind = "token.match"
                      ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/Kind.swift:4:15: note: struct 'Kind' does not conform to the 'Sendable' protocol
public struct Kind: RawRepresentable, Encodable, Equatable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/Token.swift:3:12: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SyntaxTree'
@_exported import SyntaxTree
           ^
           @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/Token.swift:37:23: note: add '@MainActor' to make static property 'tokenMatch' part of global actor 'MainActor'
    public static let tokenMatch: Kind = "token.match"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/Token.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let tokenMatch: Kind = "token.match"
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/Word.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/Word.swift:38:23: warning: static property 'wordMatch' is not concurrency-safe because non-'Sendable' type 'Kind' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let wordMatch: Kind = "word.match"
                      ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/Kind.swift:4:15: note: struct 'Kind' does not conform to the 'Sendable' protocol
public struct Kind: RawRepresentable, Encodable, Equatable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/Word.swift:3:12: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SyntaxTree'
@_exported import SyntaxTree
           ^
           @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/Word.swift:38:23: note: add '@MainActor' to make static property 'wordMatch' part of global actor 'MainActor'
    public static let wordMatch: Kind = "word.match"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/Word.swift:38:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let wordMatch: Kind = "word.match"
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/neverBody.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftDriverJobDiscovery normal arm64 Compiling MemoizationStorage.swift, Memoized.swift, Node.swift, Parser+internalParser.swift, Scanner.swift, ScannerState.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64 Compiling\ ScannerErrorHandler.swift,\ WhiteSpaceConsumer.swift,\ ExpressionMatch.swift,\ EitherParserBuilder.swift,\ ParserBuilder.swift,\ PartialEmptyParserResult.swift,\ PartialParserResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ScannerErrorHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/WhiteSpaceConsumer.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/ExpressionMatch.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/EitherParserBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/ParserBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/PartialEmptyParserResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/PartialParserResult.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ScannerErrorHandler.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling Either.swift, Group.swift, Leaf.swift, Recursive.swift, TupleParser.swift, EmptyParser.swift, RegexBuilder+support.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal armv7k Compiling\ AnnotatedString.swift,\ Cache.swift,\ OrderedSet.swift,\ AnnotatedError.swift,\ DiagnosticError.swift,\ ParserError.swift,\ ScannerError.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/AnnotatedString.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Cache/Cache.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Cache/OrderedSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/AnnotatedError.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/DiagnosticError.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ParserError.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ScannerError.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/AnnotatedString.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Cache/Cache.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Cache/OrderedSet.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/AnnotatedError.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/AnnotatedError.swift:6:16: warning: stored property 'range' of 'Sendable'-conforming struct 'AnnotatedError' has non-sendable type 'Range<Location>'; this is an error in the Swift 6 language mode
    public let range: Range<Location>
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/Location.swift:3:15: note: struct 'Location' does not conform to the 'Sendable' protocol
public struct Location: Comparable, Encodable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/AnnotatedError.swift:3:12: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SyntaxTree'
@_exported import SyntaxTree
           ^
           @preconcurrency
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/DiagnosticError.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ParserError.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ScannerError.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ScannerError.swift:20:16: warning: stored property 'location' of 'Sendable'-conforming struct 'ScannerError' has non-sendable type 'Location'; this is an error in the Swift 6 language mode
    public let location: Location
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/Location.swift:3:15: note: struct 'Location' does not conform to the 'Sendable' protocol
public struct Location: Comparable, Encodable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ScannerError.swift:3:12: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SyntaxTree'
@_exported import SyntaxTree
           ^
           @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ScannerError.swift:21:16: warning: stored property 'reason' of 'Sendable'-conforming struct 'ScannerError' has non-sendable type 'ScannerError.Reason'; this is an error in the Swift 6 language mode
    public let reason: Reason
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ScannerError.swift:6:17: note: consider making enum 'Reason' conform to the 'Sendable' protocol
    public enum Reason {
                ^
                       : Sendable
SwiftDriverJobDiscovery normal arm64_32 Compiling Either.swift, Group.swift, Leaf.swift, Recursive.swift, TupleParser.swift, EmptyParser.swift, RegexBuilder+support.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64_32 Compiling\ AnnotatedString.swift,\ Cache.swift,\ OrderedSet.swift,\ AnnotatedError.swift,\ DiagnosticError.swift,\ ParserError.swift,\ ScannerError.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/AnnotatedString.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Cache/Cache.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Cache/OrderedSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/AnnotatedError.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/DiagnosticError.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ParserError.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ScannerError.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/AnnotatedString.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Cache/Cache.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Cache/OrderedSet.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/AnnotatedError.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/AnnotatedError.swift:6:16: warning: stored property 'range' of 'Sendable'-conforming struct 'AnnotatedError' has non-sendable type 'Range<Location>'; this is an error in the Swift 6 language mode
    public let range: Range<Location>
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/Location.swift:3:15: note: struct 'Location' does not conform to the 'Sendable' protocol
public struct Location: Comparable, Encodable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/AnnotatedError.swift:3:12: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SyntaxTree'
@_exported import SyntaxTree
           ^
           @preconcurrency
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/DiagnosticError.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ParserError.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ScannerError.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ScannerError.swift:20:16: warning: stored property 'location' of 'Sendable'-conforming struct 'ScannerError' has non-sendable type 'Location'; this is an error in the Swift 6 language mode
    public let location: Location
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/Location.swift:3:15: note: struct 'Location' does not conform to the 'Sendable' protocol
public struct Location: Comparable, Encodable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ScannerError.swift:3:12: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SyntaxTree'
@_exported import SyntaxTree
           ^
           @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ScannerError.swift:21:16: warning: stored property 'reason' of 'Sendable'-conforming struct 'ScannerError' has non-sendable type 'ScannerError.Reason'; this is an error in the Swift 6 language mode
    public let reason: Reason
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ScannerError.swift:6:17: note: consider making enum 'Reason' conform to the 'Sendable' protocol
    public enum Reason {
                ^
                       : Sendable
SwiftDriverJobDiscovery normal arm64 Compiling RegularExpression.swift, String+Parser.swift, Token.swift, Word.swift, neverBody.swift, InternalParser.swift, MemoizationKey.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64_32 Compiling\ Parser+optimize.swift,\ Parser+preventRecursion.swift,\ Parser+repeatUntil.swift,\ Parser+separated.swift,\ Repeat.swift,\ Annotated.swift,\ AnnotatedUntil.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+optimize.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+preventRecursion.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+repeatUntil.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+separated.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Repeat.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Annotated.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/AnnotatedUntil.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+optimize.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+preventRecursion.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+repeatUntil.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+separated.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Repeat.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Annotated.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/AnnotatedUntil.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling AnnotatedString.swift, Cache.swift, OrderedSet.swift, AnnotatedError.swift, DiagnosticError.swift, ParserError.swift, ScannerError.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64_32 Compiling\ Stack.swift,\ StandardScanner.swift,\ String+casing.swift,\ Located.swift,\ Parser.swift,\ ParserOption.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/Stack.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/StandardScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/String+casing.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Located.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Parser.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/ParserOption.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/Stack.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/StandardScanner.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/String+casing.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Located.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Parser.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/ParserOption.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Emitting module for Syntax (in target 'Syntax' from project 'Syntax')
SwiftDriver\ Compilation\ Requirements Syntax normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Syntax -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/Syntax.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/Syntax-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/Syntax.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/Syntax_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/Syntax-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling AnnotatedString.swift, Cache.swift, OrderedSet.swift, AnnotatedError.swift, DiagnosticError.swift, ParserError.swift, ScannerError.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal armv7k Compiling\ RegularExpression.swift,\ String+Parser.swift,\ Token.swift,\ Word.swift,\ neverBody.swift,\ InternalParser.swift,\ MemoizationKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/RegularExpression.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/String+Parser.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/Token.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/Word.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/neverBody.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/InternalParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/MemoizationKey.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/RegularExpression.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/String+Parser.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/Token.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/Word.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/neverBody.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/InternalParser.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/MemoizationKey.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Syntax.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/Syntax.swiftmodule (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/Syntax.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Syntax.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal arm64_32 Emitting module for Syntax (in target 'Syntax' from project 'Syntax')
SwiftDriver\ Compilation\ Requirements Syntax normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Syntax -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/arm64_32/Syntax.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/arm64_32/Syntax-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/arm64_32/Syntax.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/arm64_32/Syntax_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/arm64_32/Syntax-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Syntax.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/Syntax.swiftdoc (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/Syntax.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Syntax.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Syntax.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/Syntax.abi.json (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/Syntax.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Syntax.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Syntax.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/arm64_32/Syntax.swiftmodule (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/arm64_32/Syntax.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Syntax.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Syntax.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/arm64_32/Syntax.swiftdoc (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/arm64_32/Syntax.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Syntax.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Syntax.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/arm64_32/Syntax.abi.json (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/arm64_32/Syntax.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Syntax.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Syntax.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/Syntax.swiftsourceinfo (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/Syntax.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Syntax.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Syntax.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/arm64_32/Syntax.swiftsourceinfo (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/arm64_32/Syntax.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Syntax.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ PartialResult.swift,\ AnyParser.swift,\ Associativity.swift,\ BinaryOperation.swift,\ BinaryOperationParser.swift,\ BinaryOperationParserError.swift,\ BinaryOperator.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/PartialResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/AnyParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/Associativity.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperation.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParserError.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperator.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/PartialResult.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/AnyParser.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/Associativity.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperation.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParser.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParserError.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperator.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ SwiftEscapeStrategy.swift,\ Maybe.swift,\ Parser+annotate.swift,\ Parser+ignoreOutput.swift,\ Parser+kind.swift,\ Parser+map+location.swift,\ Parser+map.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/SwiftEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Maybe.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+annotate.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+ignoreOutput.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+kind.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+map+location.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+map.swift (in target 'Syntax' from project 'Syntax')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal armv7k Compiling\ MemberOfBinaryOperation.swift,\ BooleanLiteral.swift,\ DoubleLiteral.swift,\ IntLiteral.swift,\ JavaScriptEscapeStrategy.swift,\ StringEscapeStrategy.swift,\ StringLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/MemberOfBinaryOperation.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BooleanLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/DoubleLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/IntLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/JavaScriptEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/StringEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.swift (in target 'Syntax' from project 'Syntax')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.swift (in target 'Syntax' from project 'Syntax')
	SwiftCompile normal arm64_32 Compiling\ SwiftEscapeStrategy.swift,\ Maybe.swift,\ Parser+annotate.swift,\ Parser+ignoreOutput.swift,\ Parser+kind.swift,\ Parser+map+location.swift,\ Parser+map.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/SwiftEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Maybe.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+annotate.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+ignoreOutput.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+kind.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+map+location.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+map.swift (in target 'Syntax' from project 'Syntax')
	Building workspace spi-builder-workspace with scheme Syntax
(4 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  Syntax: /Users/admin/builder/spi-builder-workspace
  SyntaxTree: https://github.com/nerdsupremacist/SyntaxTree.git @ 0.1.0
resolved source packages: Syntax, SyntaxTree
{
  "dependencies" : [
    {
      "identity" : "syntaxtree",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerdsupremacist/SyntaxTree.git"
    }
  ],
  "manifest_display_name" : "Syntax",
  "name" : "Syntax",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Syntax",
      "targets" : [
        "Syntax"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SyntaxTests",
      "module_type" : "SwiftTarget",
      "name" : "SyntaxTests",
      "path" : "Tests/SyntaxTests",
      "sources" : [
        "Expression/Expression+Operator.swift",
        "Expression/Expression.swift",
        "Expression/ExpressionParser.swift",
        "ExpressionSyntaxTests.swift",
        "HTML/HTMLNode.swift",
        "HTML/HTMLNodeParser.swift",
        "HTMLSyntaxTests.swift",
        "JSON/JSON.swift",
        "JSON/JSONParser.swift",
        "JSONSyntaxTests.swift"
      ],
      "target_dependencies" : [
        "Syntax"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Syntax",
      "module_type" : "SwiftTarget",
      "name" : "Syntax",
      "path" : "Sources/Syntax",
      "product_dependencies" : [
        "SyntaxTree"
      ],
      "product_memberships" : [
        "Syntax"
      ],
      "sources" : [
        "AnnotatedString.swift",
        "Cache/Cache.swift",
        "Cache/OrderedSet.swift",
        "Errors/AnnotatedError.swift",
        "Errors/DiagnosticError.swift",
        "Errors/ParserError.swift",
        "Errors/ScannerError.swift",
        "Errors/ScannerErrorHandler.swift",
        "Errors/WhiteSpaceConsumer.swift",
        "ExpressionMatch.swift",
        "FunctionBuilder/EitherParserBuilder.swift",
        "FunctionBuilder/ParserBuilder.swift",
        "FunctionBuilder/PartialEmptyParserResult.swift",
        "FunctionBuilder/PartialParserResult.swift",
        "FunctionBuilder/PartialResult.swift",
        "Implementations/AnyParser.swift",
        "Implementations/Common/BinaryOperation/Associativity.swift",
        "Implementations/Common/BinaryOperation/BinaryOperation.swift",
        "Implementations/Common/BinaryOperation/BinaryOperationParser.swift",
        "Implementations/Common/BinaryOperation/BinaryOperationParserError.swift",
        "Implementations/Common/BinaryOperation/BinaryOperator.swift",
        "Implementations/Common/BinaryOperation/MemberOfBinaryOperation.swift",
        "Implementations/Common/BooleanLiteral.swift",
        "Implementations/Common/DoubleLiteral.swift",
        "Implementations/Common/IntLiteral.swift",
        "Implementations/Common/StringLiterals/JavaScriptEscapeStrategy.swift",
        "Implementations/Common/StringLiterals/StringEscapeStrategy.swift",
        "Implementations/Common/StringLiterals/StringLiteral.swift",
        "Implementations/Common/StringLiterals/SwiftEscapeStrategy.swift",
        "Implementations/Modifications/Maybe.swift",
        "Implementations/Modifications/Parser+annotate.swift",
        "Implementations/Modifications/Parser+ignoreOutput.swift",
        "Implementations/Modifications/Parser+kind.swift",
        "Implementations/Modifications/Parser+map+location.swift",
        "Implementations/Modifications/Parser+map.swift",
        "Implementations/Modifications/Parser+optimize.swift",
        "Implementations/Modifications/Parser+preventRecursion.swift",
        "Implementations/Modifications/Parser+repeatUntil.swift",
        "Implementations/Modifications/Parser+separated.swift",
        "Implementations/Modifications/Repeat.swift",
        "Implementations/Structure/Annotated.swift",
        "Implementations/Structure/AnnotatedUntil.swift",
        "Implementations/Structure/Either.swift",
        "Implementations/Structure/Group.swift",
        "Implementations/Structure/Leaf.swift",
        "Implementations/Structure/Recursive.swift",
        "Implementations/Structure/TupleParser.swift",
        "Implementations/Tokens/EmptyParser.swift",
        "Implementations/Tokens/RegexBuilder+support.swift",
        "Implementations/Tokens/RegularExpression.swift",
        "Implementations/Tokens/String+Parser.swift",
        "Implementations/Tokens/Token.swift",
        "Implementations/Tokens/Word.swift",
        "Implementations/neverBody.swift",
        "Internals/InternalParser.swift",
        "Internals/MemoizationKey.swift",
        "Internals/MemoizationStorage.swift",
        "Internals/Memoized.swift",
        "Internals/Node.swift",
        "Internals/Parser+internalParser.swift",
        "Internals/Scanner.swift",
        "Internals/ScannerState.swift",
        "Internals/Stack.swift",
        "Internals/StandardScanner.swift",
        "Internals/String+casing.swift",
        "Located.swift",
        "Parser.swift",
        "ParserOption.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Syntax"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Syntax -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Syntax -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  Syntax: /Users/admin/builder/spi-builder-workspace
  SyntaxTree: https://github.com/nerdsupremacist/SyntaxTree.git @ 0.1.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'Syntax' in project 'Syntax'
        ➜ Explicit dependency on target 'Syntax' in project 'Syntax'
        ➜ Explicit dependency on target 'SyntaxTree' in project 'SyntaxTree'
    Target 'Syntax' in project 'Syntax'
        ➜ Explicit dependency on target 'SyntaxTree' in project 'SyntaxTree'
    Target 'SyntaxTree' in project 'SyntaxTree'
        ➜ Explicit dependency on target 'SyntaxTree' in project 'SyntaxTree'
    Target 'SyntaxTree' in project 'SyntaxTree' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 3d6d79e0ddd92f98c5443d0188df08aa
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3d6d79e0ddd92f98c5443d0188df08aa.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
SwiftDriver SyntaxTree normal armv7k com.apple.xcode.tools.swift.compiler (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SyntaxTree -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/armv7k/SyntaxTree.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/armv7k/SyntaxTree-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/armv7k/SyntaxTree.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/armv7k/SyntaxTree_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/armv7k/SyntaxTree-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SyntaxTree normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SyntaxTree -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64_32/SyntaxTree.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64_32/SyntaxTree-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64_32/SyntaxTree.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64_32/SyntaxTree_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64_32/SyntaxTree-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SyntaxTree normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SyntaxTree -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64/SyntaxTree.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64/SyntaxTree-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64/SyntaxTree.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64/SyntaxTree_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64/SyntaxTree-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ SyntaxTree (in target 'SyntaxTree' from project 'SyntaxTree')
EmitSwiftModule normal armv7k (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ LineColumnIndex.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/LineColumnIndex.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/LineColumnIndex.swift (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ Kind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/Kind.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/Kind.swift (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ MutableSyntaxTree.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/MutableSyntaxTree.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/MutableSyntaxTree.swift (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ SyntaxTree.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/SyntaxTree.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/SyntaxTree.swift (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ SyntaxTreeFactory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/SyntaxTreeFactory.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/SyntaxTreeFactory.swift (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ Location.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/Location.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/Location.swift (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64_32 Compiling\ LineColumnIndex.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/LineColumnIndex.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/LineColumnIndex.swift (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64_32 Compiling\ Location.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/Location.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/Location.swift (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling SyntaxTreeFactory.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftCompile normal arm64_32 Compiling\ MutableSyntaxTree.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/MutableSyntaxTree.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/MutableSyntaxTree.swift (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling Kind.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftCompile normal arm64_32 Compiling\ SyntaxTreeFactory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/SyntaxTreeFactory.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/SyntaxTreeFactory.swift (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Emitting module for SyntaxTree (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftDriver\ Compilation\ Requirements SyntaxTree normal armv7k com.apple.xcode.tools.swift.compiler (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SyntaxTree -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/armv7k/SyntaxTree.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/armv7k/SyntaxTree-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/armv7k/SyntaxTree.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/armv7k/SyntaxTree_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/armv7k/SyntaxTree-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling LineColumnIndex.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftCompile normal arm64 Compiling\ MutableSyntaxTree.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/MutableSyntaxTree.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/MutableSyntaxTree.swift (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SyntaxTree.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/armv7k/SyntaxTree.swiftmodule (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/armv7k/SyntaxTree.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SyntaxTree.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal armv7k Compiling Location.swift (in target 'SyntaxTree' from project 'SyntaxTree')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SyntaxTree.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/armv7k/SyntaxTree.abi.json (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/armv7k/SyntaxTree.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SyntaxTree.swiftmodule/armv7k-apple-watchos.abi.json
SwiftCompile normal arm64 Compiling\ Location.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/Location.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/Location.swift (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Kind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/Kind.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/Kind.swift (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for SyntaxTree (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftDriver\ Compilation\ Requirements SyntaxTree normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SyntaxTree -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64/SyntaxTree.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64/SyntaxTree-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64/SyntaxTree.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64/SyntaxTree_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64/SyntaxTree-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Emitting module for SyntaxTree (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftCompile normal arm64_32 Compiling\ SyntaxTree.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/SyntaxTree.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/SyntaxTree.swift (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Kind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/Kind.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/Kind.swift (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling LineColumnIndex.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftDriver\ Compilation\ Requirements SyntaxTree normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SyntaxTree -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64_32/SyntaxTree.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64_32/SyntaxTree-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64_32/SyntaxTree.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64_32/SyntaxTree_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64_32/SyntaxTree-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling MutableSyntaxTree.swift (in target 'SyntaxTree' from project 'SyntaxTree')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SyntaxTree.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64/SyntaxTree.swiftmodule (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64/SyntaxTree.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SyntaxTree.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SyntaxTree.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64/SyntaxTree.abi.json (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64/SyntaxTree.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SyntaxTree.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SyntaxTree.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64_32/SyntaxTree.swiftmodule (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64_32/SyntaxTree.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SyntaxTree.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SyntaxTree.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64_32/SyntaxTree.abi.json (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64_32/SyntaxTree.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SyntaxTree.swiftmodule/arm64_32-apple-watchos.abi.json
SwiftCompile normal arm64 Compiling\ SyntaxTree.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/SyntaxTree.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/SyntaxTree.swift (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LineColumnIndex.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/LineColumnIndex.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/LineColumnIndex.swift (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling SyntaxTree.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftDriver Syntax normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Syntax -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/Syntax.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/Syntax-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/Syntax.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/Syntax_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/Syntax-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling SyntaxTreeFactory.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftDriver Syntax normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Syntax -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/arm64/Syntax.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/arm64/Syntax-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/arm64/Syntax.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/arm64/Syntax_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/arm64/Syntax-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling Location.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftDriver Syntax normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Syntax -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/arm64_32/Syntax.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/arm64_32/Syntax-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/arm64_32/Syntax.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/arm64_32/Syntax_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/arm64_32/Syntax-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Kind.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftDriver\ Compilation SyntaxTree normal armv7k com.apple.xcode.tools.swift.compiler (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SyntaxTree -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/armv7k/SyntaxTree.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/armv7k/SyntaxTree-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/armv7k/SyntaxTree.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/armv7k/SyntaxTree_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/armv7k/SyntaxTree-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling Kind.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftCompile normal arm64 Compiling\ SyntaxTreeFactory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/SyntaxTreeFactory.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree/Sources/SyntaxTree/SyntaxTreeFactory.swift (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Location.swift (in target 'SyntaxTree' from project 'SyntaxTree')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/armv7k/Binary/SyntaxTree.o normal armv7k (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/armv7k/SyntaxTree.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/armv7k/SyntaxTree_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/armv7k/SyntaxTree_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/armv7k/SyntaxTree.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/armv7k/Binary/SyntaxTree.o
SwiftDriverJobDiscovery normal arm64 Compiling MutableSyntaxTree.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftDriverJobDiscovery normal arm64_32 Compiling MutableSyntaxTree.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftCompile normal armv7k Compiling\ AnnotatedString.swift,\ Cache.swift,\ OrderedSet.swift,\ AnnotatedError.swift,\ DiagnosticError.swift,\ ParserError.swift,\ ScannerError.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/AnnotatedString.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Cache/Cache.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Cache/OrderedSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/AnnotatedError.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/DiagnosticError.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ParserError.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ScannerError.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/AnnotatedString.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Cache/Cache.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Cache/OrderedSet.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/AnnotatedError.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/DiagnosticError.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ParserError.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ScannerError.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ PartialResult.swift,\ AnyParser.swift,\ Associativity.swift,\ BinaryOperation.swift,\ BinaryOperationParser.swift,\ BinaryOperationParserError.swift,\ BinaryOperator.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/PartialResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/AnyParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/Associativity.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperation.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParserError.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperator.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/PartialResult.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/AnyParser.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/Associativity.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperation.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParser.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParserError.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperator.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ ScannerErrorHandler.swift,\ WhiteSpaceConsumer.swift,\ ExpressionMatch.swift,\ EitherParserBuilder.swift,\ ParserBuilder.swift,\ PartialEmptyParserResult.swift,\ PartialParserResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ScannerErrorHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/WhiteSpaceConsumer.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/ExpressionMatch.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/EitherParserBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/ParserBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/PartialEmptyParserResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/PartialParserResult.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ScannerErrorHandler.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/WhiteSpaceConsumer.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/ExpressionMatch.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/EitherParserBuilder.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/ParserBuilder.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/PartialEmptyParserResult.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/PartialParserResult.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal armv7k Compiling\ MemberOfBinaryOperation.swift,\ BooleanLiteral.swift,\ DoubleLiteral.swift,\ IntLiteral.swift,\ JavaScriptEscapeStrategy.swift,\ StringEscapeStrategy.swift,\ StringLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/MemberOfBinaryOperation.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BooleanLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/DoubleLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/IntLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/JavaScriptEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/StringEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.swift (in target 'Syntax' from project 'Syntax')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Syntax/AnnotatedString.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Cache/Cache.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Cache/OrderedSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/AnnotatedError.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/DiagnosticError.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ParserError.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ScannerError.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ScannerErrorHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/WhiteSpaceConsumer.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/ExpressionMatch.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/EitherParserBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/ParserBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/PartialEmptyParserResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/PartialParserResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/PartialResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/AnyParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/Associativity.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperation.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperationParserError.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/BinaryOperator.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/MemberOfBinaryOperation.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BooleanLiteral.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/DoubleLiteral.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/IntLiteral.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/JavaScriptEscapeStrategy.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/StringEscapeStrategy.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/SwiftEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Maybe.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+annotate.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+ignoreOutput.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+kind.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+map+location.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+map.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+optimize.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+preventRecursion.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+repeatUntil.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+separated.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Repeat.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Annotated.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/AnnotatedUntil.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Either.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Group.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Leaf.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Recursive.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/TupleParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/EmptyParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/RegexBuilder+support.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/RegularExpression.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/String+Parser.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/Token.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/Word.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/neverBody.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/InternalParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/MemoizationKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/MemoizationStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/Memoized.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/Parser+internalParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/Scanner.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/Stack.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/StandardScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/String+casing.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Located.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Parser.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/ParserOption.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/supplementaryOutputs-4 -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.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 -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/Syntax_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.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.3.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 -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Syntax -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.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-watchos/Syntax.build/Objects-normal/armv7k/MemberOfBinaryOperation.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/BooleanLiteral.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/DoubleLiteral.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/IntLiteral.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/JavaScriptEscapeStrategy.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/StringEscapeStrategy.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/StringLiteral.o -index-unit-output-path /Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/MemberOfBinaryOperation.o -index-unit-output-path /Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/BooleanLiteral.o -index-unit-output-path /Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/DoubleLiteral.o -index-unit-output-path /Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/IntLiteral.o -index-unit-output-path /Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/JavaScriptEscapeStrategy.o -index-unit-output-path /Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/StringEscapeStrategy.o -index-unit-output-path /Syntax.build/Debug-watchos/Syntax.build/Objects-normal/armv7k/StringLiteral.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/MemberOfBinaryOperation.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BooleanLiteral.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/DoubleLiteral.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/IntLiteral.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/JavaScriptEscapeStrategy.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/StringEscapeStrategy.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.swift:23:30: error: contextual closure type '(Substring, String) throws -> Substring' expects 2 arguments, but 1 was used in closure body
            annotated.string { $0 }
                             ^
SwiftEmitModule normal arm64 Emitting\ module\ for\ Syntax (in target 'Syntax' from project 'Syntax')
EmitSwiftModule normal arm64 (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling LineColumnIndex.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftCompile normal arm64 Compiling\ Either.swift,\ Group.swift,\ Leaf.swift,\ Recursive.swift,\ TupleParser.swift,\ EmptyParser.swift,\ RegexBuilder+support.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Either.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Group.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Leaf.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Recursive.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/TupleParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/EmptyParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/RegexBuilder+support.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Either.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Group.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Leaf.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Recursive.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/TupleParser.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/EmptyParser.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/RegexBuilder+support.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64_32 Compiling SyntaxTree.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftDriver\ Compilation SyntaxTree normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SyntaxTree -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64_32/SyntaxTree.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64_32/SyntaxTree-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64_32/SyntaxTree.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64_32/SyntaxTree_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64_32/SyntaxTree-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling SyntaxTreeFactory.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftCompile normal arm64_32 Compiling\ SwiftEscapeStrategy.swift,\ Maybe.swift,\ Parser+annotate.swift,\ Parser+ignoreOutput.swift,\ Parser+kind.swift,\ Parser+map+location.swift,\ Parser+map.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/SwiftEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Maybe.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+annotate.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+ignoreOutput.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+kind.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+map+location.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+map.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/SwiftEscapeStrategy.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Maybe.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+annotate.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+ignoreOutput.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+kind.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+map+location.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+map.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64_32/Binary/SyntaxTree.o normal arm64_32 (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64_32/SyntaxTree.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64_32/SyntaxTree_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64_32/SyntaxTree_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64_32/SyntaxTree.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64_32/Binary/SyntaxTree.o
SwiftDriverJobDiscovery normal arm64 Compiling SyntaxTree.swift (in target 'SyntaxTree' from project 'SyntaxTree')
SwiftDriver\ Compilation SyntaxTree normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SyntaxTree -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64/SyntaxTree.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64/SyntaxTree-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64/SyntaxTree.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64/SyntaxTree_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64/SyntaxTree-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64_32 Compiling\ RegularExpression.swift,\ String+Parser.swift,\ Token.swift,\ Word.swift,\ neverBody.swift,\ InternalParser.swift,\ MemoizationKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/RegularExpression.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/String+Parser.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/Token.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/Word.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/neverBody.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/InternalParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/MemoizationKey.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/RegularExpression.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/String+Parser.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/Token.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/Word.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/neverBody.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/InternalParser.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/MemoizationKey.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64/Binary/SyntaxTree.o normal arm64 (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64/SyntaxTree.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64/SyntaxTree_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64/SyntaxTree_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64/SyntaxTree.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64/Binary/SyntaxTree.o
SwiftDriverJobDiscovery normal armv7k Compiling AnnotatedString.swift, Cache.swift, OrderedSet.swift, AnnotatedError.swift, DiagnosticError.swift, ParserError.swift, ScannerError.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64 Compiling\ SwiftEscapeStrategy.swift,\ Maybe.swift,\ Parser+annotate.swift,\ Parser+ignoreOutput.swift,\ Parser+kind.swift,\ Parser+map+location.swift,\ Parser+map.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/SwiftEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Maybe.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+annotate.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+ignoreOutput.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+kind.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+map+location.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+map.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/SwiftEscapeStrategy.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Maybe.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+annotate.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+ignoreOutput.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+kind.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+map+location.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+map.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling PartialResult.swift, AnyParser.swift, Associativity.swift, BinaryOperation.swift, BinaryOperationParser.swift, BinaryOperationParserError.swift, BinaryOperator.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64 Compiling\ MemoizationStorage.swift,\ Memoized.swift,\ Node.swift,\ Parser+internalParser.swift,\ Scanner.swift,\ ScannerState.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/MemoizationStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/Memoized.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/Parser+internalParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/Scanner.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/MemoizationStorage.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/Parser+internalParser.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:442:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    func store<T>(value: T) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:402:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:450:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:402:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:600:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    func store<T>(value: T) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:568:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:608:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:568:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SyntaxTree.o normal arm64\ armv7k\ arm64_32 (in target 'SyntaxTree' from project 'SyntaxTree')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SyntaxTree
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64/Binary/SyntaxTree.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/armv7k/Binary/SyntaxTree.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SyntaxTree.build/Debug-watchos/SyntaxTree.build/Objects-normal/arm64_32/Binary/SyntaxTree.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SyntaxTree.o
SwiftDriverJobDiscovery normal arm64_32 Compiling RegularExpression.swift, String+Parser.swift, Token.swift, Word.swift, neverBody.swift, InternalParser.swift, MemoizationKey.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64 Compiling\ ScannerErrorHandler.swift,\ WhiteSpaceConsumer.swift,\ ExpressionMatch.swift,\ EitherParserBuilder.swift,\ ParserBuilder.swift,\ PartialEmptyParserResult.swift,\ PartialParserResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ScannerErrorHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/WhiteSpaceConsumer.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/ExpressionMatch.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/EitherParserBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/ParserBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/PartialEmptyParserResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/PartialParserResult.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ScannerErrorHandler.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

SwiftCompile normal arm64_32 Compiling\ MemberOfBinaryOperation.swift,\ BooleanLiteral.swift,\ DoubleLiteral.swift,\ IntLiteral.swift,\ JavaScriptEscapeStrategy.swift,\ StringEscapeStrategy.swift,\ StringLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/MemberOfBinaryOperation.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BooleanLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/DoubleLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/IntLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/JavaScriptEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/StringEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/MemberOfBinaryOperation.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BooleanLiteral.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/DoubleLiteral.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/IntLiteral.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/JavaScriptEscapeStrategy.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/StringEscapeStrategy.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Either.swift, Group.swift, Leaf.swift, Recursive.swift, TupleParser.swift, EmptyParser.swift, RegexBuilder+support.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal armv7k Compiling\ Parser+optimize.swift,\ Parser+preventRecursion.swift,\ Parser+repeatUntil.swift,\ Parser+separated.swift,\ Repeat.swift,\ Annotated.swift,\ AnnotatedUntil.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+optimize.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+preventRecursion.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+repeatUntil.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+separated.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Repeat.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Annotated.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/AnnotatedUntil.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+optimize.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+preventRecursion.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+repeatUntil.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+separated.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Repeat.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Annotated.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/AnnotatedUntil.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling SwiftEscapeStrategy.swift, Maybe.swift, Parser+annotate.swift, Parser+ignoreOutput.swift, Parser+kind.swift, Parser+map+location.swift, Parser+map.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64 Compiling\ AnnotatedString.swift,\ Cache.swift,\ OrderedSet.swift,\ AnnotatedError.swift,\ DiagnosticError.swift,\ ParserError.swift,\ ScannerError.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/AnnotatedString.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Cache/Cache.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Cache/OrderedSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/AnnotatedError.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/DiagnosticError.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ParserError.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ScannerError.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/AnnotatedString.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling MemoizationStorage.swift, Memoized.swift, Node.swift, Parser+internalParser.swift, Scanner.swift, ScannerState.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal armv7k Compiling\ SwiftEscapeStrategy.swift,\ Maybe.swift,\ Parser+annotate.swift,\ Parser+ignoreOutput.swift,\ Parser+kind.swift,\ Parser+map+location.swift,\ Parser+map.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/SwiftEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Maybe.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+annotate.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+ignoreOutput.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+kind.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+map+location.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+map.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/SwiftEscapeStrategy.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Maybe.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+annotate.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+ignoreOutput.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+kind.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+map+location.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Modifications/Parser+map.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling SwiftEscapeStrategy.swift, Maybe.swift, Parser+annotate.swift, Parser+ignoreOutput.swift, Parser+kind.swift, Parser+map+location.swift, Parser+map.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal armv7k Compiling\ MemoizationStorage.swift,\ Memoized.swift,\ Node.swift,\ Parser+internalParser.swift,\ Scanner.swift,\ ScannerState.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/MemoizationStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/Memoized.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/Parser+internalParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/Scanner.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/MemoizationStorage.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/Memoized.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/Node.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/Parser+internalParser.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/Scanner.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:442:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    func store<T>(value: T) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:402:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:450:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:402:37: note: 'T' previously declared here
private final class ScanningStorage<T>: ScannerStateStorage, ScanningStorageProtocol {
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:600:16: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    func store<T>(value: T) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:568:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:608:14: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    func pop<T>(of type: T.Type) throws -> T? {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/ScannerState.swift:568:43: note: 'T' previously declared here
private class StackedScanningStateStorage<T>: ScannerStateStorage {
                                          ^
SwiftDriverJobDiscovery normal arm64 Compiling AnnotatedString.swift, Cache.swift, OrderedSet.swift, AnnotatedError.swift, DiagnosticError.swift, ParserError.swift, ScannerError.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal armv7k Compiling\ RegularExpression.swift,\ String+Parser.swift,\ Token.swift,\ Word.swift,\ neverBody.swift,\ InternalParser.swift,\ MemoizationKey.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/RegularExpression.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/String+Parser.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/Token.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/Word.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/neverBody.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/InternalParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/MemoizationKey.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/RegularExpression.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/String+Parser.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/Token.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/Word.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/neverBody.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/InternalParser.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Internals/MemoizationKey.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling SwiftEscapeStrategy.swift, Maybe.swift, Parser+annotate.swift, Parser+ignoreOutput.swift, Parser+kind.swift, Parser+map+location.swift, Parser+map.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64_32 Compiling\ Either.swift,\ Group.swift,\ Leaf.swift,\ Recursive.swift,\ TupleParser.swift,\ EmptyParser.swift,\ RegexBuilder+support.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Either.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Group.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Leaf.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Recursive.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/TupleParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/EmptyParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/RegexBuilder+support.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Either.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Group.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Leaf.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/Recursive.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Structure/TupleParser.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/EmptyParser.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Tokens/RegexBuilder+support.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling Parser+optimize.swift, Parser+preventRecursion.swift, Parser+repeatUntil.swift, Parser+separated.swift, Repeat.swift, Annotated.swift, AnnotatedUntil.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64 Compiling\ MemberOfBinaryOperation.swift,\ BooleanLiteral.swift,\ DoubleLiteral.swift,\ IntLiteral.swift,\ JavaScriptEscapeStrategy.swift,\ StringEscapeStrategy.swift,\ StringLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/MemberOfBinaryOperation.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BooleanLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/DoubleLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/IntLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/JavaScriptEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/StringEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/MemberOfBinaryOperation.swift (in target 'Syntax' from project 'Syntax')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling MemoizationStorage.swift, Memoized.swift, Node.swift, Parser+internalParser.swift, Scanner.swift, ScannerState.swift (in target 'Syntax' from project 'Syntax')
SwiftCompile normal arm64_32 Compiling\ ScannerErrorHandler.swift,\ WhiteSpaceConsumer.swift,\ ExpressionMatch.swift,\ EitherParserBuilder.swift,\ ParserBuilder.swift,\ PartialEmptyParserResult.swift,\ PartialParserResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ScannerErrorHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/WhiteSpaceConsumer.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/ExpressionMatch.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/EitherParserBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/ParserBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/PartialEmptyParserResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/PartialParserResult.swift (in target 'Syntax' from project 'Syntax')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal armv7k Compiling\ MemberOfBinaryOperation.swift,\ BooleanLiteral.swift,\ DoubleLiteral.swift,\ IntLiteral.swift,\ JavaScriptEscapeStrategy.swift,\ StringEscapeStrategy.swift,\ StringLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BinaryOperation/MemberOfBinaryOperation.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/BooleanLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/DoubleLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/IntLiteral.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/JavaScriptEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/StringEscapeStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.swift (in target 'Syntax' from project 'Syntax')
	SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Implementations/Common/StringLiterals/StringLiteral.swift (in target 'Syntax' from project 'Syntax')
	SwiftCompile normal arm64_32 Compiling\ ScannerErrorHandler.swift,\ WhiteSpaceConsumer.swift,\ ExpressionMatch.swift,\ EitherParserBuilder.swift,\ ParserBuilder.swift,\ PartialEmptyParserResult.swift,\ PartialParserResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/ScannerErrorHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/Errors/WhiteSpaceConsumer.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/ExpressionMatch.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/EitherParserBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/ParserBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/PartialEmptyParserResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Syntax/FunctionBuilder/PartialParserResult.swift (in target 'Syntax' from project 'Syntax')
	Building workspace spi-builder-workspace with scheme Syntax
(4 failures)
BUILD FAILURE 6.1 watchOS