The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftFormat, reference main (6ebb96), with Swift 6.1 for tvOS using Xcode 16.3 on 15 Jun 2025 18:59:31 UTC.

Build Command

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

Build Log

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantBackticks.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantBackticks.swift:13:16: warning: static property 'redundantBackticks' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let redundantBackticks = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantBackticks.swift:13:16: note: add '@MainActor' to make static property 'redundantBackticks' part of global actor 'MainActor'
    static let redundantBackticks = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantBackticks.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let redundantBackticks = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantBreak.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantBreak.swift:13:16: warning: static property 'redundantBreak' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let redundantBreak = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantBreak.swift:13:16: note: add '@MainActor' to make static property 'redundantBreak' part of global actor 'MainActor'
    static let redundantBreak = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantBreak.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let redundantBreak = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantClosure.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantClosure.swift:12:16: warning: static property 'redundantClosure' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let redundantClosure = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantClosure.swift:12:16: note: add '@MainActor' to make static property 'redundantClosure' part of global actor 'MainActor'
    static let redundantClosure = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantClosure.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let redundantClosure = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantEquatable.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantEquatable.swift:5:16: warning: static property 'redundantEquatable' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let redundantEquatable = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantEquatable.swift:5:16: note: add '@MainActor' to make static property 'redundantEquatable' part of global actor 'MainActor'
    static let redundantEquatable = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantEquatable.swift:5:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let redundantEquatable = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantExtensionACL.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantExtensionACL.swift:13:16: warning: static property 'redundantExtensionACL' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let redundantExtensionACL = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantExtensionACL.swift:13:16: note: add '@MainActor' to make static property 'redundantExtensionACL' part of global actor 'MainActor'
    static let redundantExtensionACL = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantExtensionACL.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let redundantExtensionACL = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantFileprivate.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantFileprivate.swift:13:16: warning: static property 'redundantFileprivate' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let redundantFileprivate = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantFileprivate.swift:13:16: note: add '@MainActor' to make static property 'redundantFileprivate' part of global actor 'MainActor'
    static let redundantFileprivate = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantFileprivate.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let redundantFileprivate = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantGet.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantGet.swift:13:16: warning: static property 'redundantGet' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let redundantGet = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantGet.swift:13:16: note: add '@MainActor' to make static property 'redundantGet' part of global actor 'MainActor'
    static let redundantGet = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantGet.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let redundantGet = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantInit.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantInit.swift:13:16: warning: static property 'redundantInit' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let redundantInit = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantInit.swift:13:16: note: add '@MainActor' to make static property 'redundantInit' part of global actor 'MainActor'
    static let redundantInit = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantInit.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let redundantInit = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantInternal.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantInternal.swift:12:16: warning: static property 'redundantInternal' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let redundantInternal = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantInternal.swift:12:16: note: add '@MainActor' to make static property 'redundantInternal' part of global actor 'MainActor'
    static let redundantInternal = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantInternal.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let redundantInternal = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantLet.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantLet.swift:13:16: warning: static property 'redundantLet' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let redundantLet = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantLet.swift:13:16: note: add '@MainActor' to make static property 'redundantLet' part of global actor 'MainActor'
    static let redundantLet = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantLet.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let redundantLet = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantLetError.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantLetError.swift:13:16: warning: static property 'redundantLetError' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let redundantLetError = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantLetError.swift:13:16: note: add '@MainActor' to make static property 'redundantLetError' part of global actor 'MainActor'
    static let redundantLetError = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantLetError.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let redundantLetError = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantNilInit.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantNilInit.swift:13:16: warning: static property 'redundantNilInit' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let redundantNilInit = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantNilInit.swift:13:16: note: add '@MainActor' to make static property 'redundantNilInit' part of global actor 'MainActor'
    static let redundantNilInit = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantNilInit.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let redundantNilInit = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantObjc.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantObjc.swift:13:16: warning: static property 'redundantObjc' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let redundantObjc = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantObjc.swift:13:16: note: add '@MainActor' to make static property 'redundantObjc' part of global actor 'MainActor'
    static let redundantObjc = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantObjc.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let redundantObjc = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantOptionalBinding.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantOptionalBinding.swift:12:16: warning: static property 'redundantOptionalBinding' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let redundantOptionalBinding = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantOptionalBinding.swift:12:16: note: add '@MainActor' to make static property 'redundantOptionalBinding' part of global actor 'MainActor'
    static let redundantOptionalBinding = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantOptionalBinding.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let redundantOptionalBinding = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ EnumNamespaces.swift,\ EnvironmentEntry.swift,\ ExtensionAccessControl.swift,\ FileHeader.swift,\ FileMacro.swift,\ GenericExtensions.swift,\ HeaderFileName.swift,\ HoistAwait.swift,\ HoistPatternLet.swift,\ HoistTry.swift,\ Indent.swift,\ InitCoderUnavailable.swift,\ IsEmpty.swift,\ LeadingDelimiters.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/EnumNamespaces.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/EnvironmentEntry.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/ExtensionAccessControl.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/FileHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/FileMacro.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/GenericExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/HeaderFileName.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/HoistAwait.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/HoistPatternLet.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/HoistTry.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/Indent.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/InitCoderUnavailable.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/IsEmpty.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/LeadingDelimiters.swift (in target 'swiftformat' from project 'SwiftFormat')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/EnumNamespaces.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/EnumNamespaces.swift:13:16: warning: static property 'enumNamespaces' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let enumNamespaces = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/EnumNamespaces.swift:13:16: note: add '@MainActor' to make static property 'enumNamespaces' part of global actor 'MainActor'
    static let enumNamespaces = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/EnumNamespaces.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let enumNamespaces = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/EnvironmentEntry.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/EnvironmentEntry.swift:8:16: warning: static property 'environmentEntry' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let environmentEntry = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/EnvironmentEntry.swift:8:16: note: add '@MainActor' to make static property 'environmentEntry' part of global actor 'MainActor'
    static let environmentEntry = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/EnvironmentEntry.swift:8:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let environmentEntry = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/ExtensionAccessControl.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/ExtensionAccessControl.swift:12:16: warning: static property 'extensionAccessControl' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let extensionAccessControl = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/ExtensionAccessControl.swift:12:16: note: add '@MainActor' to make static property 'extensionAccessControl' part of global actor 'MainActor'
    static let extensionAccessControl = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/ExtensionAccessControl.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let extensionAccessControl = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/FileHeader.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/FileHeader.swift:13:16: warning: static property 'fileHeader' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let fileHeader = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/FileHeader.swift:13:16: note: add '@MainActor' to make static property 'fileHeader' part of global actor 'MainActor'
    static let fileHeader = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/FileHeader.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let fileHeader = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/FileMacro.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/FileMacro.swift:12:16: warning: static property 'fileMacro' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let fileMacro = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/FileMacro.swift:12:16: note: add '@MainActor' to make static property 'fileMacro' part of global actor 'MainActor'
    static let fileMacro = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/FileMacro.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let fileMacro = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/GenericExtensions.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/GenericExtensions.swift:12:16: warning: static property 'genericExtensions' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let genericExtensions = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/GenericExtensions.swift:12:16: note: add '@MainActor' to make static property 'genericExtensions' part of global actor 'MainActor'
    static let genericExtensions = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/GenericExtensions.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let genericExtensions = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/HeaderFileName.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/HeaderFileName.swift:13:16: warning: static property 'headerFileName' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let headerFileName = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/HeaderFileName.swift:13:16: note: add '@MainActor' to make static property 'headerFileName' part of global actor 'MainActor'
    static let headerFileName = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/HeaderFileName.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let headerFileName = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/HoistAwait.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/HoistAwait.swift:13:16: warning: static property 'hoistAwait' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let hoistAwait = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/HoistAwait.swift:13:16: note: add '@MainActor' to make static property 'hoistAwait' part of global actor 'MainActor'
    static let hoistAwait = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/HoistAwait.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let hoistAwait = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/HoistPatternLet.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/HoistPatternLet.swift:13:16: warning: static property 'hoistPatternLet' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let hoistPatternLet = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/HoistPatternLet.swift:13:16: note: add '@MainActor' to make static property 'hoistPatternLet' part of global actor 'MainActor'
    static let hoistPatternLet = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/HoistPatternLet.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let hoistPatternLet = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/HoistTry.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/HoistTry.swift:12:16: warning: static property 'hoistTry' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let hoistTry = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/HoistTry.swift:12:16: note: add '@MainActor' to make static property 'hoistTry' part of global actor 'MainActor'
    static let hoistTry = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/HoistTry.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let hoistTry = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/Indent.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/Indent.swift:15:16: warning: static property 'indent' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let indent = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/Indent.swift:15:16: note: add '@MainActor' to make static property 'indent' part of global actor 'MainActor'
    static let indent = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/Indent.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let indent = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/InitCoderUnavailable.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/InitCoderUnavailable.swift:13:16: warning: static property 'initCoderUnavailable' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let initCoderUnavailable = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/InitCoderUnavailable.swift:13:16: note: add '@MainActor' to make static property 'initCoderUnavailable' part of global actor 'MainActor'
    static let initCoderUnavailable = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/InitCoderUnavailable.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let initCoderUnavailable = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/IsEmpty.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/IsEmpty.swift:13:16: warning: static property 'isEmpty' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let isEmpty = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/IsEmpty.swift:13:16: note: add '@MainActor' to make static property 'isEmpty' part of global actor 'MainActor'
    static let isEmpty = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/IsEmpty.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let isEmpty = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/LeadingDelimiters.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/LeadingDelimiters.swift:12:16: warning: static property 'leadingDelimiters' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let leadingDelimiters = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/LeadingDelimiters.swift:12:16: note: add '@MainActor' to make static property 'leadingDelimiters' part of global actor 'MainActor'
    static let leadingDelimiters = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/LeadingDelimiters.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let leadingDelimiters = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ BlankLinesBetweenImports.swift,\ BlankLinesBetweenScopes.swift,\ BlockComments.swift,\ Braces.swift,\ ConditionalAssignment.swift,\ ConsecutiveBlankLines.swift,\ ConsecutiveSpaces.swift,\ ConsistentSwitchCaseSpacing.swift,\ DocComments.swift,\ DocCommentsBeforeModifiers.swift,\ DuplicateImports.swift,\ ElseOnSameLine.swift,\ EmptyBraces.swift,\ EmptyExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/BlankLinesBetweenImports.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/BlankLinesBetweenScopes.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/BlockComments.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/Braces.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/ConditionalAssignment.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/ConsecutiveBlankLines.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/ConsecutiveSpaces.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/ConsistentSwitchCaseSpacing.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/DocComments.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/DocCommentsBeforeModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/DuplicateImports.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/ElseOnSameLine.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/EmptyBraces.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/EmptyExtensions.swift (in target 'swiftformat' from project 'SwiftFormat')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/BlankLinesBetweenImports.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/BlankLinesBetweenImports.swift:13:16: warning: static property 'blankLinesBetweenImports' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let blankLinesBetweenImports = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/BlankLinesBetweenImports.swift:13:16: note: add '@MainActor' to make static property 'blankLinesBetweenImports' part of global actor 'MainActor'
    static let blankLinesBetweenImports = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/BlankLinesBetweenImports.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let blankLinesBetweenImports = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/BlankLinesBetweenScopes.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/BlankLinesBetweenScopes.swift:13:16: warning: static property 'blankLinesBetweenScopes' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let blankLinesBetweenScopes = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/BlankLinesBetweenScopes.swift:13:16: note: add '@MainActor' to make static property 'blankLinesBetweenScopes' part of global actor 'MainActor'
    static let blankLinesBetweenScopes = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/BlankLinesBetweenScopes.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let blankLinesBetweenScopes = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/BlockComments.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/BlockComments.swift:12:16: warning: static property 'blockComments' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let blockComments = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/BlockComments.swift:12:16: note: add '@MainActor' to make static property 'blockComments' part of global actor 'MainActor'
    static let blockComments = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/BlockComments.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let blockComments = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/Braces.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/Braces.swift:13:16: warning: static property 'braces' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let braces = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/Braces.swift:13:16: note: add '@MainActor' to make static property 'braces' part of global actor 'MainActor'
    static let braces = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/Braces.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let braces = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/ConditionalAssignment.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/ConditionalAssignment.swift:12:16: warning: static property 'conditionalAssignment' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let conditionalAssignment = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/ConditionalAssignment.swift:12:16: note: add '@MainActor' to make static property 'conditionalAssignment' part of global actor 'MainActor'
    static let conditionalAssignment = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/ConditionalAssignment.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let conditionalAssignment = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/ConsecutiveBlankLines.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/ConsecutiveBlankLines.swift:13:16: warning: static property 'consecutiveBlankLines' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let consecutiveBlankLines = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/ConsecutiveBlankLines.swift:13:16: note: add '@MainActor' to make static property 'consecutiveBlankLines' part of global actor 'MainActor'
    static let consecutiveBlankLines = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/ConsecutiveBlankLines.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let consecutiveBlankLines = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/ConsecutiveSpaces.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/ConsecutiveSpaces.swift:15:16: warning: static property 'consecutiveSpaces' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let consecutiveSpaces = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/ConsecutiveSpaces.swift:15:16: note: add '@MainActor' to make static property 'consecutiveSpaces' part of global actor 'MainActor'
    static let consecutiveSpaces = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/ConsecutiveSpaces.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let consecutiveSpaces = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/ConsistentSwitchCaseSpacing.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/ConsistentSwitchCaseSpacing.swift:12:16: warning: static property 'consistentSwitchCaseSpacing' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let consistentSwitchCaseSpacing = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/ConsistentSwitchCaseSpacing.swift:12:16: note: add '@MainActor' to make static property 'consistentSwitchCaseSpacing' part of global actor 'MainActor'
    static let consistentSwitchCaseSpacing = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/ConsistentSwitchCaseSpacing.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let consistentSwitchCaseSpacing = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/DocComments.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/DocComments.swift:12:16: warning: static property 'docComments' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let docComments = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/DocComments.swift:12:16: note: add '@MainActor' to make static property 'docComments' part of global actor 'MainActor'
    static let docComments = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/DocComments.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let docComments = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/DocCommentsBeforeModifiers.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/DocCommentsBeforeModifiers.swift:12:16: warning: static property 'docCommentsBeforeModifiers' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let docCommentsBeforeModifiers = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/DocCommentsBeforeModifiers.swift:12:16: note: add '@MainActor' to make static property 'docCommentsBeforeModifiers' part of global actor 'MainActor'
    static let docCommentsBeforeModifiers = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/DocCommentsBeforeModifiers.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let docCommentsBeforeModifiers = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/DuplicateImports.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/DuplicateImports.swift:13:16: warning: static property 'duplicateImports' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let duplicateImports = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/DuplicateImports.swift:13:16: note: add '@MainActor' to make static property 'duplicateImports' part of global actor 'MainActor'
    static let duplicateImports = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/DuplicateImports.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let duplicateImports = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/ElseOnSameLine.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/ElseOnSameLine.swift:15:16: warning: static property 'elseOnSameLine' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let elseOnSameLine = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/ElseOnSameLine.swift:15:16: note: add '@MainActor' to make static property 'elseOnSameLine' part of global actor 'MainActor'
    static let elseOnSameLine = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/ElseOnSameLine.swift:15:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let elseOnSameLine = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/EmptyBraces.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/EmptyBraces.swift:13:16: warning: static property 'emptyBraces' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let emptyBraces = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/EmptyBraces.swift:13:16: note: add '@MainActor' to make static property 'emptyBraces' part of global actor 'MainActor'
    static let emptyBraces = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/EmptyBraces.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let emptyBraces = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/EmptyExtensions.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/EmptyExtensions.swift:13:16: warning: static property 'emptyExtensions' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let emptyExtensions = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/EmptyExtensions.swift:13:16: note: add '@MainActor' to make static property 'emptyExtensions' part of global actor 'MainActor'
    static let emptyExtensions = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/EmptyExtensions.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let emptyExtensions = FormatRule(
               ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling WrapAttributes.swift, WrapConditionalBodies.swift, WrapEnumCases.swift, WrapLoopBodies.swift, WrapMultilineConditionalAssignment.swift, WrapMultilineFunctionChains.swift, WrapMultilineStatementBraces.swift, WrapSingleLineComments.swift, WrapSwitchCases.swift, YodaConditions.swift, Singularize.swift, SwiftFormat.swift, Tokenizer.swift, XMLReporter.swift (in target 'SwiftFormat' from project 'SwiftFormat')
SwiftCompile normal arm64 Compiling\ Arguments.swift,\ CommandLine.swift,\ Declaration.swift,\ DeclarationType.swift,\ EnumAssociable.swift,\ FormatRule.swift,\ Formatter.swift,\ FormattingHelpers.swift,\ GitFileInfo.swift,\ GithubActionsLogReporter.swift,\ Globs.swift,\ Inference.swift,\ JSONReporter.swift,\ OptionDescriptor.swift,\ Options.swift /Users/admin/builder/spi-builder-workspace/Sources/Arguments.swift /Users/admin/builder/spi-builder-workspace/Sources/CommandLine.swift /Users/admin/builder/spi-builder-workspace/Sources/Declaration.swift /Users/admin/builder/spi-builder-workspace/Sources/DeclarationType.swift /Users/admin/builder/spi-builder-workspace/Sources/EnumAssociable.swift /Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift /Users/admin/builder/spi-builder-workspace/Sources/Formatter.swift /Users/admin/builder/spi-builder-workspace/Sources/FormattingHelpers.swift /Users/admin/builder/spi-builder-workspace/Sources/GitFileInfo.swift /Users/admin/builder/spi-builder-workspace/Sources/GithubActionsLogReporter.swift /Users/admin/builder/spi-builder-workspace/Sources/Globs.swift /Users/admin/builder/spi-builder-workspace/Sources/Inference.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONReporter.swift /Users/admin/builder/spi-builder-workspace/Sources/OptionDescriptor.swift /Users/admin/builder/spi-builder-workspace/Sources/Options.swift (in target 'swiftformat' from project 'SwiftFormat')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Arguments.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/CommandLine.swift:49:16: warning: static property 'print' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var print: (String, OutputType) -> Void = { _, _ in
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommandLine.swift:49:16: note: convert 'print' to a 'let' constant to make 'Sendable' shared state immutable
    static var print: (String, OutputType) -> Void = { _, _ in
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/CommandLine.swift:49:16: note: add '@MainActor' to make static property 'print' part of global actor 'MainActor'
    static var print: (String, OutputType) -> Void = { _, _ in
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommandLine.swift:49:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var print: (String, OutputType) -> Void = { _, _ in
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CommandLine.swift:55:16: warning: static property 'readLine' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var readLine: () -> String? = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CommandLine.swift:55:16: note: convert 'readLine' to a 'let' constant to make 'Sendable' shared state immutable
    static var readLine: () -> String? = {
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/CommandLine.swift:55:16: note: add '@MainActor' to make static property 'readLine' part of global actor 'MainActor'
    static var readLine: () -> String? = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommandLine.swift:55:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var readLine: () -> String? = {
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CommandLine.swift:70:13: warning: var 'quietMode' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var quietMode = false
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CommandLine.swift:70:13: note: convert 'quietMode' to a 'let' constant to make 'Sendable' shared state immutable
private var quietMode = false
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/CommandLine.swift:70:13: note: add '@MainActor' to make var 'quietMode' part of global actor 'MainActor'
private var quietMode = false
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/CommandLine.swift:70:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var quietMode = false
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/CommandLine.swift:777:17: warning: capture of 'processFromStdin()' with non-sendable type '() -> ()' in a '@Sendable' closure
                processFromStdin()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CommandLine.swift:777:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                processFromStdin()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CommandLine.swift:682:14: warning: concurrently-executed local function 'processFromStdin()' must be marked as '@Sendable'
        func processFromStdin() {
             ^
        @Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Declaration.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:50:16: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let none: FormatRule = .init(help: "") { _ in } examples: { nil }
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:50:16: note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
    static let none: FormatRule = .init(help: "") { _ in } examples: { nil }
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:50:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let none: FormatRule = .init(help: "") { _ in } examples: { nil }
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:100:12: warning: let 'FormatRules' is not concurrency-safe because non-'Sendable' type '_FormatRules' may have shared mutable state; this is an error in the Swift 6 language mode
public let FormatRules = _FormatRules()
           ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:189:15: note: consider making struct '_FormatRules' conform to the 'Sendable' protocol
public struct _FormatRules {
              ^
                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:100:12: note: add '@MainActor' to make let 'FormatRules' part of global actor 'MainActor'
public let FormatRules = _FormatRules()
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:100:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let FormatRules = _FormatRules()
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:102:13: warning: let 'rulesByName' is not concurrency-safe because non-'Sendable' type '[String : FormatRule]' may have shared mutable state; this is an error in the Swift 6 language mode
private let rulesByName: [String: FormatRule] = {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:102:13: note: add '@MainActor' to make let 'rulesByName' part of global actor 'MainActor'
private let rulesByName: [String: FormatRule] = {
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:102:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let rulesByName: [String: FormatRule] = {
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:134:13: warning: let '_allRules' is not concurrency-safe because non-'Sendable' type '[FormatRule]' may have shared mutable state; this is an error in the Swift 6 language mode
private let _allRules = rulesByName.sorted(by: { $0.key < $1.key }).map(\.value)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:134:13: note: add '@MainActor' to make let '_allRules' part of global actor 'MainActor'
private let _allRules = rulesByName.sorted(by: { $0.key < $1.key }).map(\.value)
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:134:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let _allRules = rulesByName.sorted(by: { $0.key < $1.key }).map(\.value)
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:135:13: warning: let '_deprecatedRules' is not concurrency-safe because non-'Sendable' type '[FormatRule]' may have shared mutable state; this is an error in the Swift 6 language mode
private let _deprecatedRules = _allRules.filter(\.isDeprecated)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:135:13: note: add '@MainActor' to make let '_deprecatedRules' part of global actor 'MainActor'
private let _deprecatedRules = _allRules.filter(\.isDeprecated)
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:135:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let _deprecatedRules = _allRules.filter(\.isDeprecated)
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:136:13: warning: let '_disabledByDefault' is not concurrency-safe because non-'Sendable' type '[FormatRule]' may have shared mutable state; this is an error in the Swift 6 language mode
private let _disabledByDefault = _allRules.filter(\.disabledByDefault)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:136:13: note: add '@MainActor' to make let '_disabledByDefault' part of global actor 'MainActor'
private let _disabledByDefault = _allRules.filter(\.disabledByDefault)
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:136:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let _disabledByDefault = _allRules.filter(\.disabledByDefault)
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:137:13: warning: let '_defaultRules' is not concurrency-safe because non-'Sendable' type '[FormatRule]' may have shared mutable state; this is an error in the Swift 6 language mode
private let _defaultRules = allRules(except: _disabledByDefault)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:137:13: note: add '@MainActor' to make let '_defaultRules' part of global actor 'MainActor'
private let _defaultRules = allRules(except: _disabledByDefault)
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:137:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let _defaultRules = allRules(except: _disabledByDefault)
            ^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Formatter.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/FormattingHelpers.swift:2906:16: warning: static property 'yearFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var yearFormatter: (Date) -> String = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormattingHelpers.swift:2906:16: note: convert 'yearFormatter' to a 'let' constant to make 'Sendable' shared state immutable
    static var yearFormatter: (Date) -> String = {
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/FormattingHelpers.swift:2906:16: note: add '@MainActor' to make static property 'yearFormatter' part of global actor 'MainActor'
    static var yearFormatter: (Date) -> String = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FormattingHelpers.swift:2906:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var yearFormatter: (Date) -> String = {
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FormattingHelpers.swift:2912:16: warning: static property 'currentYear' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var currentYear = yearFormatter(Date())
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormattingHelpers.swift:2912:16: note: convert 'currentYear' to a 'let' constant to make 'Sendable' shared state immutable
    static var currentYear = yearFormatter(Date())
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/FormattingHelpers.swift:2912:16: note: add '@MainActor' to make static property 'currentYear' part of global actor 'MainActor'
    static var currentYear = yearFormatter(Date())
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FormattingHelpers.swift:2912:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var currentYear = yearFormatter(Date())
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GitFileInfo.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/GitFileInfo.swift:100:13: warning: let 'getGitRoot' is not concurrency-safe because non-'Sendable' type '(URL) -> URL?' may have shared mutable state; this is an error in the Swift 6 language mode
private let getGitRoot: (URL) -> URL? = memoize({ $0.relativePath }) { url in
            ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/GitFileInfo.swift:100:13: note: add '@MainActor' to make let 'getGitRoot' part of global actor 'MainActor'
private let getGitRoot: (URL) -> URL? = memoize({ $0.relativePath }) { url in
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GitFileInfo.swift:100:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let getGitRoot: (URL) -> URL? = memoize({ $0.relativePath }) { url in
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GitFileInfo.swift:111:13: warning: let 'getDefaultGitInfo' is not concurrency-safe because non-'Sendable' type '(URL) -> GitFileInfo' may have shared mutable state; this is an error in the Swift 6 language mode
private let getDefaultGitInfo: (URL) -> GitFileInfo = memoize({ $0.relativePath }) { url in
            ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/GitFileInfo.swift:111:13: note: add '@MainActor' to make let 'getDefaultGitInfo' part of global actor 'MainActor'
private let getDefaultGitInfo: (URL) -> GitFileInfo = memoize({ $0.relativePath }) { url in
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GitFileInfo.swift:111:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let getDefaultGitInfo: (URL) -> GitFileInfo = memoize({ $0.relativePath }) { url in
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GitFileInfo.swift:118:13: warning: let 'getMovedFiles' is not concurrency-safe because non-'Sendable' type '(URL) -> [(from: URL, to: URL)]' may have shared mutable state; this is an error in the Swift 6 language mode
private let getMovedFiles: (URL) -> [(from: URL, to: URL)] = memoize({ $0.relativePath }) { root in
            ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/GitFileInfo.swift:118:13: note: add '@MainActor' to make let 'getMovedFiles' part of global actor 'MainActor'
private let getMovedFiles: (URL) -> [(from: URL, to: URL)] = memoize({ $0.relativePath }) { root in
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GitFileInfo.swift:118:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let getMovedFiles: (URL) -> [(from: URL, to: URL)] = memoize({ $0.relativePath }) { root in
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GitFileInfo.swift:167:13: warning: let 'getCommitInfo' is not concurrency-safe because non-'Sendable' type '((String?, URL)) -> GitFileInfo?' may have shared mutable state; this is an error in the Swift 6 language mode
private let getCommitInfo: ((String?, URL)) -> GitFileInfo? = memoize(
            ^
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/GitFileInfo.swift:167:13: note: add '@MainActor' to make let 'getCommitInfo' part of global actor 'MainActor'
private let getCommitInfo: ((String?, URL)) -> GitFileInfo? = memoize(
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GitFileInfo.swift:167:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let getCommitInfo: ((String?, URL)) -> GitFileInfo? = memoize(
            ^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GithubActionsLogReporter.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/Inference.swift:1520:16: warning: static property 'byName' is not concurrency-safe because non-'Sendable' type '[String : OptionInferrer]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let byName: [String: OptionInferrer] = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Inference.swift:48:16: note: consider making struct 'OptionInferrer' conform to the 'Sendable' protocol
private struct OptionInferrer {
               ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Inference.swift:1520:16: note: add '@MainActor' to make static property 'byName' part of global actor 'MainActor'
    static let byName: [String: OptionInferrer] = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Inference.swift:1520:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let byName: [String: OptionInferrer] = {
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONReporter.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/OptionDescriptor.swift:383:5: warning: let 'Descriptors' is not concurrency-safe because non-'Sendable' type '_Descriptors' may have shared mutable state; this is an error in the Swift 6 language mode
let Descriptors = _Descriptors()
    ^
/Users/admin/builder/spi-builder-workspace/Sources/OptionDescriptor.swift:443:8: note: consider making struct '_Descriptors' conform to the 'Sendable' protocol
struct _Descriptors {
       ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/OptionDescriptor.swift:383:5: note: add '@MainActor' to make let 'Descriptors' part of global actor 'MainActor'
let Descriptors = _Descriptors()
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OptionDescriptor.swift:383:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let Descriptors = _Descriptors()
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OptionDescriptor.swift:385:13: warning: var '_allDescriptors' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var _allDescriptors: [OptionDescriptor] = {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/OptionDescriptor.swift:385:13: note: convert '_allDescriptors' to a 'let' constant to make 'Sendable' shared state immutable
private var _allDescriptors: [OptionDescriptor] = {
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/OptionDescriptor.swift:385:13: note: add '@MainActor' to make var '_allDescriptors' part of global actor 'MainActor'
private var _allDescriptors: [OptionDescriptor] = {
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OptionDescriptor.swift:385:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var _allDescriptors: [OptionDescriptor] = {
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OptionDescriptor.swift:406:13: warning: var '_descriptorsByName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var _descriptorsByName: [String: OptionDescriptor] = Dictionary(uniqueKeysWithValues: _allDescriptors.map { ($0.argumentName, $0) })
            ^
/Users/admin/builder/spi-builder-workspace/Sources/OptionDescriptor.swift:406:13: note: convert '_descriptorsByName' to a 'let' constant to make 'Sendable' shared state immutable
private var _descriptorsByName: [String: OptionDescriptor] = Dictionary(uniqueKeysWithValues: _allDescriptors.map { ($0.argumentName, $0) })
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/OptionDescriptor.swift:406:13: note: add '@MainActor' to make var '_descriptorsByName' part of global actor 'MainActor'
private var _descriptorsByName: [String: OptionDescriptor] = Dictionary(uniqueKeysWithValues: _allDescriptors.map { ($0.argumentName, $0) })
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OptionDescriptor.swift:406:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var _descriptorsByName: [String: OptionDescriptor] = Dictionary(uniqueKeysWithValues: _allDescriptors.map { ($0.argumentName, $0) })
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/OptionDescriptor.swift:408:13: warning: let '_formattingDescriptors' is not concurrency-safe because non-'Sendable' type '[OptionDescriptor]' may have shared mutable state; this is an error in the Swift 6 language mode
private let _formattingDescriptors: [OptionDescriptor] = {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/OptionDescriptor.swift:34:7: note: class 'OptionDescriptor' does not conform to the 'Sendable' protocol
class OptionDescriptor {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/OptionDescriptor.swift:408:13: note: add '@MainActor' to make let '_formattingDescriptors' part of global actor 'MainActor'
private let _formattingDescriptors: [OptionDescriptor] = {
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/OptionDescriptor.swift:408:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let _formattingDescriptors: [OptionDescriptor] = {
            ^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Options.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Options.swift:184:23: warning: static property 'undefined' is not concurrency-safe because non-'Sendable' type 'Version' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let undefined = Version(rawValue: "0")!
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Options.swift:181:15: note: consider making struct 'Version' conform to the 'Sendable' protocol
public struct Version: RawRepresentable, Comparable, ExpressibleByStringLiteral, CustomStringConvertible {
              ^
                                                                                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Options.swift:184:23: note: add '@MainActor' to make static property 'undefined' part of global actor 'MainActor'
    public static let undefined = Version(rawValue: "0")!
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Options.swift:184:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let undefined = Version(rawValue: "0")!
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Options.swift:336:16: warning: static property 'defaultReplacements' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var defaultReplacements: [ReplacementKey: ReplacementType] = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Options.swift:336:16: note: convert 'defaultReplacements' to a 'let' constant to make 'Sendable' shared state immutable
    static var defaultReplacements: [ReplacementKey: ReplacementType] = [
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/Options.swift:336:16: note: add '@MainActor' to make static property 'defaultReplacements' part of global actor 'MainActor'
    static var defaultReplacements: [ReplacementKey: ReplacementType] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Options.swift:336:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var defaultReplacements: [ReplacementKey: ReplacementType] = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Options.swift:758:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FormatOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let `default` = FormatOptions()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Options.swift:630:15: note: consider making struct 'FormatOptions' conform to the 'Sendable' protocol
public struct FormatOptions: CustomStringConvertible {
              ^
                                                    , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Options.swift:758:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    public static let `default` = FormatOptions()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Options.swift:758:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let `default` = FormatOptions()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Options.swift:1044:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FileOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let `default` = FileOptions()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Options.swift:1037:15: note: consider making struct 'FileOptions' conform to the 'Sendable' protocol
public struct FileOptions {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Options.swift:1044:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    public static let `default` = FileOptions()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Options.swift:1044:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let `default` = FileOptions()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Options.swift:1084:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Options' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let `default` = Options(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Options.swift:1077:15: note: consider making struct 'Options' conform to the 'Sendable' protocol
public struct Options {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Options.swift:1084:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    public static let `default` = Options(
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Options.swift:1084:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let `default` = Options(
                      ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling ParsingHelpers.swift, Reporter.swift, RuleRegistry.generated.swift, Acronyms.swift, AndOperator.swift, AnyObjectProtocol.swift, ApplicationMain.swift, AssertionFailures.swift, BlankLineAfterImports.swift, BlankLineAfterSwitchCase.swift, BlankLinesAfterGuardStatements.swift, BlankLinesAroundMark.swift, BlankLinesAtEndOfScope.swift, BlankLinesAtStartOfScope.swift, BlankLinesBetweenChainedFunctions.swift (in target 'SwiftFormat' from project 'SwiftFormat')
SwiftCompile normal arm64 Compiling\ WrapAttributes.swift,\ WrapConditionalBodies.swift,\ WrapEnumCases.swift,\ WrapLoopBodies.swift,\ WrapMultilineConditionalAssignment.swift,\ WrapMultilineFunctionChains.swift,\ WrapMultilineStatementBraces.swift,\ WrapSingleLineComments.swift,\ WrapSwitchCases.swift,\ YodaConditions.swift,\ Singularize.swift,\ SwiftFormat.swift,\ Tokenizer.swift,\ XMLReporter.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapAttributes.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapConditionalBodies.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapEnumCases.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapLoopBodies.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapMultilineConditionalAssignment.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapMultilineFunctionChains.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapMultilineStatementBraces.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapSingleLineComments.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapSwitchCases.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/YodaConditions.swift /Users/admin/builder/spi-builder-workspace/Sources/Singularize.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/Tokenizer.swift /Users/admin/builder/spi-builder-workspace/Sources/XMLReporter.swift (in target 'swiftformat' from project 'SwiftFormat')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapAttributes.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapAttributes.swift:12:16: warning: static property 'wrapAttributes' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wrapAttributes = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapAttributes.swift:12:16: note: add '@MainActor' to make static property 'wrapAttributes' part of global actor 'MainActor'
    static let wrapAttributes = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapAttributes.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wrapAttributes = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapConditionalBodies.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapConditionalBodies.swift:12:16: warning: static property 'wrapConditionalBodies' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wrapConditionalBodies = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapConditionalBodies.swift:12:16: note: add '@MainActor' to make static property 'wrapConditionalBodies' part of global actor 'MainActor'
    static let wrapConditionalBodies = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapConditionalBodies.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wrapConditionalBodies = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapEnumCases.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapEnumCases.swift:13:16: warning: static property 'wrapEnumCases' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wrapEnumCases = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapEnumCases.swift:13:16: note: add '@MainActor' to make static property 'wrapEnumCases' part of global actor 'MainActor'
    static let wrapEnumCases = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapEnumCases.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wrapEnumCases = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapLoopBodies.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapLoopBodies.swift:12:16: warning: static property 'wrapLoopBodies' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wrapLoopBodies = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapLoopBodies.swift:12:16: note: add '@MainActor' to make static property 'wrapLoopBodies' part of global actor 'MainActor'
    static let wrapLoopBodies = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapLoopBodies.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wrapLoopBodies = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapMultilineConditionalAssignment.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapMultilineConditionalAssignment.swift:12:16: warning: static property 'wrapMultilineConditionalAssignment' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wrapMultilineConditionalAssignment = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapMultilineConditionalAssignment.swift:12:16: note: add '@MainActor' to make static property 'wrapMultilineConditionalAssignment' part of global actor 'MainActor'
    static let wrapMultilineConditionalAssignment = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapMultilineConditionalAssignment.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wrapMultilineConditionalAssignment = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapMultilineFunctionChains.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapMultilineFunctionChains.swift:12:16: warning: static property 'wrapMultilineFunctionChains' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wrapMultilineFunctionChains = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapMultilineFunctionChains.swift:12:16: note: add '@MainActor' to make static property 'wrapMultilineFunctionChains' part of global actor 'MainActor'
    static let wrapMultilineFunctionChains = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapMultilineFunctionChains.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wrapMultilineFunctionChains = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapMultilineStatementBraces.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapMultilineStatementBraces.swift:12:16: warning: static property 'wrapMultilineStatementBraces' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wrapMultilineStatementBraces = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapMultilineStatementBraces.swift:12:16: note: add '@MainActor' to make static property 'wrapMultilineStatementBraces' part of global actor 'MainActor'
    static let wrapMultilineStatementBraces = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapMultilineStatementBraces.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wrapMultilineStatementBraces = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapSingleLineComments.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapSingleLineComments.swift:13:16: warning: static property 'wrapSingleLineComments' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wrapSingleLineComments = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapSingleLineComments.swift:13:16: note: add '@MainActor' to make static property 'wrapSingleLineComments' part of global actor 'MainActor'
    static let wrapSingleLineComments = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapSingleLineComments.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wrapSingleLineComments = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapSwitchCases.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapSwitchCases.swift:13:16: warning: static property 'wrapSwitchCases' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wrapSwitchCases = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapSwitchCases.swift:13:16: note: add '@MainActor' to make static property 'wrapSwitchCases' part of global actor 'MainActor'
    static let wrapSwitchCases = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/WrapSwitchCases.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wrapSwitchCases = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/YodaConditions.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/YodaConditions.swift:13:16: warning: static property 'yodaConditions' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let yodaConditions = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/YodaConditions.swift:13:16: note: add '@MainActor' to make static property 'yodaConditions' part of global actor 'MainActor'
    static let yodaConditions = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/YodaConditions.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let yodaConditions = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Singularize.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift:314:13: warning: var 'configCache' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var configCache = [URL: [String: String]]()
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift:314:13: note: convert 'configCache' to a 'let' constant to make 'Sendable' shared state immutable
private var configCache = [URL: [String: String]]()
        ~~~ ^
        let
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift:314:13: note: add '@MainActor' to make var 'configCache' part of global actor 'MainActor'
private var configCache = [URL: [String: String]]()
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift:314:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var configCache = [URL: [String: String]]()
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift:139:13: warning: capture of 'completionBlocks' with non-sendable type '[() throws -> Void]' in a '@Sendable' closure
            completionBlocks.append(block)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift:139:13: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            completionBlocks.append(block)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift:139:37: warning: capture of 'block' with non-sendable type '() throws -> Void' in a '@Sendable' closure
            completionBlocks.append(block)
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift:139:37: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            completionBlocks.append(block)
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift:139:13: warning: mutation of captured var 'completionBlocks' in concurrently-executing code
            completionBlocks.append(block)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift:240:21: warning: capture of 'enumerate(inputURL:outputURL:options:)' with non-sendable type '(URL, URL?, Options) -> ()' in a '@Sendable' closure
                    enumerate(inputURL: url, outputURL: outputURL, options: options)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift:240:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    enumerate(inputURL: url, outputURL: outputURL, options: options)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift:240:77: warning: capture of 'options' with non-sendable type 'Options' in a '@Sendable' closure
                    enumerate(inputURL: url, outputURL: outputURL, options: options)
                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Options.swift:1077:15: note: consider making struct 'Options' conform to the 'Sendable' protocol
public struct Options {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift:194:10: warning: concurrently-executed local function 'enumerate(inputURL:outputURL:options:)' must be marked as '@Sendable'
    func enumerate(inputURL: URL,
         ^
    @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift:247:23: warning: capture of 'baseOptions' with non-sendable type 'Options' in a '@Sendable' closure
        var options = baseOptions
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Options.swift:1077:15: note: consider making struct 'Options' conform to the 'Sendable' protocol
public struct Options {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift:253:62: warning: capture of 'logger' with non-sendable type 'Logger?' (aka 'Optional<(String) -> ()>') in a '@Sendable' closure
            try gatherOptions(&options, for: inputURL, with: logger)
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift:253:62: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            try gatherOptions(&options, for: inputURL, with: logger)
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift:254:58: warning: capture of 'resolveInputURL(_:options:)' with non-sendable type '(URL, Options) -> (URL, URLResourceValues, Options)?' in a '@Sendable' closure
            guard let (resolvedURL, resourceValues, _) = resolveInputURL(inputURL, options: options) else {
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift:254:58: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            guard let (resolvedURL, resourceValues, _) = resolveInputURL(inputURL, options: options) else {
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift:265:13: warning: capture of 'onComplete' with non-sendable type '(@escaping () throws -> Void) -> ()' in a '@Sendable' closure
            onComplete { throw error }
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift:265:13: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            onComplete { throw error }
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift:268:9: warning: capture of 'enumerate(inputURL:outputURL:options:)' with non-sendable type '(URL, URL?, Options) -> ()' in a '@Sendable' closure
        enumerate(inputURL: inputURL, outputURL: outputURL, options: options)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift:268:9: note: a function type must be marked '@Sendable' to conform to 'Sendable'
        enumerate(inputURL: inputURL, outputURL: outputURL, options: options)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift:145:10: warning: concurrently-executed local function 'resolveInputURL(_:options:)' must be marked as '@Sendable'
    func resolveInputURL(_ inputURL: URL, options: Options) -> (URL, URLResourceValues, Options)? {
         ^
    @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift:137:10: warning: concurrently-executed local function 'onComplete' must be marked as '@Sendable'
    func onComplete(_ block: @escaping () throws -> Void) {
         ^
    @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift:351:33: warning: reference to captured var 'args' in concurrently-executing code
        configCache[inputURL] = args
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift:571:17: warning: capture of 'rule' with non-sendable type 'FormatRule' in a '@Sendable' closure
                rule.apply(with: formatter)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFormat.swift:571:34: warning: capture of 'formatter' with non-sendable type 'Formatter' in a '@Sendable' closure
                rule.apply(with: formatter)
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Formatter.swift:40:14: note: class 'Formatter' does not conform to the 'Sendable' protocol
public class Formatter: NSObject {
             ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tokenizer.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling SortTypealiases.swift, SortedImports.swift, SortedSwitchCases.swift, SpaceAroundBraces.swift, SpaceAroundBrackets.swift, SpaceAroundComments.swift, SpaceAroundGenerics.swift, SpaceAroundOperators.swift, SpaceAroundParens.swift, SpaceInsideBraces.swift, SpaceInsideBrackets.swift, SpaceInsideComments.swift, SpaceInsideGenerics.swift, SpaceInsideParens.swift (in target 'swiftformat' from project 'SwiftFormat')
SwiftCompile normal arm64 Compiling\ RedundantParens.swift,\ RedundantPattern.swift,\ RedundantProperty.swift,\ RedundantRawValues.swift,\ RedundantReturn.swift,\ RedundantSelf.swift,\ RedundantStaticSelf.swift,\ RedundantType.swift,\ RedundantTypedThrows.swift,\ RedundantVoidReturnType.swift,\ Semicolons.swift,\ SortDeclarations.swift,\ SortImports.swift,\ SortSwitchCases.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantParens.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantPattern.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantRawValues.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantReturn.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantSelf.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantStaticSelf.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantType.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantTypedThrows.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantVoidReturnType.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/Semicolons.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/SortDeclarations.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/SortImports.swift /Users/admin/builder/spi-builder-workspace/Sources/Rules/SortSwitchCases.swift (in target 'swiftformat' from project 'SwiftFormat')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantParens.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantParens.swift:13:16: warning: static property 'redundantParens' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let redundantParens = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantParens.swift:13:16: note: add '@MainActor' to make static property 'redundantParens' part of global actor 'MainActor'
    static let redundantParens = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantParens.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let redundantParens = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantPattern.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantPattern.swift:13:16: warning: static property 'redundantPattern' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let redundantPattern = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantPattern.swift:13:16: note: add '@MainActor' to make static property 'redundantPattern' part of global actor 'MainActor'
    static let redundantPattern = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantPattern.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let redundantPattern = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantProperty.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantProperty.swift:12:16: warning: static property 'redundantProperty' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let redundantProperty = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantProperty.swift:12:16: note: add '@MainActor' to make static property 'redundantProperty' part of global actor 'MainActor'
    static let redundantProperty = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantProperty.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let redundantProperty = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantRawValues.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantRawValues.swift:13:16: warning: static property 'redundantRawValues' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let redundantRawValues = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantRawValues.swift:13:16: note: add '@MainActor' to make static property 'redundantRawValues' part of global actor 'MainActor'
    static let redundantRawValues = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantRawValues.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let redundantRawValues = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantReturn.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantReturn.swift:13:16: warning: static property 'redundantReturn' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let redundantReturn = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantReturn.swift:13:16: note: add '@MainActor' to make static property 'redundantReturn' part of global actor 'MainActor'
    static let redundantReturn = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantReturn.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let redundantReturn = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantSelf.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantSelf.swift:13:16: warning: static property 'redundantSelf' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let redundantSelf = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantSelf.swift:13:16: note: add '@MainActor' to make static property 'redundantSelf' part of global actor 'MainActor'
    static let redundantSelf = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantSelf.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let redundantSelf = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantStaticSelf.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantStaticSelf.swift:13:16: warning: static property 'redundantStaticSelf' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let redundantStaticSelf = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantStaticSelf.swift:13:16: note: add '@MainActor' to make static property 'redundantStaticSelf' part of global actor 'MainActor'
    static let redundantStaticSelf = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantStaticSelf.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let redundantStaticSelf = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantType.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantType.swift:13:16: warning: static property 'redundantType' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let redundantType = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantType.swift:13:16: note: add '@MainActor' to make static property 'redundantType' part of global actor 'MainActor'
    static let redundantType = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantType.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let redundantType = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantTypedThrows.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantTypedThrows.swift:12:16: warning: static property 'redundantTypedThrows' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let redundantTypedThrows = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantTypedThrows.swift:12:16: note: add '@MainActor' to make static property 'redundantTypedThrows' part of global actor 'MainActor'
    static let redundantTypedThrows = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantTypedThrows.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let redundantTypedThrows = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantVoidReturnType.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantVoidReturnType.swift:13:16: warning: static property 'redundantVoidReturnType' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let redundantVoidReturnType = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantVoidReturnType.swift:13:16: note: add '@MainActor' to make static property 'redundantVoidReturnType' part of global actor 'MainActor'
    static let redundantVoidReturnType = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/RedundantVoidReturnType.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let redundantVoidReturnType = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/Semicolons.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/Semicolons.swift:13:16: warning: static property 'semicolons' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let semicolons = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/Semicolons.swift:13:16: note: add '@MainActor' to make static property 'semicolons' part of global actor 'MainActor'
    static let semicolons = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/Semicolons.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let semicolons = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/SortDeclarations.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/SortDeclarations.swift:12:16: warning: static property 'sortDeclarations' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let sortDeclarations = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/SortDeclarations.swift:12:16: note: add '@MainActor' to make static property 'sortDeclarations' part of global actor 'MainActor'
    static let sortDeclarations = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/SortDeclarations.swift:12:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let sortDeclarations = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/SortImports.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/SortImports.swift:13:16: warning: static property 'sortImports' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let sortImports = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/SortImports.swift:13:16: note: add '@MainActor' to make static property 'sortImports' part of global actor 'MainActor'
    static let sortImports = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/SortImports.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let sortImports = FormatRule(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rules/SortSwitchCases.swift (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Rules/SortSwitchCases.swift:13:16: warning: static property 'sortSwitchCases' is not concurrency-safe because non-'Sendable' type 'FormatRule' may have shared mutable state; this is an error in the Swift 6 language mode
    static let sortSwitchCases = FormatRule(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FormatRule.swift:34:20: note: class 'FormatRule' does not conform to the 'Sendable' protocol
public final class FormatRule: Hashable, Comparable, CustomStringConvertible {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Rules/SortSwitchCases.swift:13:16: note: add '@MainActor' to make static property 'sortSwitchCases' part of global actor 'MainActor'
    static let sortSwitchCases = FormatRule(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rules/SortSwitchCases.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let sortSwitchCases = FormatRule(
               ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling Specifiers.swift, StrongOutlets.swift, StrongifiedSelf.swift, SwiftTestingTestCaseNames.swift, Todos.swift, TrailingClosures.swift, TrailingCommas.swift, TrailingSpace.swift, TypeSugar.swift, UnusedArguments.swift, UnusedPrivateDeclarations.swift, Void.swift, Wrap.swift, WrapArguments.swift (in target 'swiftformat' from project 'SwiftFormat')
SwiftDriverJobDiscovery normal arm64 Compiling RedundantBackticks.swift, RedundantBreak.swift, RedundantClosure.swift, RedundantEquatable.swift, RedundantExtensionACL.swift, RedundantFileprivate.swift, RedundantGet.swift, RedundantInit.swift, RedundantInternal.swift, RedundantLet.swift, RedundantLetError.swift, RedundantNilInit.swift, RedundantObjc.swift, RedundantOptionalBinding.swift (in target 'swiftformat' from project 'SwiftFormat')
SwiftDriverJobDiscovery normal arm64 Compiling Arguments.swift, CommandLine.swift, Declaration.swift, DeclarationType.swift, EnumAssociable.swift, FormatRule.swift, Formatter.swift, FormattingHelpers.swift, GitFileInfo.swift, GithubActionsLogReporter.swift, Globs.swift, Inference.swift, JSONReporter.swift, OptionDescriptor.swift, Options.swift (in target 'SwiftFormat' from project 'SwiftFormat')
SwiftDriver\ Compilation SwiftFormat normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftFormat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftFormat -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/Objects-normal/arm64/SwiftFormat.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/Objects-normal/arm64/SwiftFormat-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/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/Objects-normal/arm64/SwiftFormat.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/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/Objects-normal/arm64/SwiftFormat_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.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/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/Objects-normal/arm64/SwiftFormat-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftFormat.o normal (in target 'SwiftFormat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/Objects-normal/arm64/SwiftFormat.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/Objects-normal/arm64/SwiftFormat_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/Objects-normal/arm64/SwiftFormat_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/Objects-normal/arm64/SwiftFormat.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftFormat.o
ExtractAppIntentsMetadata (in target 'SwiftFormat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SwiftFormat --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.SwiftFormat --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftFormat.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftFormat.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/Objects-normal/arm64/SwiftFormat_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/Objects-normal/arm64/SwiftFormat.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/SwiftFormat.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/SwiftFormat.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/Objects-normal/arm64/SwiftFormat.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-15 11:59:22.316 appintentsmetadataprocessor[788:4640] Starting appintentsmetadataprocessor export
2025-06-15 11:59:22.362 appintentsmetadataprocessor[788:4640] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftFormat.o (in target 'SwiftFormat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SwiftFormat.o
SwiftDriverJobDiscovery normal arm64 Compiling LinebreakAtEndOfFile.swift, Linebreaks.swift, MarkTypes.swift, ModifierOrder.swift, NoExplicitOwnership.swift, NumberFormatting.swift, OpaqueGenericParameters.swift, OrganizeDeclarations.swift, PreferCountWhere.swift, PreferForLoop.swift, PreferKeyPath.swift, PreferSwiftTesting.swift, PrivateStateVariables.swift, PropertyTypes.swift (in target 'swiftformat' from project 'SwiftFormat')
SwiftDriverJobDiscovery normal arm64 Compiling BlankLinesBetweenImports.swift, BlankLinesBetweenScopes.swift, BlockComments.swift, Braces.swift, ConditionalAssignment.swift, ConsecutiveBlankLines.swift, ConsecutiveSpaces.swift, ConsistentSwitchCaseSpacing.swift, DocComments.swift, DocCommentsBeforeModifiers.swift, DuplicateImports.swift, ElseOnSameLine.swift, EmptyBraces.swift, EmptyExtensions.swift (in target 'swiftformat' from project 'SwiftFormat')
SwiftDriverJobDiscovery normal arm64 Compiling EnumNamespaces.swift, EnvironmentEntry.swift, ExtensionAccessControl.swift, FileHeader.swift, FileMacro.swift, GenericExtensions.swift, HeaderFileName.swift, HoistAwait.swift, HoistPatternLet.swift, HoistTry.swift, Indent.swift, InitCoderUnavailable.swift, IsEmpty.swift, LeadingDelimiters.swift (in target 'swiftformat' from project 'SwiftFormat')
SwiftDriverJobDiscovery normal arm64 Compiling RedundantParens.swift, RedundantPattern.swift, RedundantProperty.swift, RedundantRawValues.swift, RedundantReturn.swift, RedundantSelf.swift, RedundantStaticSelf.swift, RedundantType.swift, RedundantTypedThrows.swift, RedundantVoidReturnType.swift, Semicolons.swift, SortDeclarations.swift, SortImports.swift, SortSwitchCases.swift (in target 'swiftformat' from project 'SwiftFormat')
SwiftDriverJobDiscovery normal arm64 Emitting module for swiftformat (in target 'swiftformat' from project 'SwiftFormat')
SwiftDriver\ Compilation\ Requirements swiftformat normal arm64 com.apple.xcode.tools.swift.compiler (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name swiftformat -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/swiftformat.build/Objects-normal/arm64/swiftformat.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/swiftformat.build/Objects-normal/arm64/swiftformat-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/SwiftFormat.build/Debug-appletvos/swiftformat.build/Objects-normal/arm64/swiftformat.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/swiftformat.build/Objects-normal/arm64/swiftformat_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/swiftformat.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/swiftformat.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/swiftformat.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/swiftformat.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/swiftformat.build/Objects-normal/arm64/swiftformat.swiftmodule (in target 'swiftformat' from project 'SwiftFormat')
    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/SwiftFormat.build/Debug-appletvos/swiftformat.build/Objects-normal/arm64/swiftformat.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/swiftformat.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/swiftformat.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/swiftformat.build/Objects-normal/arm64/swiftformat.swiftdoc (in target 'swiftformat' from project 'SwiftFormat')
    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/SwiftFormat.build/Debug-appletvos/swiftformat.build/Objects-normal/arm64/swiftformat.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/swiftformat.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/swiftformat.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/swiftformat.build/Objects-normal/arm64/swiftformat.swiftsourceinfo (in target 'swiftformat' from project 'SwiftFormat')
    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/SwiftFormat.build/Debug-appletvos/swiftformat.build/Objects-normal/arm64/swiftformat.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/swiftformat.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/swiftformat.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/swiftformat.build/Objects-normal/arm64/swiftformat.abi.json (in target 'swiftformat' from project 'SwiftFormat')
    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/SwiftFormat.build/Debug-appletvos/swiftformat.build/Objects-normal/arm64/swiftformat.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/swiftformat.swiftmodule/arm64-apple-tvos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling ParsingHelpers.swift, Reporter.swift, RuleRegistry.generated.swift, Acronyms.swift, AndOperator.swift, AnyObjectProtocol.swift, ApplicationMain.swift, AssertionFailures.swift, BlankLineAfterImports.swift, BlankLineAfterSwitchCase.swift, BlankLinesAfterGuardStatements.swift, BlankLinesAroundMark.swift, BlankLinesAtEndOfScope.swift, BlankLinesAtStartOfScope.swift, BlankLinesBetweenChainedFunctions.swift (in target 'swiftformat' from project 'SwiftFormat')
SwiftDriverJobDiscovery normal arm64 Compiling WrapAttributes.swift, WrapConditionalBodies.swift, WrapEnumCases.swift, WrapLoopBodies.swift, WrapMultilineConditionalAssignment.swift, WrapMultilineFunctionChains.swift, WrapMultilineStatementBraces.swift, WrapSingleLineComments.swift, WrapSwitchCases.swift, YodaConditions.swift, Singularize.swift, SwiftFormat.swift, Tokenizer.swift, XMLReporter.swift (in target 'swiftformat' from project 'SwiftFormat')
SwiftDriverJobDiscovery normal arm64 Compiling Arguments.swift, CommandLine.swift, Declaration.swift, DeclarationType.swift, EnumAssociable.swift, FormatRule.swift, Formatter.swift, FormattingHelpers.swift, GitFileInfo.swift, GithubActionsLogReporter.swift, Globs.swift, Inference.swift, JSONReporter.swift, OptionDescriptor.swift, Options.swift (in target 'swiftformat' from project 'SwiftFormat')
SwiftDriver\ Compilation swiftformat normal arm64 com.apple.xcode.tools.swift.compiler (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name swiftformat -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/swiftformat.build/Objects-normal/arm64/swiftformat.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/swiftformat.build/Objects-normal/arm64/swiftformat-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/SwiftFormat.build/Debug-appletvos/swiftformat.build/Objects-normal/arm64/swiftformat.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/swiftformat.build/Objects-normal/arm64/swiftformat_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/swiftformat.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/swiftformat.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/swiftformat.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
error: unable to open dependencies file (/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/swiftformat.build/Objects-normal/arm64/main.d) (in target 'swiftformat' from project 'SwiftFormat')
** BUILD FAILED **
The following build commands failed:
	SwiftDriver\ Compilation swiftformat normal arm64 com.apple.xcode.tools.swift.compiler (in target 'swiftformat' from project 'SwiftFormat')
	Building workspace spi-builder-workspace with scheme SwiftFormat-Package
(2 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  SwiftFormat: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwiftFormat
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftFormat",
  "name" : "SwiftFormat",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "swiftformat",
      "targets" : [
        "CommandLineTool"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftFormat",
      "targets" : [
        "SwiftFormat"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftFormatPlugin",
      "targets" : [
        "SwiftFormatPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftFormatTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftFormatTests",
      "path" : "Tests",
      "sources" : [
        "ArgumentsTests.swift",
        "BadConfig/Test.swift",
        "CodeOrganizationTests.swift",
        "CommandLineTests.swift",
        "DeclarationV2Tests.swift",
        "EnumAssociableTests.swift",
        "FormatterTests.swift",
        "GlobsTests.swift",
        "InferenceTests.swift",
        "MetadataTests.swift",
        "OptionDescriptorTests.swift",
        "ParsingHelpersTests.swift",
        "ProjectFilePaths.swift",
        "ReporterTests.swift",
        "Rules/AcronymsTests.swift",
        "Rules/AndOperatorTests.swift",
        "Rules/AnyObjectProtocolTests.swift",
        "Rules/ApplicationMainTests.swift",
        "Rules/AssertionFailuresTests.swift",
        "Rules/BlankLineAfterImportsTests.swift",
        "Rules/BlankLineAfterSwitchCaseTests.swift",
        "Rules/BlankLinesAfterGuardStatementsTests.swift",
        "Rules/BlankLinesAroundMarkTests.swift",
        "Rules/BlankLinesAtEndOfScopeTests.swift",
        "Rules/BlankLinesAtStartOfScopeTests.swift",
        "Rules/BlankLinesBetweenChainedFunctionsTests.swift",
        "Rules/BlankLinesBetweenImportsTests.swift",
        "Rules/BlankLinesBetweenScopesTests.swift",
        "Rules/BlockCommentsTests.swift",
        "Rules/BracesTests.swift",
        "Rules/ConditionalAssignmentTests.swift",
        "Rules/ConsecutiveBlankLinesTests.swift",
        "Rules/ConsecutiveSpacesTests.swift",
        "Rules/ConsistentSwitchCaseSpacingTests.swift",
        "Rules/DocCommentsBeforeModifiersTests.swift",
        "Rules/DocCommentsTests.swift",
        "Rules/DuplicateImportsTests.swift",
        "Rules/ElseOnSameLineTests.swift",
        "Rules/EmptyBracesTests.swift",
        "Rules/EmptyExtensionsTests.swift",
        "Rules/EnumNamespacesTests.swift",
        "Rules/EnvironmentEntryTests.swift",
        "Rules/ExtensionAccessControlTests.swift",
        "Rules/FileHeaderTests.swift",
        "Rules/FileMacroTests.swift",
        "Rules/GenericExtensionsTests.swift",
        "Rules/HeaderFileNameTests.swift",
        "Rules/HoistAwaitTests.swift",
        "Rules/HoistPatternLetTests.swift",
        "Rules/HoistTryTests.swift",
        "Rules/IndentTests.swift",
        "Rules/InitCoderUnavailableTests.swift",
        "Rules/IsEmptyTests.swift",
        "Rules/LeadingDelimitersTests.swift",
        "Rules/LinebreakAtEndOfFileTests.swift",
        "Rules/LinebreaksTests.swift",
        "Rules/MarkTypesTests.swift",
        "Rules/ModifierOrderTests.swift",
        "Rules/NoExplicitOwnershipTests.swift",
        "Rules/NumberFormattingTests.swift",
        "Rules/OpaqueGenericParametersTests.swift",
        "Rules/OrganizeDeclarationsTests.swift",
        "Rules/PreferCountWhereTests.swift",
        "Rules/PreferForLoopTests.swift",
        "Rules/PreferKeyPathTests.swift",
        "Rules/PreferSwiftTestingTests.swift",
        "Rules/PrivateStateVariablesTests.swift",
        "Rules/PropertyTypesTests.swift",
        "Rules/RedundantBackticksTests.swift",
        "Rules/RedundantBreakTests.swift",
        "Rules/RedundantClosureTests.swift",
        "Rules/RedundantEquatableTests.swift",
        "Rules/RedundantExtensionACLTests.swift",
        "Rules/RedundantFileprivateTests.swift",
        "Rules/RedundantGetTests.swift",
        "Rules/RedundantInitTests.swift",
        "Rules/RedundantInternalTests.swift",
        "Rules/RedundantLetErrorTests.swift",
        "Rules/RedundantLetTests.swift",
        "Rules/RedundantNilInitTests.swift",
        "Rules/RedundantObjcTests.swift",
        "Rules/RedundantOptionalBindingTests.swift",
        "Rules/RedundantParensTests.swift",
        "Rules/RedundantPatternTests.swift",
        "Rules/RedundantPropertyTests.swift",
        "Rules/RedundantRawValuesTests.swift",
        "Rules/RedundantReturnTests.swift",
        "Rules/RedundantSelfTests.swift",
        "Rules/RedundantStaticSelfTests.swift",
        "Rules/RedundantTypeTests.swift",
        "Rules/RedundantTypedThrowsTests.swift",
        "Rules/RedundantVoidReturnTypeTests.swift",
        "Rules/SemicolonsTests.swift",
        "Rules/SortDeclarationsTests.swift",
        "Rules/SortImportsTests.swift",
        "Rules/SortSwitchCasesTests.swift",
        "Rules/SortTypealiasesTests.swift",
        "Rules/SpaceAroundBracesTests.swift",
        "Rules/SpaceAroundBracketsTests.swift",
        "Rules/SpaceAroundCommentsTests.swift",
        "Rules/SpaceAroundGenericsTests.swift",
        "Rules/SpaceAroundOperatorsTests.swift",
        "Rules/SpaceAroundParensTests.swift",
        "Rules/SpaceInsideBracesTests.swift",
        "Rules/SpaceInsideBracketsTests.swift",
        "Rules/SpaceInsideCommentsTests.swift",
        "Rules/SpaceInsideGenericsTests.swift",
        "Rules/SpaceInsideParensTests.swift",
        "Rules/StrongOutletsTests.swift",
        "Rules/StrongifiedSelfTests.swift",
        "Rules/SwiftTestingTestCaseNamesTests.swift",
        "Rules/TodosTests.swift",
        "Rules/TrailingClosuresTests.swift",
        "Rules/TrailingCommasTests.swift",
        "Rules/TrailingSpaceTests.swift",
        "Rules/TypeSugarTests.swift",
        "Rules/UnusedArgumentsTests.swift",
        "Rules/UnusedPrivateDeclarationsTests.swift",
        "Rules/VoidTests.swift",
        "Rules/WrapArgumentsTests.swift",
        "Rules/WrapAttributesTests.swift",
        "Rules/WrapConditionalBodiesTests.swift",
        "Rules/WrapEnumCasesTests.swift",
        "Rules/WrapLoopBodiesTests.swift",
        "Rules/WrapMultilineConditionalAssignmentTests.swift",
        "Rules/WrapMultilineFunctionChainsTests.swift",
        "Rules/WrapMultilineStatementBracesTests.swift",
        "Rules/WrapSingleLineCommentsTests.swift",
        "Rules/WrapSwitchCasesTests.swift",
        "Rules/WrapTests.swift",
        "Rules/YodaConditionsTests.swift",
        "SingularizeTests.swift",
        "SwiftFormatTests.swift",
        "TokenizerTests.swift",
        "VersionTests.swift",
        "XCTestCase+testFormatting.swift",
        "ZRegressionTests.swift"
      ],
      "target_dependencies" : [
        "SwiftFormat"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftFormatPlugin",
      "module_type" : "PluginTarget",
      "name" : "SwiftFormatPlugin",
      "path" : "Plugins/SwiftFormatPlugin",
      "plugin_capability" : {
        "intent" : {
          "description" : "Formats Swift source files using SwiftFormat",
          "type" : "custom",
          "verb" : "swiftformat"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "This command reformats source files",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "SwiftFormatPlugin"
      ],
      "sources" : [
        "Shared/CommandPlugin+Extension.swift",
        "Shared/PluginToolProviding.swift",
        "SwiftFormatPlugin.swift",
        "SwiftFormatPluginXcode.swift"
      ],
      "target_dependencies" : [
        "CommandLineTool"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SwiftFormat",
      "module_type" : "SwiftTarget",
      "name" : "SwiftFormat",
      "path" : "Sources",
      "product_memberships" : [
        "swiftformat",
        "SwiftFormat",
        "SwiftFormatPlugin"
      ],
      "sources" : [
        "Arguments.swift",
        "CommandLine.swift",
        "Declaration.swift",
        "DeclarationType.swift",
        "EnumAssociable.swift",
        "FormatRule.swift",
        "Formatter.swift",
        "FormattingHelpers.swift",
        "GitFileInfo.swift",
        "GithubActionsLogReporter.swift",
        "Globs.swift",
        "Inference.swift",
        "JSONReporter.swift",
        "OptionDescriptor.swift",
        "Options.swift",
        "ParsingHelpers.swift",
        "Reporter.swift",
        "RuleRegistry.generated.swift",
        "Rules/Acronyms.swift",
        "Rules/AndOperator.swift",
        "Rules/AnyObjectProtocol.swift",
        "Rules/ApplicationMain.swift",
        "Rules/AssertionFailures.swift",
        "Rules/BlankLineAfterImports.swift",
        "Rules/BlankLineAfterSwitchCase.swift",
        "Rules/BlankLinesAfterGuardStatements.swift",
        "Rules/BlankLinesAroundMark.swift",
        "Rules/BlankLinesAtEndOfScope.swift",
        "Rules/BlankLinesAtStartOfScope.swift",
        "Rules/BlankLinesBetweenChainedFunctions.swift",
        "Rules/BlankLinesBetweenImports.swift",
        "Rules/BlankLinesBetweenScopes.swift",
        "Rules/BlockComments.swift",
        "Rules/Braces.swift",
        "Rules/ConditionalAssignment.swift",
        "Rules/ConsecutiveBlankLines.swift",
        "Rules/ConsecutiveSpaces.swift",
        "Rules/ConsistentSwitchCaseSpacing.swift",
        "Rules/DocComments.swift",
        "Rules/DocCommentsBeforeModifiers.swift",
        "Rules/DuplicateImports.swift",
        "Rules/ElseOnSameLine.swift",
        "Rules/EmptyBraces.swift",
        "Rules/EmptyExtensions.swift",
        "Rules/EnumNamespaces.swift",
        "Rules/EnvironmentEntry.swift",
        "Rules/ExtensionAccessControl.swift",
        "Rules/FileHeader.swift",
        "Rules/FileMacro.swift",
        "Rules/GenericExtensions.swift",
        "Rules/HeaderFileName.swift",
        "Rules/HoistAwait.swift",
        "Rules/HoistPatternLet.swift",
        "Rules/HoistTry.swift",
        "Rules/Indent.swift",
        "Rules/InitCoderUnavailable.swift",
        "Rules/IsEmpty.swift",
        "Rules/LeadingDelimiters.swift",
        "Rules/LinebreakAtEndOfFile.swift",
        "Rules/Linebreaks.swift",
        "Rules/MarkTypes.swift",
        "Rules/ModifierOrder.swift",
        "Rules/NoExplicitOwnership.swift",
        "Rules/NumberFormatting.swift",
        "Rules/OpaqueGenericParameters.swift",
        "Rules/OrganizeDeclarations.swift",
        "Rules/PreferCountWhere.swift",
        "Rules/PreferForLoop.swift",
        "Rules/PreferKeyPath.swift",
        "Rules/PreferSwiftTesting.swift",
        "Rules/PrivateStateVariables.swift",
        "Rules/PropertyTypes.swift",
        "Rules/RedundantBackticks.swift",
        "Rules/RedundantBreak.swift",
        "Rules/RedundantClosure.swift",
        "Rules/RedundantEquatable.swift",
        "Rules/RedundantExtensionACL.swift",
        "Rules/RedundantFileprivate.swift",
        "Rules/RedundantGet.swift",
        "Rules/RedundantInit.swift",
        "Rules/RedundantInternal.swift",
        "Rules/RedundantLet.swift",
        "Rules/RedundantLetError.swift",
        "Rules/RedundantNilInit.swift",
        "Rules/RedundantObjc.swift",
        "Rules/RedundantOptionalBinding.swift",
        "Rules/RedundantParens.swift",
        "Rules/RedundantPattern.swift",
        "Rules/RedundantProperty.swift",
        "Rules/RedundantRawValues.swift",
        "Rules/RedundantReturn.swift",
        "Rules/RedundantSelf.swift",
        "Rules/RedundantStaticSelf.swift",
        "Rules/RedundantType.swift",
        "Rules/RedundantTypedThrows.swift",
        "Rules/RedundantVoidReturnType.swift",
        "Rules/Semicolons.swift",
        "Rules/SortDeclarations.swift",
        "Rules/SortImports.swift",
        "Rules/SortSwitchCases.swift",
        "Rules/SortTypealiases.swift",
        "Rules/SortedImports.swift",
        "Rules/SortedSwitchCases.swift",
        "Rules/SpaceAroundBraces.swift",
        "Rules/SpaceAroundBrackets.swift",
        "Rules/SpaceAroundComments.swift",
        "Rules/SpaceAroundGenerics.swift",
        "Rules/SpaceAroundOperators.swift",
        "Rules/SpaceAroundParens.swift",
        "Rules/SpaceInsideBraces.swift",
        "Rules/SpaceInsideBrackets.swift",
        "Rules/SpaceInsideComments.swift",
        "Rules/SpaceInsideGenerics.swift",
        "Rules/SpaceInsideParens.swift",
        "Rules/Specifiers.swift",
        "Rules/StrongOutlets.swift",
        "Rules/StrongifiedSelf.swift",
        "Rules/SwiftTestingTestCaseNames.swift",
        "Rules/Todos.swift",
        "Rules/TrailingClosures.swift",
        "Rules/TrailingCommas.swift",
        "Rules/TrailingSpace.swift",
        "Rules/TypeSugar.swift",
        "Rules/UnusedArguments.swift",
        "Rules/UnusedPrivateDeclarations.swift",
        "Rules/Void.swift",
        "Rules/Wrap.swift",
        "Rules/WrapArguments.swift",
        "Rules/WrapAttributes.swift",
        "Rules/WrapConditionalBodies.swift",
        "Rules/WrapEnumCases.swift",
        "Rules/WrapLoopBodies.swift",
        "Rules/WrapMultilineConditionalAssignment.swift",
        "Rules/WrapMultilineFunctionChains.swift",
        "Rules/WrapMultilineStatementBraces.swift",
        "Rules/WrapSingleLineComments.swift",
        "Rules/WrapSwitchCases.swift",
        "Rules/YodaConditions.swift",
        "Singularize.swift",
        "SwiftFormat.swift",
        "Tokenizer.swift",
        "XMLReporter.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CommandLineTool",
      "module_type" : "SwiftTarget",
      "name" : "CommandLineTool",
      "path" : "CommandLineTool",
      "product_memberships" : [
        "swiftformat",
        "SwiftFormatPlugin"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftFormat"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "swiftformat",
      "SwiftFormat",
      "SwiftFormat-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftFormat-Package -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SwiftFormat-Package -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  SwiftFormat: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “SwiftFormatPlugin” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/SwiftFormatPlugin
[debug]: Using compiler /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: c8dadc676c5dde18914f20eb6ee308621e10d3075785feb89a1a7a6ab73d8669
Process build tool plug-in results
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'swiftformat' in project 'SwiftFormat'
        ➜ Explicit dependency on target 'SwiftFormat' in project 'SwiftFormat'
    Target 'SwiftFormat' in project 'SwiftFormat'
        ➜ Explicit dependency on target 'SwiftFormat' in project 'SwiftFormat'
    Target 'SwiftFormat' in project 'SwiftFormat' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 1015494d9d97827d23223652611b90fd
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1015494d9d97827d23223652611b90fd.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/swiftformat.build/Objects-normal/arm64/swiftformat.SwiftFileList (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/swiftformat.build/Objects-normal/arm64/swiftformat.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/swiftformat.build/Objects-normal/arm64/swiftformat.LinkFileList (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/swiftformat.build/Objects-normal/arm64/swiftformat.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/swiftformat.build/Objects-normal/arm64/swiftformat-OutputFileMap.json (in target 'swiftformat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/swiftformat.build/Objects-normal/arm64/swiftformat-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/Objects-normal/arm64/SwiftFormat_const_extract_protocols.json (in target 'SwiftFormat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/Objects-normal/arm64/SwiftFormat_const_extract_protocols.json
SwiftDriver SwiftFormat normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftFormat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftFormat -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/Objects-normal/arm64/SwiftFormat.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/Objects-normal/arm64/SwiftFormat-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/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/Objects-normal/arm64/SwiftFormat.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/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/Objects-normal/arm64/SwiftFormat_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.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/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/Objects-normal/arm64/SwiftFormat-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftFormat (in target 'SwiftFormat' from project 'SwiftFormat')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CommandLineTool/main.swift (in target 'SwiftFormat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/CommandLineTool/main.swift:45:12: warning: file 'main.swift' is part of module 'SwiftFormat'; ignoring import
    import SwiftFormat
           ^
/Users/admin/builder/spi-builder-workspace/CommandLineTool/main.swift:69:1: error: cannot find 'CLI' in scope
CLI.print = { message, type in
^~~
/Users/admin/builder/spi-builder-workspace/CommandLineTool/main.swift:69:15: error: cannot infer type of closure parameter 'message' without a type annotation
CLI.print = { message, type in
              ^
/Users/admin/builder/spi-builder-workspace/CommandLineTool/main.swift:69:24: error: cannot infer type of closure parameter 'type' without a type annotation
CLI.print = { message, type in
                       ^
/Users/admin/builder/spi-builder-workspace/CommandLineTool/main.swift:90:6: error: cannot find 'CLI' in scope
exit(CLI.run(in: currentDirectory.path).rawValue)
     ^~~
Failed frontend command:
/Applications/Xcode-16.3.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/CommandLineTool/main.swift -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/Objects-normal/arm64/SwiftFormat_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormat -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/Objects-normal/arm64/SwiftFormat.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/Objects-normal/arm64/SwiftFormat.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/Objects-normal/arm64/SwiftFormat-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/swiftformat.build/Objects-normal/arm64/swiftformat-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/swiftformat.build/Objects-normal/arm64/swiftformat-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/Objects-normal/arm64/SwiftFormat.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormat.build/Debug-appletvos/SwiftFormat.build/Objects-normal/arm64/SwiftFormat.abi.json
SwiftCompile normal arm64 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/CommandLineTool/main.swift (in target 'SwiftFormat' from project 'SwiftFormat')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CommandLineTool/main.swift (in target 'SwiftFormat' from project 'SwiftFormat')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/CommandLineTool/main.swift:45:12: warning: file 'main.swift' is part of module 'SwiftFormat'; ignoring import
    import SwiftFormat
           ^
/Users/admin/builder/spi-builder-workspace/CommandLineTool/main.swift:69:1: error: cannot find 'CLI' in scope
CLI.print = { message, type in
^~~
/Users/admin/builder/spi-builder-workspace/CommandLineTool/main.swift:69:15: error: cannot infer type of closure parameter 'message' without a type annotation
CLI.print = { message, type in
              ^
/Users/admin/builder/spi-builder-workspace/CommandLineTool/main.swift:69:24: error: cannot infer type of closure parameter 'type' without a type annotation
CLI.print = { message, type in
                       ^
/Users/admin/builder/spi-builder-workspace/CommandLineTool/main.swift:90:6: error: cannot find 'CLI' in scope
exit(CLI.run(in: currentDirectory.path).rawValue)
     ^~~
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CommandLineTool/main.swift (in target 'SwiftFormat' from project 'SwiftFormat')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftFormat (in target 'SwiftFormat' from project 'SwiftFormat')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/CommandLineTool/main.swift (in target 'SwiftFormat' from project 'SwiftFormat')
	Building workspace spi-builder-workspace with scheme SwiftFormat-Package
(4 failures)
BUILD FAILURE 6.1 tvOS