Build Information
Failed to build swift-format, reference master (e0d014
), with Swift 6.0 for watchOS using Xcode 16.0 on 4 Nov 2024 01:57:03 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-format-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
(member: MemberDeclListItemSyntax) -> MemberDeclListItemSyntax in
^~~~~~~~~~~~~~~~~~~~~~~~
MemberBlockItemSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/FullyIndirectEnum.swift:38:45: warning: 'MemberDeclListItemSyntax' is deprecated: renamed to 'MemberBlockItemSyntax'
(member: MemberDeclListItemSyntax) -> MemberDeclListItemSyntax in
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/FullyIndirectEnum.swift:38:45: note: use 'MemberBlockItemSyntax' instead
(member: MemberDeclListItemSyntax) -> MemberDeclListItemSyntax in
^~~~~~~~~~~~~~~~~~~~~~~~
MemberBlockItemSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/FullyIndirectEnum.swift:56:25: warning: 'firstToken' is deprecated: Use firstToken(viewMode: .sourceAccurate) instead
let firstTok = node.firstToken!
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/FullyIndirectEnum.swift:63:31: warning: 'firstToken' is deprecated: Use firstToken(viewMode: .sourceAccurate) instead
on: node, token: node.firstToken, leadingTrivia: [])
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/FullyIndirectEnum.swift:73:31: warning: 'members' is deprecated: renamed to 'memberBlock'
let newMemberBlock = node.members.with(\.members, MemberDeclListSyntax(newMembers))
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/FullyIndirectEnum.swift:73:31: note: use 'memberBlock' instead
let newMemberBlock = node.members.with(\.members, MemberDeclListSyntax(newMembers))
^~~~~~~
memberBlock
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/FullyIndirectEnum.swift:73:55: warning: 'MemberDeclListSyntax' is deprecated: renamed to 'MemberBlockItemListSyntax'
let newMemberBlock = node.members.with(\.members, MemberDeclListSyntax(newMembers))
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/FullyIndirectEnum.swift:73:55: note: use 'MemberBlockItemListSyntax' instead
let newMemberBlock = node.members.with(\.members, MemberDeclListSyntax(newMembers))
^~~~~~~~~~~~~~~~~~~~
MemberBlockItemListSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/FullyIndirectEnum.swift:74:35: warning: 'addModifier' is deprecated: Use node.modifiers.append(newElement) instead
return DeclSyntax(newEnumDecl.addModifier(newModifier).with(\.members, newMemberBlock))
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/FullyIndirectEnum.swift:74:67: warning: 'members' is deprecated: renamed to 'memberBlock'
return DeclSyntax(newEnumDecl.addModifier(newModifier).with(\.members, newMemberBlock))
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/FullyIndirectEnum.swift:74:67: note: use 'memberBlock' instead
return DeclSyntax(newEnumDecl.addModifier(newModifier).with(\.members, newMemberBlock))
^~~~~~~
memberBlock
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ModifierListSyntax+Convenience.swift:39:32: warning: 'ModifierListSyntax' is deprecated: renamed to 'DeclModifierListSyntax'
func remove(name: String) -> ModifierListSyntax {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ModifierListSyntax+Convenience.swift:39:32: note: use 'DeclModifierListSyntax' instead
func remove(name: String) -> ModifierListSyntax {
^~~~~~~~~~~~~~~~~~
DeclModifierListSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ModifierListSyntax+Convenience.swift:61:8: warning: 'ModifierListSyntax' is deprecated: renamed to 'DeclModifierListSyntax'
) -> ModifierListSyntax {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ModifierListSyntax+Convenience.swift:61:8: note: use 'DeclModifierListSyntax' instead
) -> ModifierListSyntax {
^~~~~~~~~~~~~~~~~~
DeclModifierListSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ModifierListSyntax+Convenience.swift:96:75: warning: 'ModifierListSyntax' is deprecated: renamed to 'DeclModifierListSyntax'
func append(modifier: DeclModifierSyntax, formatTrivia: Bool = true) -> ModifierListSyntax {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ModifierListSyntax+Convenience.swift:96:75: note: use 'DeclModifierListSyntax' instead
func append(modifier: DeclModifierSyntax, formatTrivia: Bool = true) -> ModifierListSyntax {
^~~~~~~~~~~~~~~~~~
DeclModifierListSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ModifierListSyntax+Convenience.swift:102:76: warning: 'ModifierListSyntax' is deprecated: renamed to 'DeclModifierListSyntax'
func prepend(modifier: DeclModifierSyntax, formatTrivia: Bool = true) -> ModifierListSyntax {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ModifierListSyntax+Convenience.swift:102:76: note: use 'DeclModifierListSyntax' instead
func prepend(modifier: DeclModifierSyntax, formatTrivia: Bool = true) -> ModifierListSyntax {
^~~~~~~~~~~~~~~~~~
DeclModifierListSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ModifierListSyntax+Convenience.swift:15:11: warning: 'ModifierListSyntax' is deprecated: renamed to 'DeclModifierListSyntax'
extension ModifierListSyntax {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ModifierListSyntax+Convenience.swift:15:11: note: use 'DeclModifierListSyntax' instead
extension ModifierListSyntax {
^~~~~~~~~~~~~~~~~~
DeclModifierListSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NeverForceUnwrap.swift:32:38: warning: 'ForcedValueExprSyntax' is deprecated: renamed to 'ForceUnwrapExprSyntax'
public override func visit(_ node: ForcedValueExprSyntax) -> SyntaxVisitorContinueKind {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NeverForceUnwrap.swift:32:38: note: use 'ForceUnwrapExprSyntax' instead
public override func visit(_ node: ForcedValueExprSyntax) -> SyntaxVisitorContinueKind {
^~~~~~~~~~~~~~~~~~~~~
ForceUnwrapExprSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NeverUseForceTry.swift:47:21: warning: static property 'doNotForceTry' is not concurrency-safe because non-'Sendable' type 'Finding.Message' may have shared mutable state; this is an error in the Swift 6 language mode
public static let doNotForceTry: Finding.Message = "do not use force try"
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatCore/Finding.swift:46:17: note: struct 'Message' does not conform to the 'Sendable' protocol
public struct Message:
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NeverUseForceTry.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftFormatCore'
import SwiftFormatCore
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NeverUseForceTry.swift:47:21: note: annotate 'doNotForceTry' with '@MainActor' if property should only be accessed from the main actor
public static let doNotForceTry: Finding.Message = "do not use force try"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NeverUseForceTry.swift:47:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let doNotForceTry: Finding.Message = "do not use force try"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoAccessLevelOnExtensionDeclaration.swift:81:19: warning: 'MemberDeclBlockSyntax' is deprecated: renamed to 'MemberBlockSyntax'
memDeclBlock: MemberDeclBlockSyntax,
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoAccessLevelOnExtensionDeclaration.swift:81:19: note: use 'MemberBlockSyntax' instead
memDeclBlock: MemberDeclBlockSyntax,
^~~~~~~~~~~~~~~~~~~~~
MemberBlockSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoAccessLevelOnExtensionDeclaration.swift:83:8: warning: 'MemberDeclListSyntax' is deprecated: renamed to 'MemberBlockItemListSyntax'
) -> MemberDeclListSyntax {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoAccessLevelOnExtensionDeclaration.swift:83:8: note: use 'MemberBlockItemListSyntax' instead
) -> MemberDeclListSyntax {
^~~~~~~~~~~~~~~~~~~~
MemberBlockItemListSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoAssignmentInExpressions.swift:112:21: warning: static property 'moveAssignmentToOwnStatement' is not concurrency-safe because non-'Sendable' type 'Finding.Message' may have shared mutable state; this is an error in the Swift 6 language mode
public static let moveAssignmentToOwnStatement: Finding.Message =
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatCore/Finding.swift:46:17: note: struct 'Message' does not conform to the 'Sendable' protocol
public struct Message:
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoAssignmentInExpressions.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftFormatCore'
import SwiftFormatCore
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoAssignmentInExpressions.swift:112:21: note: annotate 'moveAssignmentToOwnStatement' with '@MainActor' if property should only be accessed from the main actor
public static let moveAssignmentToOwnStatement: Finding.Message =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoAssignmentInExpressions.swift:112:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let moveAssignmentToOwnStatement: Finding.Message =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoBlockComments.swift:32:21: warning: static property 'avoidBlockComment' is not concurrency-safe because non-'Sendable' type 'Finding.Message' may have shared mutable state; this is an error in the Swift 6 language mode
public static let avoidBlockComment: Finding.Message =
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatCore/Finding.swift:46:17: note: struct 'Message' does not conform to the 'Sendable' protocol
public struct Message:
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoBlockComments.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftFormatCore'
import SwiftFormatCore
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoBlockComments.swift:32:21: note: annotate 'avoidBlockComment' with '@MainActor' if property should only be accessed from the main actor
public static let avoidBlockComment: Finding.Message =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoBlockComments.swift:32:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let avoidBlockComment: Finding.Message =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoLeadingUnderscores.swift:34:38: warning: 'AssociatedtypeDeclSyntax' is deprecated: renamed to 'AssociatedTypeDeclSyntax'
public override func visit(_ node: AssociatedtypeDeclSyntax) -> SyntaxVisitorContinueKind {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoLeadingUnderscores.swift:34:38: note: use 'AssociatedTypeDeclSyntax' instead
public override func visit(_ node: AssociatedtypeDeclSyntax) -> SyntaxVisitorContinueKind {
^~~~~~~~~~~~~~~~~~~~~~~~
AssociatedTypeDeclSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoLeadingUnderscores.swift:110:38: warning: 'TypealiasDeclSyntax' is deprecated: renamed to 'TypeAliasDeclSyntax'
public override func visit(_ node: TypealiasDeclSyntax) -> SyntaxVisitorContinueKind {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoLeadingUnderscores.swift:110:38: note: use 'TypeAliasDeclSyntax' instead
public override func visit(_ node: TypealiasDeclSyntax) -> SyntaxVisitorContinueKind {
^~~~~~~~~~~~~~~~~~~
TypeAliasDeclSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoParensAroundConditions.swift:86:38: warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
public override func visit(_ node: RepeatWhileStmtSyntax) -> StmtSyntax {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoParensAroundConditions.swift:86:38: note: use 'RepeatStmtSyntax' instead
public override func visit(_ node: RepeatWhileStmtSyntax) -> StmtSyntax {
^~~~~~~~~~~~~~~~~~~~~
RepeatStmtSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoParensAroundConditions.swift:100:21: warning: static property 'removeParensAroundExpression' is not concurrency-safe because non-'Sendable' type 'Finding.Message' may have shared mutable state; this is an error in the Swift 6 language mode
public static let removeParensAroundExpression: Finding.Message =
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatCore/Finding.swift:46:17: note: struct 'Message' does not conform to the 'Sendable' protocol
public struct Message:
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoParensAroundConditions.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftFormatCore'
import SwiftFormatCore
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoParensAroundConditions.swift:100:21: note: annotate 'removeParensAroundExpression' with '@MainActor' if property should only be accessed from the main actor
public static let removeParensAroundExpression: Finding.Message =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoParensAroundConditions.swift:100:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let removeParensAroundExpression: Finding.Message =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/OneVariableDeclarationPerLine.swift:77:21: warning: static property 'onlyOneVariableDeclaration' is not concurrency-safe because non-'Sendable' type 'Finding.Message' may have shared mutable state; this is an error in the Swift 6 language mode
public static let onlyOneVariableDeclaration: Finding.Message =
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatCore/Finding.swift:46:17: note: struct 'Message' does not conform to the 'Sendable' protocol
public struct Message:
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/OneVariableDeclarationPerLine.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftFormatCore'
import SwiftFormatCore
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/OneVariableDeclarationPerLine.swift:77:21: note: annotate 'onlyOneVariableDeclaration' with '@MainActor' if property should only be accessed from the main actor
public static let onlyOneVariableDeclaration: Finding.Message =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/OneVariableDeclarationPerLine.swift:77:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let onlyOneVariableDeclaration: Finding.Message =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/OnlyOneTrailingClosureArgument.swift:33:21: warning: static property 'removeTrailingClosure' is not concurrency-safe because non-'Sendable' type 'Finding.Message' may have shared mutable state; this is an error in the Swift 6 language mode
public static let removeTrailingClosure: Finding.Message =
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatCore/Finding.swift:46:17: note: struct 'Message' does not conform to the 'Sendable' protocol
public struct Message:
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/OnlyOneTrailingClosureArgument.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftFormatCore'
import SwiftFormatCore
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/OnlyOneTrailingClosureArgument.swift:33:21: note: annotate 'removeTrailingClosure' with '@MainActor' if property should only be accessed from the main actor
public static let removeTrailingClosure: Finding.Message =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/OnlyOneTrailingClosureArgument.swift:33:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let removeTrailingClosure: Finding.Message =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/OrderedImports.swift:576:21: warning: static property 'placeAtTopOfFile' is not concurrency-safe because non-'Sendable' type 'Finding.Message' may have shared mutable state; this is an error in the Swift 6 language mode
public static let placeAtTopOfFile: Finding.Message = "place imports at the top of the file"
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatCore/Finding.swift:46:17: note: struct 'Message' does not conform to the 'Sendable' protocol
public struct Message:
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/OrderedImports.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftFormatCore'
import SwiftFormatCore
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/OrderedImports.swift:576:21: note: annotate 'placeAtTopOfFile' with '@MainActor' if property should only be accessed from the main actor
public static let placeAtTopOfFile: Finding.Message = "place imports at the top of the file"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/OrderedImports.swift:576:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let placeAtTopOfFile: Finding.Message = "place imports at the top of the file"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/OrderedImports.swift:582:21: warning: static property 'removeDuplicateImport' is not concurrency-safe because non-'Sendable' type 'Finding.Message' may have shared mutable state; this is an error in the Swift 6 language mode
public static let removeDuplicateImport: Finding.Message = "remove duplicate import"
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatCore/Finding.swift:46:17: note: struct 'Message' does not conform to the 'Sendable' protocol
public struct Message:
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/OrderedImports.swift:582:21: note: annotate 'removeDuplicateImport' with '@MainActor' if property should only be accessed from the main actor
public static let removeDuplicateImport: Finding.Message = "remove duplicate import"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/OrderedImports.swift:582:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let removeDuplicateImport: Finding.Message = "remove duplicate import"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/OrderedImports.swift:584:21: warning: static property 'sortImports' is not concurrency-safe because non-'Sendable' type 'Finding.Message' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sortImports: Finding.Message = "sort import statements lexicographically"
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatCore/Finding.swift:46:17: note: struct 'Message' does not conform to the 'Sendable' protocol
public struct Message:
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/OrderedImports.swift:584:21: note: annotate 'sortImports' with '@MainActor' if property should only be accessed from the main actor
public static let sortImports: Finding.Message = "sort import statements lexicographically"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/OrderedImports.swift:584:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sortImports: Finding.Message = "sort import statements lexicographically"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ReturnVoidInsteadOfEmptyTuple.swift:103:75: warning: 'SimpleTypeIdentifierSyntax' is deprecated: renamed to 'IdentifierTypeSyntax'
private func makeVoidIdentifierType(toReplace node: TupleTypeSyntax) -> SimpleTypeIdentifierSyntax
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ReturnVoidInsteadOfEmptyTuple.swift:103:75: note: use 'IdentifierTypeSyntax' instead
private func makeVoidIdentifierType(toReplace node: TupleTypeSyntax) -> SimpleTypeIdentifierSyntax
^~~~~~~~~~~~~~~~~~~~~~~~~~
IdentifierTypeSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ReturnVoidInsteadOfEmptyTuple.swift:115:21: warning: static property 'returnVoid' is not concurrency-safe because non-'Sendable' type 'Finding.Message' may have shared mutable state; this is an error in the Swift 6 language mode
public static let returnVoid: Finding.Message = "replace '()' with 'Void'"
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatCore/Finding.swift:46:17: note: struct 'Message' does not conform to the 'Sendable' protocol
public struct Message:
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ReturnVoidInsteadOfEmptyTuple.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftFormatCore'
import SwiftFormatCore
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ReturnVoidInsteadOfEmptyTuple.swift:115:21: note: annotate 'returnVoid' with '@MainActor' if property should only be accessed from the main actor
public static let returnVoid: Finding.Message = "replace '()' with 'Void'"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ReturnVoidInsteadOfEmptyTuple.swift:115:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let returnVoid: Finding.Message = "replace '()' with 'Void'"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/SemicolonSyntaxProtocol.swift:20:11: warning: 'MemberDeclListItemSyntax' is deprecated: renamed to 'MemberBlockItemSyntax'
extension MemberDeclListItemSyntax: SemicolonSyntaxProtocol {}
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/SemicolonSyntaxProtocol.swift:20:11: note: use 'MemberBlockItemSyntax' instead
extension MemberDeclListItemSyntax: SemicolonSyntaxProtocol {}
^~~~~~~~~~~~~~~~~~~~~~~~
MemberBlockItemSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseEarlyExits.swift:110:21: warning: static property 'useGuardStatement' is not concurrency-safe because non-'Sendable' type 'Finding.Message' may have shared mutable state; this is an error in the Swift 6 language mode
public static let useGuardStatement: Finding.Message =
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatCore/Finding.swift:46:17: note: struct 'Message' does not conform to the 'Sendable' protocol
public struct Message:
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseEarlyExits.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftFormatCore'
import SwiftFormatCore
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseEarlyExits.swift:110:21: note: annotate 'useGuardStatement' with '@MainActor' if property should only be accessed from the main actor
public static let useGuardStatement: Finding.Message =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseEarlyExits.swift:110:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let useGuardStatement: Finding.Message =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseLetInEveryBoundCaseVariable.swift:69:21: warning: static property 'useLetInBoundCaseVariables' is not concurrency-safe because non-'Sendable' type 'Finding.Message' may have shared mutable state; this is an error in the Swift 6 language mode
public static let useLetInBoundCaseVariables: Finding.Message =
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatCore/Finding.swift:46:17: note: struct 'Message' does not conform to the 'Sendable' protocol
public struct Message:
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseLetInEveryBoundCaseVariable.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftFormatCore'
import SwiftFormatCore
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseLetInEveryBoundCaseVariable.swift:69:21: note: annotate 'useLetInBoundCaseVariables' with '@MainActor' if property should only be accessed from the main actor
public static let useLetInBoundCaseVariables: Finding.Message =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseLetInEveryBoundCaseVariable.swift:69:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let useLetInBoundCaseVariables: Finding.Message =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseShorthandTypeNames.swift:25:38: warning: 'SimpleTypeIdentifierSyntax' is deprecated: renamed to 'IdentifierTypeSyntax'
public override func visit(_ node: SimpleTypeIdentifierSyntax) -> TypeSyntax {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseShorthandTypeNames.swift:25:38: note: use 'IdentifierTypeSyntax' instead
public override func visit(_ node: SimpleTypeIdentifierSyntax) -> TypeSyntax {
^~~~~~~~~~~~~~~~~~~~~~~~~~
IdentifierTypeSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseShorthandTypeNames.swift:101:38: warning: 'SpecializeExprSyntax' is deprecated: renamed to 'GenericSpecializationExprSyntax'
public override func visit(_ node: SpecializeExprSyntax) -> ExprSyntax {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseShorthandTypeNames.swift:101:38: note: use 'GenericSpecializationExprSyntax' instead
public override func visit(_ node: SpecializeExprSyntax) -> ExprSyntax {
^~~~~~~~~~~~~~~~~~~~
GenericSpecializationExprSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseShorthandTypeNames.swift:442:8: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
-> TupleExprElementListSyntax?
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseShorthandTypeNames.swift:442:8: note: use 'LabeledExprListSyntax' instead
-> TupleExprElementListSyntax?
^~~~~~~~~~~~~~~~~~~~~~~~~~
LabeledExprListSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseShorthandTypeNames.swift:539:55: warning: 'SimpleTypeIdentifierSyntax' is deprecated: renamed to 'IdentifierTypeSyntax'
private func isTypeOfUninitializedStoredVar(_ node: SimpleTypeIdentifierSyntax) -> Bool {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseShorthandTypeNames.swift:539:55: note: use 'IdentifierTypeSyntax' instead
private func isTypeOfUninitializedStoredVar(_ node: SimpleTypeIdentifierSyntax) -> Bool {
^~~~~~~~~~~~~~~~~~~~~~~~~~
IdentifierTypeSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseSingleLinePropertyGetter.swift:45:21: warning: static property 'removeExtraneousGetBlock' is not concurrency-safe because non-'Sendable' type 'Finding.Message' may have shared mutable state; this is an error in the Swift 6 language mode
public static let removeExtraneousGetBlock: Finding.Message =
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatCore/Finding.swift:46:17: note: struct 'Message' does not conform to the 'Sendable' protocol
public struct Message:
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseSingleLinePropertyGetter.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftFormatCore'
import SwiftFormatCore
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseSingleLinePropertyGetter.swift:45:21: note: annotate 'removeExtraneousGetBlock' with '@MainActor' if property should only be accessed from the main actor
public static let removeExtraneousGetBlock: Finding.Message =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseSingleLinePropertyGetter.swift:45:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let removeExtraneousGetBlock: Finding.Message =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseSynthesizedInitializer.swift:86:16: warning: 'ModifierListSyntax' is deprecated: renamed to 'DeclModifierListSyntax'
modifiers: ModifierListSyntax?, properties: [VariableDeclSyntax]
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseSynthesizedInitializer.swift:86:16: note: use 'DeclModifierListSyntax' instead
modifiers: ModifierListSyntax?, properties: [VariableDeclSyntax]
^~~~~~~~~~~~~~~~~~
DeclModifierListSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseSynthesizedInitializer.swift:188:21: warning: static property 'removeRedundantInitializer' is not concurrency-safe because non-'Sendable' type 'Finding.Message' may have shared mutable state; this is an error in the Swift 6 language mode
public static let removeRedundantInitializer: Finding.Message =
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatCore/Finding.swift:46:17: note: struct 'Message' does not conform to the 'Sendable' protocol
public struct Message:
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseSynthesizedInitializer.swift:14:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftFormatCore'
import SwiftFormatCore
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseSynthesizedInitializer.swift:188:21: note: annotate 'removeRedundantInitializer' with '@MainActor' if property should only be accessed from the main actor
public static let removeRedundantInitializer: Finding.Message =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseSynthesizedInitializer.swift:188:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let removeRedundantInitializer: Finding.Message =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseTripleSlashForDocumentationComments.swift:63:38: warning: 'TypealiasDeclSyntax' is deprecated: renamed to 'TypeAliasDeclSyntax'
public override func visit(_ node: TypealiasDeclSyntax) -> DeclSyntax {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseTripleSlashForDocumentationComments.swift:63:38: note: use 'TypeAliasDeclSyntax' instead
public override func visit(_ node: TypealiasDeclSyntax) -> DeclSyntax {
^~~~~~~~~~~~~~~~~~~
TypeAliasDeclSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseTripleSlashForDocumentationComments.swift:129:21: warning: static property 'avoidDocBlockComment' is not concurrency-safe because non-'Sendable' type 'Finding.Message' may have shared mutable state; this is an error in the Swift 6 language mode
public static let avoidDocBlockComment: Finding.Message =
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatCore/Finding.swift:46:17: note: struct 'Message' does not conform to the 'Sendable' protocol
public struct Message:
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseTripleSlashForDocumentationComments.swift:14:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftFormatCore'
import SwiftFormatCore
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseTripleSlashForDocumentationComments.swift:129:21: note: annotate 'avoidDocBlockComment' with '@MainActor' if property should only be accessed from the main actor
public static let avoidDocBlockComment: Finding.Message =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseTripleSlashForDocumentationComments.swift:129:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let avoidDocBlockComment: Finding.Message =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseWhereClausesInForLoops.swift:28:38: warning: 'ForInStmtSyntax' is deprecated: renamed to 'ForStmtSyntax'
public override func visit(_ node: ForInStmtSyntax) -> StmtSyntax {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseWhereClausesInForLoops.swift:28:38: note: use 'ForStmtSyntax' instead
public override func visit(_ node: ForInStmtSyntax) -> StmtSyntax {
^~~~~~~~~~~~~~~
ForStmtSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseWhereClausesInForLoops.swift:52:16: warning: 'ForInStmtSyntax' is deprecated: renamed to 'ForStmtSyntax'
forInStmt: ForInStmtSyntax
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseWhereClausesInForLoops.swift:52:16: note: use 'ForStmtSyntax' instead
forInStmt: ForInStmtSyntax
^~~~~~~~~~~~~~~
ForStmtSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseWhereClausesInForLoops.swift:53:8: warning: 'ForInStmtSyntax' is deprecated: renamed to 'ForStmtSyntax'
) -> ForInStmtSyntax {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseWhereClausesInForLoops.swift:53:8: note: use 'ForStmtSyntax' instead
) -> ForInStmtSyntax {
^~~~~~~~~~~~~~~
ForStmtSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseWhereClausesInForLoops.swift:98:9: warning: 'ForInStmtSyntax' is deprecated: renamed to 'ForStmtSyntax'
node: ForInStmtSyntax,
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseWhereClausesInForLoops.swift:98:9: note: use 'ForStmtSyntax' instead
node: ForInStmtSyntax,
^~~~~~~~~~~~~~~
ForStmtSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseWhereClausesInForLoops.swift:101:6: warning: 'ForInStmtSyntax' is deprecated: renamed to 'ForStmtSyntax'
) -> ForInStmtSyntax {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseWhereClausesInForLoops.swift:101:6: note: use 'ForStmtSyntax' instead
) -> ForInStmtSyntax {
^~~~~~~~~~~~~~~
ForStmtSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseWhereClausesInForLoops.swift:123:21: warning: static property 'useWhereInsteadOfIf' is not concurrency-safe because non-'Sendable' type 'Finding.Message' may have shared mutable state; this is an error in the Swift 6 language mode
public static let useWhereInsteadOfIf: Finding.Message =
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatCore/Finding.swift:46:17: note: struct 'Message' does not conform to the 'Sendable' protocol
public struct Message:
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseWhereClausesInForLoops.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftFormatCore'
import SwiftFormatCore
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseWhereClausesInForLoops.swift:123:21: note: annotate 'useWhereInsteadOfIf' with '@MainActor' if property should only be accessed from the main actor
public static let useWhereInsteadOfIf: Finding.Message =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseWhereClausesInForLoops.swift:123:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let useWhereInsteadOfIf: Finding.Message =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseWhereClausesInForLoops.swift:126:21: warning: static property 'useWhereInsteadOfGuard' is not concurrency-safe because non-'Sendable' type 'Finding.Message' may have shared mutable state; this is an error in the Swift 6 language mode
public static let useWhereInsteadOfGuard: Finding.Message =
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatCore/Finding.swift:46:17: note: struct 'Message' does not conform to the 'Sendable' protocol
public struct Message:
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseWhereClausesInForLoops.swift:126:21: note: annotate 'useWhereInsteadOfGuard' with '@MainActor' if property should only be accessed from the main actor
public static let useWhereInsteadOfGuard: Finding.Message =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseWhereClausesInForLoops.swift:126:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let useWhereInsteadOfGuard: Finding.Message =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ValidateDocumentationComments.swift:172:21: warning: static property 'useSingularParameter' is not concurrency-safe because non-'Sendable' type 'Finding.Message' may have shared mutable state; this is an error in the Swift 6 language mode
public static let useSingularParameter: Finding.Message =
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatCore/Finding.swift:46:17: note: struct 'Message' does not conform to the 'Sendable' protocol
public struct Message:
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ValidateDocumentationComments.swift:14:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftFormatCore'
import SwiftFormatCore
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ValidateDocumentationComments.swift:172:21: note: annotate 'useSingularParameter' with '@MainActor' if property should only be accessed from the main actor
public static let useSingularParameter: Finding.Message =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ValidateDocumentationComments.swift:172:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let useSingularParameter: Finding.Message =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ValidateDocumentationComments.swift:175:21: warning: static property 'usePluralParameters' is not concurrency-safe because non-'Sendable' type 'Finding.Message' may have shared mutable state; this is an error in the Swift 6 language mode
public static let usePluralParameters: Finding.Message =
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatCore/Finding.swift:46:17: note: struct 'Message' does not conform to the 'Sendable' protocol
public struct Message:
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ValidateDocumentationComments.swift:175:21: note: annotate 'usePluralParameters' with '@MainActor' if property should only be accessed from the main actor
public static let usePluralParameters: Finding.Message =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ValidateDocumentationComments.swift:175:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let usePluralParameters: Finding.Message =
^
nonisolated(unsafe)
SwiftEmitModule normal arm64 Emitting\ module\ for\ ArgumentParser (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/BashCompletionsGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/FishCompletionsGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/ZshCompletionsGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Argument.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/ArgumentHelp.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/ArgumentVisibility.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/CompletionKind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Errors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Flag.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/NameSpecification.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Option.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/OptionGroup.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/AsyncParsableCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/CommandConfiguration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/EnumerableFlag.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/ExpressibleByArgument.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/ParsableArguments.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/ParsableArgumentsValidation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/ParsableCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDecoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDefinition.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/InputKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/InputOrigin.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Name.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Parsed.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ParsedValues.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/CollectionExtensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/SequenceExtensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/StringExtensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Tree.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/Objects-normal/arm64/ArgumentParser_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.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/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ArgumentParser -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/Objects-normal/arm64/ArgumentParser-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/Objects-normal/arm64/ArgumentParser-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/Objects-normal/arm64/ArgumentParser-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.abi.json
EmitSwiftModule normal arm64 (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/BashCompletionsGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/FishCompletionsGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/ZshCompletionsGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Argument.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/ArgumentHelp.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/ArgumentVisibility.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/CompletionKind.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Errors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Flag.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/NameSpecification.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/Option.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Properties/OptionGroup.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/AsyncParsableCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/CommandConfiguration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/EnumerableFlag.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/ExpressibleByArgument.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/ParsableArguments.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/ParsableArgumentsValidation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable\ Types/ParsableCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDecoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDefinition.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/InputKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/InputOrigin.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Name.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Parsed.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ParsedValues.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ParserError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpCommand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/CollectionExtensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/SequenceExtensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/StringExtensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Tree.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/Objects-normal/arm64/ArgumentParser_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.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/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ArgumentParser -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/Objects-normal/arm64/ArgumentParser-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/Objects-normal/arm64/ArgumentParser-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/Objects-normal/arm64/ArgumentParser-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-watchos/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.abi.json
SwiftDriverJobDiscovery normal armv7k Emitting module for SwiftFormatWhitespaceLinter (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
SwiftDriverJobDiscovery normal arm64 Emitting module for SwiftFormatWhitespaceLinter (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
SwiftDriverJobDiscovery normal arm64_32 Emitting module for SwiftFormatWhitespaceLinter (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
SwiftDriver\ Compilation\ Requirements SwiftFormatWhitespaceLinter normal armv7k com.apple.xcode.tools.swift.compiler (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftFormatWhitespaceLinter -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/SwiftFormatWhitespaceLinter.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -target armv7k-apple-watchos6.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/SwiftFormatWhitespaceLinter-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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/SwiftFormatWhitespaceLinter.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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/SwiftFormatWhitespaceLinter_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftSyntaxCShims/include -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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/SwiftFormatWhitespaceLinter-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation\ Requirements SwiftFormatWhitespaceLinter normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftFormatWhitespaceLinter -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/SwiftFormatWhitespaceLinter.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -target arm64_32-apple-watchos6.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/SwiftFormatWhitespaceLinter-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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/SwiftFormatWhitespaceLinter.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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/SwiftFormatWhitespaceLinter_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftSyntaxCShims/include -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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/SwiftFormatWhitespaceLinter-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation\ Requirements SwiftFormatWhitespaceLinter normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftFormatWhitespaceLinter -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/SwiftFormatWhitespaceLinter.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -target arm64-apple-watchos6.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/SwiftFormatWhitespaceLinter-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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/SwiftFormatWhitespaceLinter.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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/SwiftFormatWhitespaceLinter_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftSyntaxCShims/include -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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/SwiftFormatWhitespaceLinter-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64_32 Compiling\ LazySplitSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/LazySplitSequence.swift (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/LazySplitSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/RememberingIterator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/WhitespaceFindingCategory.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/WhitespaceLinter.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/LazySplitSequence.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/LazySplitSequence.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/LazySplitSequence.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/LazySplitSequence.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/SwiftFormatWhitespaceLinter_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftSyntaxCShims/include -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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormatWhitespaceLinter -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/LazySplitSequence.o -index-unit-output-path /swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/LazySplitSequence.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/LazySplitSequence.swift (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/LazySplitSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/RememberingIterator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/WhitespaceFindingCategory.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/WhitespaceLinter.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/LazySplitSequence.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/LazySplitSequence.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/LazySplitSequence.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/LazySplitSequence.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/SwiftFormatWhitespaceLinter_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftSyntaxCShims/include -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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormatWhitespaceLinter -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/LazySplitSequence.o -index-unit-output-path /swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/LazySplitSequence.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/SwiftFormatWhitespaceLinter-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/SwiftFormatWhitespaceLinter-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/SwiftFormatWhitespaceLinter-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/SwiftFormatWhitespaceLinter-Swift.h (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/SwiftFormatWhitespaceLinter-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/SwiftFormatWhitespaceLinter-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/SwiftFormatWhitespaceLinter-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/SwiftFormatWhitespaceLinter-Swift.h
SwiftDriverJobDiscovery normal arm64_32 Compiling LazySplitSequence.swift (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftFormatWhitespaceLinter.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/SwiftFormatWhitespaceLinter.swiftmodule (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/SwiftFormatWhitespaceLinter.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftFormatWhitespaceLinter.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftFormatWhitespaceLinter.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/SwiftFormatWhitespaceLinter.swiftdoc (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/SwiftFormatWhitespaceLinter.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftFormatWhitespaceLinter.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftFormatWhitespaceLinter.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/SwiftFormatWhitespaceLinter.abi.json (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/SwiftFormatWhitespaceLinter.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftFormatWhitespaceLinter.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftFormatWhitespaceLinter.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/SwiftFormatWhitespaceLinter.swiftmodule (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/SwiftFormatWhitespaceLinter.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftFormatWhitespaceLinter.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftFormatWhitespaceLinter.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/SwiftFormatWhitespaceLinter.swiftdoc (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/SwiftFormatWhitespaceLinter.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftFormatWhitespaceLinter.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftFormatWhitespaceLinter.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/SwiftFormatWhitespaceLinter.abi.json (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/SwiftFormatWhitespaceLinter.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftFormatWhitespaceLinter.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftFormatWhitespaceLinter.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/SwiftFormatWhitespaceLinter.swiftmodule (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/SwiftFormatWhitespaceLinter.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftFormatWhitespaceLinter.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftFormatWhitespaceLinter.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/SwiftFormatWhitespaceLinter.swiftdoc (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/SwiftFormatWhitespaceLinter.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftFormatWhitespaceLinter.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftFormatWhitespaceLinter.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/SwiftFormatWhitespaceLinter.abi.json (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/SwiftFormatWhitespaceLinter.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftFormatWhitespaceLinter.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftFormatWhitespaceLinter.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/SwiftFormatWhitespaceLinter.swiftsourceinfo (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/SwiftFormatWhitespaceLinter.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftFormatWhitespaceLinter.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftFormatWhitespaceLinter.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/SwiftFormatWhitespaceLinter.swiftsourceinfo (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/SwiftFormatWhitespaceLinter.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftFormatWhitespaceLinter.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftFormatWhitespaceLinter.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/SwiftFormatWhitespaceLinter.swiftsourceinfo (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/SwiftFormatWhitespaceLinter.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftFormatWhitespaceLinter.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SwiftFormatRules (in target 'SwiftFormatRules' from project 'swift-format')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/AddModifierRewriter.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/AllPublicDeclarationsHaveDocumentation.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/AlwaysUseLowerCamelCase.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/AmbiguousTrailingClosureOverload.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/BeginDocumentationCommentWithOneLineSummary.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/DeclSyntaxProtocol+Comments.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/DoNotUseSemicolons.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/DontRepeatTypeInStaticProperties.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/FileScopedDeclarationPrivacy.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/FullyIndirectEnum.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/FunctionDeclSyntax+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/GroupNumericLiterals.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/IdentifiersMustBeASCII.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ImportsXCTestVisitor.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ModifierListSyntax+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NeverForceUnwrap.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NeverUseForceTry.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NeverUseImplicitlyUnwrappedOptionals.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoAccessLevelOnExtensionDeclaration.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoAssignmentInExpressions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoBlockComments.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoCasesWithOnlyFallthrough.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoEmptyTrailingClosureParentheses.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoLabelsInCasePatterns.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoLeadingUnderscores.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoParensAroundConditions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoPlaygroundLiterals.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoVoidReturnOnFunctionSignature.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/OneCasePerLine.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/OneVariableDeclarationPerLine.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/OnlyOneTrailingClosureArgument.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/OrderedImports.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ReplaceTrivia.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ReturnVoidInsteadOfEmptyTuple.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/RuleNameCache+Generated.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/SemicolonSyntaxProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/TokenSyntax+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseEarlyExits.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseLetInEveryBoundCaseVariable.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseShorthandTypeNames.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseSingleLinePropertyGetter.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseSynthesizedInitializer.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseTripleSlashForDocumentationComments.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseWhereClausesInForLoops.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ValidateDocumentationComments.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/VarDeclSyntax+Convenience.swift -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatRules.build/Objects-normal/arm64_32/SwiftFormatRules_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatRules.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftSyntaxCShims/include -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/swift-format.build/Debug-watchos/SwiftFormatRules.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatRules.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatRules.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormatRules -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatRules.build/Objects-normal/arm64_32/SwiftFormatRules.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatRules.build/Objects-normal/arm64_32/SwiftFormatRules.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatRules.build/Objects-normal/arm64_32/SwiftFormatRules-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatRules.build/Objects-normal/arm64_32/SwiftFormatRules-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatRules.build/Objects-normal/arm64_32/SwiftFormatRules-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatRules.build/Objects-normal/arm64_32/SwiftFormatRules.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatRules.build/Objects-normal/arm64_32/SwiftFormatRules.abi.json
EmitSwiftModule normal arm64_32 (in target 'SwiftFormatRules' from project 'swift-format')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/AddModifierRewriter.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/AllPublicDeclarationsHaveDocumentation.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/AlwaysUseLowerCamelCase.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/AmbiguousTrailingClosureOverload.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/BeginDocumentationCommentWithOneLineSummary.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/DeclSyntaxProtocol+Comments.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/DoNotUseSemicolons.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/DontRepeatTypeInStaticProperties.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/FileScopedDeclarationPrivacy.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/FullyIndirectEnum.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/FunctionDeclSyntax+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/GroupNumericLiterals.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/IdentifiersMustBeASCII.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ImportsXCTestVisitor.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ModifierListSyntax+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NeverForceUnwrap.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NeverUseForceTry.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NeverUseImplicitlyUnwrappedOptionals.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoAccessLevelOnExtensionDeclaration.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoAssignmentInExpressions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoBlockComments.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoCasesWithOnlyFallthrough.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoEmptyTrailingClosureParentheses.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoLabelsInCasePatterns.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoLeadingUnderscores.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoParensAroundConditions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoPlaygroundLiterals.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/NoVoidReturnOnFunctionSignature.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/OneCasePerLine.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/OneVariableDeclarationPerLine.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/OnlyOneTrailingClosureArgument.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/OrderedImports.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ReplaceTrivia.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ReturnVoidInsteadOfEmptyTuple.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/RuleNameCache+Generated.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/SemicolonSyntaxProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/TokenSyntax+Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseEarlyExits.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseLetInEveryBoundCaseVariable.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseShorthandTypeNames.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseSingleLinePropertyGetter.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseSynthesizedInitializer.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseTripleSlashForDocumentationComments.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/UseWhereClausesInForLoops.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/ValidateDocumentationComments.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatRules/VarDeclSyntax+Convenience.swift -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatRules.build/Objects-normal/arm64_32/SwiftFormatRules_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatRules.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftSyntaxCShims/include -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/swift-format.build/Debug-watchos/SwiftFormatRules.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatRules.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatRules.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormatRules -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatRules.build/Objects-normal/arm64_32/SwiftFormatRules.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatRules.build/Objects-normal/arm64_32/SwiftFormatRules.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatRules.build/Objects-normal/arm64_32/SwiftFormatRules-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatRules.build/Objects-normal/arm64_32/SwiftFormatRules-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatRules.build/Objects-normal/arm64_32/SwiftFormatRules-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatRules.build/Objects-normal/arm64_32/SwiftFormatRules.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatRules.build/Objects-normal/arm64_32/SwiftFormatRules.abi.json
SwiftCompile normal armv7k Compiling\ RememberingIterator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/RememberingIterator.swift (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/LazySplitSequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/RememberingIterator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/WhitespaceFindingCategory.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/WhitespaceLinter.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/RememberingIterator.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/RememberingIterator.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/RememberingIterator.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/RememberingIterator.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/SwiftFormatWhitespaceLinter_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftSyntaxCShims/include -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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormatWhitespaceLinter -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/RememberingIterator.o -index-unit-output-path /swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/RememberingIterator.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/SwiftFormatWhitespaceLinter/RememberingIterator.swift (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/LazySplitSequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/RememberingIterator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/WhitespaceFindingCategory.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/WhitespaceLinter.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/RememberingIterator.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/RememberingIterator.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/RememberingIterator.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/RememberingIterator.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/SwiftFormatWhitespaceLinter_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftSyntaxCShims/include -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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormatWhitespaceLinter -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/RememberingIterator.o -index-unit-output-path /swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/RememberingIterator.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 Compiling\ WhitespaceLinter.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/WhitespaceLinter.swift (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/LazySplitSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/RememberingIterator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/WhitespaceFindingCategory.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/WhitespaceLinter.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/WhitespaceLinter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/WhitespaceLinter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/WhitespaceLinter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/WhitespaceLinter.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/SwiftFormatWhitespaceLinter_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftSyntaxCShims/include -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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormatWhitespaceLinter -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/WhitespaceLinter.o -index-unit-output-path /swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/WhitespaceLinter.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/WhitespaceLinter.swift (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/LazySplitSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/RememberingIterator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/WhitespaceFindingCategory.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/WhitespaceLinter.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/WhitespaceLinter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/WhitespaceLinter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/WhitespaceLinter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/WhitespaceLinter.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/SwiftFormatWhitespaceLinter_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftSyntaxCShims/include -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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormatWhitespaceLinter -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/WhitespaceLinter.o -index-unit-output-path /swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64_32/WhitespaceLinter.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ WhitespaceLinter.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/WhitespaceLinter.swift (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/LazySplitSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/RememberingIterator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/WhitespaceFindingCategory.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/WhitespaceLinter.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/WhitespaceLinter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/WhitespaceLinter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/WhitespaceLinter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/WhitespaceLinter.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/SwiftFormatWhitespaceLinter_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftSyntaxCShims/include -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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormatWhitespaceLinter -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/WhitespaceLinter.o -index-unit-output-path /swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/WhitespaceLinter.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/WhitespaceLinter.swift (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/LazySplitSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/RememberingIterator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/WhitespaceFindingCategory.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/WhitespaceLinter.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/WhitespaceLinter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/WhitespaceLinter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/WhitespaceLinter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/WhitespaceLinter.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/SwiftFormatWhitespaceLinter_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftSyntaxCShims/include -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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormatWhitespaceLinter -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/WhitespaceLinter.o -index-unit-output-path /swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/arm64/WhitespaceLinter.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ WhitespaceLinter.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/WhitespaceLinter.swift (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/LazySplitSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/RememberingIterator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/WhitespaceFindingCategory.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/WhitespaceLinter.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/WhitespaceLinter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/WhitespaceLinter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/WhitespaceLinter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/WhitespaceLinter.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/SwiftFormatWhitespaceLinter_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftSyntaxCShims/include -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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormatWhitespaceLinter -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/WhitespaceLinter.o -index-unit-output-path /swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/WhitespaceLinter.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/SwiftFormatWhitespaceLinter/WhitespaceLinter.swift (in target 'SwiftFormatWhitespaceLinter' from project 'swift-format')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/LazySplitSequence.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/RememberingIterator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/WhitespaceFindingCategory.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormatWhitespaceLinter/WhitespaceLinter.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/WhitespaceLinter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/WhitespaceLinter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/WhitespaceLinter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/WhitespaceLinter.dia -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/SwiftFormatWhitespaceLinter_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftSyntaxCShims/include -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/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormatWhitespaceLinter -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/WhitespaceLinter.o -index-unit-output-path /swift-format.build/Debug-watchos/SwiftFormatWhitespaceLinter.build/Objects-normal/armv7k/WhitespaceLinter.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal armv7k Emitting\ module\ for\ SwiftFormatRules (in target 'SwiftFormatRules' from project 'swift-format')
EmitSwiftModule normal armv7k (in target 'SwiftFormatRules' from project 'swift-format')
Building workspace spi-builder-workspace with scheme swift-format-Package
(3 failures)
BUILD FAILURE 6.0 watchOS