The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SwiftLint, reference main (ad23d0), with Swift 5.10 for macOS (SPM) on 20 Apr 2025 10:05:11 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:38:16: warning: static property 'extensionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let extensionKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:61:37: warning: stored property 'values' of 'Sendable'-conforming generic class 'Cache' is mutable
    private nonisolated(unsafe) var values = [FileCacheKey: T]()
                                    ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:228:37: warning: stored property 'primitiveLock' of 'Sendable'-conforming class 'PlatformLock' has non-sendable type 'UnsafeMutablePointer<os_unfair_lock>' (aka 'UnsafeMutablePointer<os_unfair_lock_s>')
    private nonisolated(unsafe) let primitiveLock: UnsafeMutablePointer<os_unfair_lock>
                                    ^
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutablePointer<Pointee> : _Pointer {
                      ^
[463/507] Compiling SwiftLintCore SwiftDeclarationKind+SwiftLint.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4:16: warning: static property 'variableKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let variableKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:38:16: warning: static property 'extensionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let extensionKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:61:37: warning: stored property 'values' of 'Sendable'-conforming generic class 'Cache' is mutable
    private nonisolated(unsafe) var values = [FileCacheKey: T]()
                                    ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:228:37: warning: stored property 'primitiveLock' of 'Sendable'-conforming class 'PlatformLock' has non-sendable type 'UnsafeMutablePointer<os_unfair_lock>' (aka 'UnsafeMutablePointer<os_unfair_lock_s>')
    private nonisolated(unsafe) let primitiveLock: UnsafeMutablePointer<os_unfair_lock>
                                    ^
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutablePointer<Pointee> : _Pointer {
                      ^
[464/507] Compiling SwiftLintCore SwiftLintFile+BodyLineCount.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4:16: warning: static property 'variableKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let variableKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:38:16: warning: static property 'extensionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let extensionKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:61:37: warning: stored property 'values' of 'Sendable'-conforming generic class 'Cache' is mutable
    private nonisolated(unsafe) var values = [FileCacheKey: T]()
                                    ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:228:37: warning: stored property 'primitiveLock' of 'Sendable'-conforming class 'PlatformLock' has non-sendable type 'UnsafeMutablePointer<os_unfair_lock>' (aka 'UnsafeMutablePointer<os_unfair_lock_s>')
    private nonisolated(unsafe) let primitiveLock: UnsafeMutablePointer<os_unfair_lock>
                                    ^
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutablePointer<Pointee> : _Pointer {
                      ^
[465/507] Compiling SwiftLintCore SwiftLintFile+Cache.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4:16: warning: static property 'variableKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let variableKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:38:16: warning: static property 'extensionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let extensionKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:61:37: warning: stored property 'values' of 'Sendable'-conforming generic class 'Cache' is mutable
    private nonisolated(unsafe) var values = [FileCacheKey: T]()
                                    ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:228:37: warning: stored property 'primitiveLock' of 'Sendable'-conforming class 'PlatformLock' has non-sendable type 'UnsafeMutablePointer<os_unfair_lock>' (aka 'UnsafeMutablePointer<os_unfair_lock_s>')
    private nonisolated(unsafe) let primitiveLock: UnsafeMutablePointer<os_unfair_lock>
                                    ^
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutablePointer<Pointee> : _Pointer {
                      ^
[466/507] Compiling SwiftLintCore SwiftLintFile+Regex.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4:16: warning: static property 'variableKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let variableKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:38:16: warning: static property 'extensionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let extensionKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:61:37: warning: stored property 'values' of 'Sendable'-conforming generic class 'Cache' is mutable
    private nonisolated(unsafe) var values = [FileCacheKey: T]()
                                    ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:228:37: warning: stored property 'primitiveLock' of 'Sendable'-conforming class 'PlatformLock' has non-sendable type 'UnsafeMutablePointer<os_unfair_lock>' (aka 'UnsafeMutablePointer<os_unfair_lock_s>')
    private nonisolated(unsafe) let primitiveLock: UnsafeMutablePointer<os_unfair_lock>
                                    ^
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutablePointer<Pointee> : _Pointer {
                      ^
[467/507] Compiling SwiftLintCore SwiftSyntax+SwiftLint.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4:16: warning: static property 'variableKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let variableKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:38:16: warning: static property 'extensionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let extensionKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:61:37: warning: stored property 'values' of 'Sendable'-conforming generic class 'Cache' is mutable
    private nonisolated(unsafe) var values = [FileCacheKey: T]()
                                    ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:228:37: warning: stored property 'primitiveLock' of 'Sendable'-conforming class 'PlatformLock' has non-sendable type 'UnsafeMutablePointer<os_unfair_lock>' (aka 'UnsafeMutablePointer<os_unfair_lock_s>')
    private nonisolated(unsafe) let primitiveLock: UnsafeMutablePointer<os_unfair_lock>
                                    ^
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutablePointer<Pointee> : _Pointer {
                      ^
[468/507] Compiling SwiftLintCore SyntaxClassification+isComment.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4:16: warning: static property 'variableKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let variableKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:38:16: warning: static property 'extensionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let extensionKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:61:37: warning: stored property 'values' of 'Sendable'-conforming generic class 'Cache' is mutable
    private nonisolated(unsafe) var values = [FileCacheKey: T]()
                                    ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:228:37: warning: stored property 'primitiveLock' of 'Sendable'-conforming class 'PlatformLock' has non-sendable type 'UnsafeMutablePointer<os_unfair_lock>' (aka 'UnsafeMutablePointer<os_unfair_lock_s>')
    private nonisolated(unsafe) let primitiveLock: UnsafeMutablePointer<os_unfair_lock>
                                    ^
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutablePointer<Pointee> : _Pointer {
                      ^
[469/507] Compiling SwiftLintCore RuleStorage.swift
[470/507] Compiling SwiftLintCore SeverityConfiguration.swift
[471/507] Compiling SwiftLintCore StyleViolation.swift
[472/507] Compiling SwiftLintCore SwiftExpressionKind.swift
[473/507] Compiling SwiftLintCore SwiftLintFile.swift
[474/507] Compiling SwiftLintCore SwiftLintSyntaxMap.swift
[475/507] Compiling SwiftLintCore SyntaxKind+SwiftLint.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
[476/507] Compiling SwiftLintCore Macros.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
[477/507] Compiling SwiftLintCore Stack.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
[478/507] Compiling SwiftLintCore AccessControlLevel.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
[479/507] Compiling SwiftLintCore Baseline.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
[480/507] Compiling SwiftLintCore ChildOptionSeverityConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
[481/507] Compiling SwiftLintCore Command.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
[482/507] Emitting module SwiftLintCore
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4:16: warning: static property 'variableKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let variableKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:38:16: warning: static property 'extensionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let extensionKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:61:37: warning: stored property 'values' of 'Sendable'-conforming generic class 'Cache' is mutable
    private nonisolated(unsafe) var values = [FileCacheKey: T]()
                                    ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:228:37: warning: stored property 'primitiveLock' of 'Sendable'-conforming class 'PlatformLock' has non-sendable type 'UnsafeMutablePointer<os_unfair_lock>' (aka 'UnsafeMutablePointer<os_unfair_lock_s>')
    private nonisolated(unsafe) let primitiveLock: UnsafeMutablePointer<os_unfair_lock>
                                    ^
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutablePointer<Pointee> : _Pointer {
                      ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
[483/507] Compiling SwiftLintCore Rule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
[484/507] Compiling SwiftLintCore RuleConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
[485/507] Compiling SwiftLintCore SwiftSyntaxCorrectableRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
[486/507] Compiling SwiftLintCore SwiftSyntaxRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
[487/507] Compiling SwiftLintCore CodeIndentingRewriter.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
[488/507] Compiling SwiftLintCore RegexConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
[489/507] Compiling SwiftLintCore ConfigurationRuleWrapper.swift
[490/507] Compiling SwiftLintCore Correction.swift
[491/507] Compiling SwiftLintCore Example.swift
[492/507] Compiling SwiftLintCore Issue.swift
[493/507] Compiling SwiftLintCore Location.swift
[494/507] Compiling SwiftLintCore Region.swift
[495/507] Compiling SwiftLintCore RuleConfigurationDescription.swift
[496/507] Compiling SwiftLintCore SeverityLevelsConfiguration.swift
[497/507] Compiling SwiftLintCore BodyLengthRuleVisitor.swift
[498/507] Compiling SwiftLintCore CodeBlockVisitor.swift
[499/507] Compiling SwiftLintCore CommandVisitor.swift
[500/507] Compiling SwiftLintCore DeclaredIdentifiersTrackingVisitor.swift
[501/507] Compiling SwiftLintCore ViolationsSyntaxVisitor.swift
[502/610] Emitting module SwiftLintExtraRules
[503/610] Compiling SwiftLintExtraRules Exports.swift
[504/610] Compiling SwiftLintExtraRules ExtraRules.swift
[505/736] Compiling SwiftLintBuiltInRules FileNameNoSpaceRule.swift
[506/736] Compiling SwiftLintBuiltInRules FileNameRule.swift
[507/736] Compiling SwiftLintBuiltInRules ForWhereRule.swift
[508/736] Compiling SwiftLintBuiltInRules ForceCastRule.swift
[509/736] Compiling SwiftLintBuiltInRules ForceTryRule.swift
[510/736] Compiling SwiftLintBuiltInRules ForceUnwrappingRule.swift
[511/736] Compiling SwiftLintBuiltInRules FunctionDefaultParameterAtEndRule.swift
[512/736] Compiling SwiftLintBuiltInRules GenericTypeNameRule.swift
[513/736] Compiling SwiftLintBuiltInRules ImplicitlyUnwrappedOptionalRule.swift
[514/736] Compiling SwiftLintBuiltInRules IsDisjointRule.swift
[515/736] Compiling SwiftLintBuiltInRules JoinedDefaultParameterRule.swift
[516/736] Compiling SwiftLintBuiltInRules LegacyCGGeometryFunctionsRule.swift
[517/736] Compiling SwiftLintBuiltInRules LegacyConstantRule.swift
[518/736] Compiling SwiftLintBuiltInRules LegacyConstantRuleExamples.swift
[519/736] Compiling SwiftLintBuiltInRules LegacyConstructorRule.swift
[520/736] Compiling SwiftLintBuiltInRules LegacyHashingRule.swift
[521/736] Compiling SwiftLintBuiltInRules LegacyMultipleRule.swift
[522/736] Compiling SwiftLintBuiltInRules LegacyNSGeometryFunctionsRule.swift
[523/736] Compiling SwiftLintBuiltInRules LegacyObjcTypeRule.swift
[524/736] Compiling SwiftLintBuiltInRules LegacyRandomRule.swift
[525/736] Compiling SwiftLintBuiltInRules NimbleOperatorRule.swift
[526/736] Compiling SwiftLintBuiltInRules NoEmptyBlockRule.swift
[527/736] Compiling SwiftLintBuiltInRules NoExtensionAccessModifierRule.swift
[528/736] Compiling SwiftLintBuiltInRules NoFallthroughOnlyRule.swift
[529/736] Compiling SwiftLintBuiltInRules NoFallthroughOnlyRuleExamples.swift
[530/761] Compiling SwiftLintBuiltInRules NoGroupingExtensionRule.swift
[531/761] Compiling SwiftLintBuiltInRules NoMagicNumbersRule.swift
[532/761] Compiling SwiftLintBuiltInRules ObjectLiteralRule.swift
[533/761] Compiling SwiftLintBuiltInRules OneDeclarationPerFileRule.swift
[534/761] Compiling SwiftLintBuiltInRules PatternMatchingKeywordsRule.swift
[535/761] Compiling SwiftLintBuiltInRules PreferKeyPathRule.swift
[536/761] Compiling SwiftLintBuiltInRules PreferNimbleRule.swift
[537/761] Compiling SwiftLintBuiltInRules PreferTypeCheckingRule.swift
[538/761] Compiling SwiftLintBuiltInRules PreferZeroOverExplicitInitRule.swift
[539/761] Compiling SwiftLintBuiltInRules PrivateOverFilePrivateRule.swift
[540/761] Compiling SwiftLintBuiltInRules RedundantNilCoalescingRule.swift
[541/761] Compiling SwiftLintBuiltInRules RedundantObjcAttributeRule.swift
[542/761] Compiling SwiftLintBuiltInRules RedundantObjcAttributeRuleExamples.swift
[543/761] Compiling SwiftLintBuiltInRules RedundantOptionalInitializationRule.swift
[544/761] Compiling SwiftLintBuiltInRules RedundantSetAccessControlRule.swift
[545/761] Compiling SwiftLintBuiltInRules RedundantStringEnumValueRule.swift
[546/761] Compiling SwiftLintBuiltInRules RedundantTypeAnnotationRule.swift
[547/761] Compiling SwiftLintBuiltInRules RedundantVoidReturnRule.swift
[548/761] Compiling SwiftLintBuiltInRules ReturnValueFromVoidFunctionRule.swift
[549/761] Compiling SwiftLintBuiltInRules ReturnValueFromVoidFunctionRuleExamples.swift
[550/761] Compiling SwiftLintBuiltInRules ShorthandOptionalBindingRule.swift
[551/761] Compiling SwiftLintBuiltInRules StaticOperatorRule.swift
[552/761] Compiling SwiftLintBuiltInRules StaticOverFinalClassRule.swift
[553/761] Compiling SwiftLintBuiltInRules StrictFilePrivateRule.swift
[554/761] Compiling SwiftLintBuiltInRules SyntacticSugarRule.swift
[555/786] Compiling SwiftLintBuiltInRules FunctionParameterCountConfiguration.swift
[556/786] Compiling SwiftLintBuiltInRules IdentifierNameConfiguration.swift
[557/786] Compiling SwiftLintBuiltInRules ImplicitReturnConfiguration.swift
[558/786] Compiling SwiftLintBuiltInRules ImplicitlyUnwrappedOptionalConfiguration.swift
[559/786] Compiling SwiftLintBuiltInRules InclusiveLanguageConfiguration.swift
[560/786] Compiling SwiftLintBuiltInRules IndentationWidthConfiguration.swift
[561/786] Compiling SwiftLintBuiltInRules LegacyObjcTypeConfiguration.swift
[562/786] Compiling SwiftLintBuiltInRules LineLengthConfiguration.swift
[563/786] Compiling SwiftLintBuiltInRules MissingDocsConfiguration.swift
[564/786] Compiling SwiftLintBuiltInRules ModifierOrderConfiguration.swift
[565/786] Compiling SwiftLintBuiltInRules MultilineArgumentsConfiguration.swift
[566/786] Compiling SwiftLintBuiltInRules MultilineParametersConfiguration.swift
[567/786] Compiling SwiftLintBuiltInRules NameConfiguration.swift
[568/786] Compiling SwiftLintBuiltInRules NestingConfiguration.swift
[569/786] Compiling SwiftLintBuiltInRules NoEmptyBlockConfiguration.swift
[570/786] Compiling SwiftLintBuiltInRules NoMagicNumbersConfiguration.swift
[571/786] Compiling SwiftLintBuiltInRules NonOverridableClassDeclarationConfiguration.swift
[572/786] Compiling SwiftLintBuiltInRules NumberSeparatorConfiguration.swift
[573/786] Compiling SwiftLintBuiltInRules ObjectLiteralConfiguration.swift
[574/786] Compiling SwiftLintBuiltInRules OpeningBraceConfiguration.swift
[575/786] Compiling SwiftLintBuiltInRules OperatorUsageWhitespaceConfiguration.swift
[576/786] Compiling SwiftLintBuiltInRules OverriddenSuperCallConfiguration.swift
[577/786] Compiling SwiftLintBuiltInRules PreferKeyPathConfiguration.swift
[578/786] Compiling SwiftLintBuiltInRules PrefixedTopLevelConstantConfiguration.swift
[579/786] Compiling SwiftLintBuiltInRules PrivateOutletConfiguration.swift
[580/811] Compiling SwiftLintBuiltInRules PrivateOverFilePrivateConfiguration.swift
[581/811] Compiling SwiftLintBuiltInRules ProhibitedSuperConfiguration.swift
[582/811] Compiling SwiftLintBuiltInRules RedundantDiscardableLetConfiguration.swift
[583/811] Compiling SwiftLintBuiltInRules RedundantSendableConfiguration.swift
[584/811] Compiling SwiftLintBuiltInRules RedundantTypeAnnotationConfiguration.swift
[585/811] Compiling SwiftLintBuiltInRules RedundantVoidReturnConfiguration.swift
[586/811] Compiling SwiftLintBuiltInRules RequiredEnumCaseConfiguration.swift
[587/811] Compiling SwiftLintBuiltInRules SelfBindingConfiguration.swift
[588/811] Compiling SwiftLintBuiltInRules ShorthandArgumentConfiguration.swift
[589/811] Compiling SwiftLintBuiltInRules SortedImportsConfiguration.swift
[590/811] Compiling SwiftLintBuiltInRules StatementPositionConfiguration.swift
[591/811] Compiling SwiftLintBuiltInRules SwitchCaseAlignmentConfiguration.swift
[592/811] Compiling SwiftLintBuiltInRules TestCaseAccessibilityConfiguration.swift
[593/811] Compiling SwiftLintBuiltInRules TodoConfiguration.swift
[594/811] Compiling SwiftLintBuiltInRules TrailingClosureConfiguration.swift
[595/811] Compiling SwiftLintBuiltInRules TrailingCommaConfiguration.swift
[596/811] Compiling SwiftLintBuiltInRules TrailingWhitespaceConfiguration.swift
[597/811] Compiling SwiftLintBuiltInRules TypeContentsOrderConfiguration.swift
[598/811] Compiling SwiftLintBuiltInRules TypeNameConfiguration.swift
[599/811] Compiling SwiftLintBuiltInRules UnitTestConfiguration.swift
[600/811] Compiling SwiftLintBuiltInRules UnneededOverrideRuleConfiguration.swift
[601/811] Compiling SwiftLintBuiltInRules UnusedDeclarationConfiguration.swift
[602/811] Compiling SwiftLintBuiltInRules UnusedImportConfiguration.swift
[603/811] Compiling SwiftLintBuiltInRules UnusedOptionalBindingConfiguration.swift
[604/811] Compiling SwiftLintBuiltInRules VerticalWhitespaceClosingBracesConfiguration.swift
[605/836] Compiling SwiftLintBuiltInRules ValidIBInspectableRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[606/836] Compiling SwiftLintBuiltInRules WeakDelegateRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[607/836] Compiling SwiftLintBuiltInRules YodaConditionRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[608/836] Compiling SwiftLintBuiltInRules ClosureBodyLengthRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[609/836] Compiling SwiftLintBuiltInRules ClosureBodyLengthRuleExamples.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[610/836] Compiling SwiftLintBuiltInRules CyclomaticComplexityRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[611/836] Compiling SwiftLintBuiltInRules EnumCaseAssociatedValuesLengthRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[612/836] Compiling SwiftLintBuiltInRules FileLengthRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[613/836] Compiling SwiftLintBuiltInRules FunctionBodyLengthRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[614/836] Compiling SwiftLintBuiltInRules FunctionParameterCountRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[615/836] Compiling SwiftLintBuiltInRules LargeTupleRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[616/836] Compiling SwiftLintBuiltInRules LargeTupleRuleExamples.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[617/836] Compiling SwiftLintBuiltInRules LineLengthRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[618/836] Compiling SwiftLintBuiltInRules NestingRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[619/836] Compiling SwiftLintBuiltInRules NestingRuleExamples.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[620/836] Compiling SwiftLintBuiltInRules TypeBodyLengthRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[621/836] Compiling SwiftLintBuiltInRules ContainsOverFilterCountRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[622/836] Compiling SwiftLintBuiltInRules ContainsOverFilterIsEmptyRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[623/836] Compiling SwiftLintBuiltInRules ContainsOverFirstNotNilRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[624/836] Compiling SwiftLintBuiltInRules ContainsOverRangeNilComparisonRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[625/836] Compiling SwiftLintBuiltInRules EmptyCollectionLiteralRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[626/836] Compiling SwiftLintBuiltInRules EmptyCountRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[627/836] Compiling SwiftLintBuiltInRules EmptyStringRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[628/836] Compiling SwiftLintBuiltInRules FinalTestCaseRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[629/836] Compiling SwiftLintBuiltInRules FirstWhereRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[630/836] Compiling SwiftLintBuiltInRules NSLocalizedStringRequireBundleRule.swift
[631/836] Compiling SwiftLintBuiltInRules NSNumberInitAsFunctionReferenceRule.swift
[632/836] Compiling SwiftLintBuiltInRules NSObjectPreferIsEqualRule.swift
[633/836] Compiling SwiftLintBuiltInRules NSObjectPreferIsEqualRuleExamples.swift
[634/836] Compiling SwiftLintBuiltInRules NonOptionalStringDataConversionRule.swift
[635/836] Compiling SwiftLintBuiltInRules NotificationCenterDetachmentRule.swift
[636/836] Compiling SwiftLintBuiltInRules NotificationCenterDetachmentRuleExamples.swift
[637/836] Compiling SwiftLintBuiltInRules OptionalDataStringConversionRule.swift
[638/836] Compiling SwiftLintBuiltInRules OrphanedDocCommentRule.swift
[639/836] Compiling SwiftLintBuiltInRules OverriddenSuperCallRule.swift
[640/836] Compiling SwiftLintBuiltInRules OverrideInExtensionRule.swift
[641/836] Compiling SwiftLintBuiltInRules PeriodSpacingRule.swift
[642/836] Compiling SwiftLintBuiltInRules PrivateActionRule.swift
[643/836] Compiling SwiftLintBuiltInRules PrivateOutletRule.swift
[644/836] Compiling SwiftLintBuiltInRules PrivateSubjectRule.swift
[645/836] Compiling SwiftLintBuiltInRules PrivateSubjectRuleExamples.swift
[646/836] Compiling SwiftLintBuiltInRules PrivateSwiftUIStatePropertyRule.swift
[647/836] Compiling SwiftLintBuiltInRules PrivateSwiftUIStatePropertyRuleExamples.swift
[648/836] Compiling SwiftLintBuiltInRules PrivateUnitTestRule.swift
[649/836] Compiling SwiftLintBuiltInRules ProhibitedInterfaceBuilderRule.swift
[650/836] Compiling SwiftLintBuiltInRules ProhibitedSuperRule.swift
[651/836] Compiling SwiftLintBuiltInRules QuickDiscouragedCallRule.swift
[652/836] Compiling SwiftLintBuiltInRules QuickDiscouragedCallRuleExamples.swift
[653/836] Compiling SwiftLintBuiltInRules QuickDiscouragedFocusedTestRule.swift
[654/836] Compiling SwiftLintBuiltInRules QuickDiscouragedFocusedTestRuleExamples.swift
[655/836] Compiling SwiftLintBuiltInRules CaptureVariableRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
[656/836] Compiling SwiftLintBuiltInRules ClassDelegateProtocolRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
[657/836] Compiling SwiftLintBuiltInRules CommentSpacingRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
[658/836] Compiling SwiftLintBuiltInRules CompilerProtocolInitRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
[659/836] Compiling SwiftLintBuiltInRules DeploymentTargetRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
[660/836] Compiling SwiftLintBuiltInRules DeploymentTargetRuleExamples.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
[661/836] Compiling SwiftLintBuiltInRules DiscardedNotificationCenterObserverRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
[662/836] Compiling SwiftLintBuiltInRules DiscouragedDirectInitRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
[663/836] Compiling SwiftLintBuiltInRules DuplicateConditionsRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
[664/836] Compiling SwiftLintBuiltInRules DuplicateEnumCasesRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
[665/836] Compiling SwiftLintBuiltInRules DuplicatedKeyInDictionaryLiteralRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
[666/836] Compiling SwiftLintBuiltInRules DynamicInlineRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
[667/836] Compiling SwiftLintBuiltInRules EmptyXCTestMethodRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
[668/836] Compiling SwiftLintBuiltInRules EmptyXCTestMethodRuleExamples.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
[669/836] Compiling SwiftLintBuiltInRules ExpiringTodoRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
[670/836] Compiling SwiftLintBuiltInRules IBInspectableInExtensionRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
[671/836] Compiling SwiftLintBuiltInRules IdenticalOperandsRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
[672/836] Compiling SwiftLintBuiltInRules InvalidSwiftLintCommandRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
[673/836] Compiling SwiftLintBuiltInRules LocalDocCommentRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
[674/836] Compiling SwiftLintBuiltInRules LowerACLThanParentRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
[675/836] Compiling SwiftLintBuiltInRules MarkRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
[676/836] Compiling SwiftLintBuiltInRules MarkRuleExamples.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
[677/836] Compiling SwiftLintBuiltInRules MissingDocsRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
[678/836] Compiling SwiftLintBuiltInRules MissingDocsRuleExamples.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
[679/836] Compiling SwiftLintBuiltInRules NSLocalizedStringKeyRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
[680/836] Compiling SwiftLintBuiltInRules SyntacticSugarRuleExamples.swift
[681/836] Compiling SwiftLintBuiltInRules ToggleBoolRule.swift
[682/836] Compiling SwiftLintBuiltInRules TrailingSemicolonRule.swift
[683/836] Compiling SwiftLintBuiltInRules TypeNameRule.swift
[684/836] Compiling SwiftLintBuiltInRules TypeNameRuleExamples.swift
[685/836] Compiling SwiftLintBuiltInRules UnavailableConditionRule.swift
[686/836] Compiling SwiftLintBuiltInRules UnavailableFunctionRule.swift
[687/836] Compiling SwiftLintBuiltInRules UnneededBreakInSwitchRule.swift
[688/836] Compiling SwiftLintBuiltInRules UnneededSynthesizedInitializerRule.swift
[689/836] Compiling SwiftLintBuiltInRules UnneededSynthesizedInitializerRuleExamples.swift
[690/836] Compiling SwiftLintBuiltInRules UntypedErrorInCatchRule.swift
[691/836] Compiling SwiftLintBuiltInRules UnusedEnumeratedRule.swift
[692/836] Compiling SwiftLintBuiltInRules VoidFunctionInTernaryConditionRule.swift
[693/836] Compiling SwiftLintBuiltInRules XCTFailMessageRule.swift
[694/836] Compiling SwiftLintBuiltInRules XCTSpecificMatcherRule.swift
[695/836] Compiling SwiftLintBuiltInRules XCTSpecificMatcherRuleExamples.swift
[696/836] Compiling SwiftLintBuiltInRules AccessibilityLabelForImageRule.swift
[697/836] Compiling SwiftLintBuiltInRules AccessibilityLabelForImageRuleExamples.swift
[698/836] Compiling SwiftLintBuiltInRules AccessibilityTraitForButtonRule.swift
[699/836] Compiling SwiftLintBuiltInRules AccessibilityTraitForButtonRuleExamples.swift
[700/836] Compiling SwiftLintBuiltInRules ArrayInitRule.swift
[701/836] Compiling SwiftLintBuiltInRules AsyncWithoutAwaitRule.swift
[702/836] Compiling SwiftLintBuiltInRules AsyncWithoutAwaitRuleExamples.swift
[703/836] Compiling SwiftLintBuiltInRules BalancedXCTestLifecycleRule.swift
[704/836] Compiling SwiftLintBuiltInRules BlanketDisableCommandRule.swift
[705/836] Compiling SwiftLintBuiltInRules FlatMapOverMapReduceRule.swift
[706/836] Compiling SwiftLintBuiltInRules LastWhereRule.swift
[707/836] Compiling SwiftLintBuiltInRules ReduceBooleanRule.swift
[708/836] Compiling SwiftLintBuiltInRules ReduceIntoRule.swift
[709/836] Compiling SwiftLintBuiltInRules SortedFirstLastRule.swift
[710/836] Compiling SwiftLintBuiltInRules AttributesConfiguration.swift
[711/836] Compiling SwiftLintBuiltInRules BlanketDisableCommandConfiguration.swift
[712/836] Compiling SwiftLintBuiltInRules CollectionAlignmentConfiguration.swift
[713/836] Compiling SwiftLintBuiltInRules ColonConfiguration.swift
[714/836] Compiling SwiftLintBuiltInRules ComputedAccessorsOrderConfiguration.swift
[715/836] Compiling SwiftLintBuiltInRules ConditionalReturnsOnNewlineConfiguration.swift
[716/836] Compiling SwiftLintBuiltInRules CyclomaticComplexityConfiguration.swift
[717/836] Compiling SwiftLintBuiltInRules DeploymentTargetConfiguration.swift
[718/836] Compiling SwiftLintBuiltInRules DiscouragedDirectInitConfiguration.swift
[719/836] Compiling SwiftLintBuiltInRules EmptyCountConfiguration.swift
[720/836] Compiling SwiftLintBuiltInRules ExpiringTodoConfiguration.swift
[721/836] Compiling SwiftLintBuiltInRules ExplicitInitConfiguration.swift
[722/836] Compiling SwiftLintBuiltInRules ExplicitTypeInterfaceConfiguration.swift
[723/836] Compiling SwiftLintBuiltInRules FileHeaderConfiguration.swift
[724/836] Compiling SwiftLintBuiltInRules FileLengthConfiguration.swift
[725/836] Compiling SwiftLintBuiltInRules FileNameConfiguration.swift
[726/836] Compiling SwiftLintBuiltInRules FileNameNoSpaceConfiguration.swift
[727/836] Compiling SwiftLintBuiltInRules FileTypesOrderConfiguration.swift
[728/836] Compiling SwiftLintBuiltInRules ForWhereConfiguration.swift
[729/836] Compiling SwiftLintBuiltInRules FunctionDefaultParameterAtEndConfiguration.swift
[730/836] Compiling SwiftLintBuiltInRules Exports.swift
[731/836] Compiling SwiftLintBuiltInRules SourceKittenDictionary+SwiftUI.swift
[732/836] Compiling SwiftLintBuiltInRules LegacyFunctionRuleHelper.swift
[733/836] Compiling SwiftLintBuiltInRules BuiltInRules.swift
[734/836] Compiling SwiftLintBuiltInRules ImportUsage.swift
[735/836] Compiling SwiftLintBuiltInRules AnonymousArgumentInMultilineClosureRule.swift
[736/836] Compiling SwiftLintBuiltInRules BlockBasedKVORule.swift
[737/836] Compiling SwiftLintBuiltInRules ConvenienceTypeRule.swift
[738/836] Compiling SwiftLintBuiltInRules DiscouragedAssertRule.swift
[739/836] Compiling SwiftLintBuiltInRules DiscouragedNoneNameRule.swift
[740/836] Compiling SwiftLintBuiltInRules DiscouragedObjectLiteralRule.swift
[741/836] Compiling SwiftLintBuiltInRules DiscouragedOptionalBooleanRule.swift
[742/836] Compiling SwiftLintBuiltInRules DiscouragedOptionalBooleanRuleExamples.swift
[743/836] Compiling SwiftLintBuiltInRules DiscouragedOptionalCollectionExamples.swift
[744/836] Compiling SwiftLintBuiltInRules DiscouragedOptionalCollectionRule.swift
[745/836] Compiling SwiftLintBuiltInRules DuplicateImportsRule.swift
[746/836] Compiling SwiftLintBuiltInRules DuplicateImportsRuleExamples.swift
[747/836] Compiling SwiftLintBuiltInRules ExplicitACLRule.swift
[748/836] Compiling SwiftLintBuiltInRules ExplicitEnumRawValueRule.swift
[749/836] Compiling SwiftLintBuiltInRules ExplicitInitRule.swift
[750/836] Compiling SwiftLintBuiltInRules ExplicitTopLevelACLRule.swift
[751/836] Compiling SwiftLintBuiltInRules ExplicitTypeInterfaceRule.swift
[752/836] Compiling SwiftLintBuiltInRules ExtensionAccessModifierRule.swift
[753/836] Compiling SwiftLintBuiltInRules FallthroughRule.swift
[754/836] Compiling SwiftLintBuiltInRules FatalErrorMessageRule.swift
[755/836] Compiling SwiftLintBuiltInRules QuickDiscouragedPendingTestRule.swift
[756/836] Compiling SwiftLintBuiltInRules QuickDiscouragedPendingTestRuleExamples.swift
[757/836] Compiling SwiftLintBuiltInRules RawValueForCamelCasedCodableEnumRule.swift
[758/836] Compiling SwiftLintBuiltInRules RedundantSendableRule.swift
[759/836] Compiling SwiftLintBuiltInRules RequiredDeinitRule.swift
[760/836] Compiling SwiftLintBuiltInRules RequiredEnumCaseRule.swift
[761/836] Compiling SwiftLintBuiltInRules SelfInPropertyInitializationRule.swift
[762/836] Compiling SwiftLintBuiltInRules StrongIBOutletRule.swift
[763/836] Compiling SwiftLintBuiltInRules TestCaseAccessibilityRule.swift
[764/836] Compiling SwiftLintBuiltInRules TestCaseAccessibilityRuleExamples.swift
[765/836] Compiling SwiftLintBuiltInRules TodoRule.swift
[766/836] Compiling SwiftLintBuiltInRules TypesafeArrayInitRule.swift
[767/836] Compiling SwiftLintBuiltInRules UnhandledThrowingTaskRule.swift
[768/836] Compiling SwiftLintBuiltInRules UnneededOverrideRule.swift
[769/836] Compiling SwiftLintBuiltInRules UnneededOverrideRuleExamples.swift
[770/836] Compiling SwiftLintBuiltInRules UnownedVariableCaptureRule.swift
[771/836] Compiling SwiftLintBuiltInRules UnusedClosureParameterRule.swift
[772/836] Compiling SwiftLintBuiltInRules UnusedClosureParameterRuleExamples.swift
[773/836] Compiling SwiftLintBuiltInRules UnusedControlFlowLabelRule.swift
[774/836] Compiling SwiftLintBuiltInRules UnusedDeclarationRule.swift
[775/836] Compiling SwiftLintBuiltInRules UnusedDeclarationRuleExamples.swift
[776/836] Compiling SwiftLintBuiltInRules UnusedImportRule.swift
[777/836] Compiling SwiftLintBuiltInRules UnusedImportRuleExamples.swift
[778/836] Compiling SwiftLintBuiltInRules UnusedParameterRule.swift
[779/836] Compiling SwiftLintBuiltInRules UnusedSetterValueRule.swift
[780/836] Emitting module SwiftLintBuiltInRules
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:18:16: warning: static property 'allKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let allKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[781/886] Compiling SwiftLintBuiltInRules ExplicitSelfRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[782/886] Compiling SwiftLintBuiltInRules ExplicitSelfRuleExamples.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[783/886] Compiling SwiftLintBuiltInRules FileHeaderRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[784/886] Compiling SwiftLintBuiltInRules FileTypesOrderRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[785/886] Compiling SwiftLintBuiltInRules FileTypesOrderRuleExamples.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[786/886] Compiling SwiftLintBuiltInRules IdentifierNameRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[787/886] Compiling SwiftLintBuiltInRules IdentifierNameRuleExamples.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[788/886] Compiling SwiftLintBuiltInRules ImplicitGetterRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[789/886] Compiling SwiftLintBuiltInRules ImplicitGetterRuleExamples.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[790/886] Compiling SwiftLintBuiltInRules ImplicitReturnRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[791/886] Compiling SwiftLintBuiltInRules ImplicitReturnRuleExamples.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[792/886] Compiling SwiftLintBuiltInRules InclusiveLanguageRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[793/886] Compiling SwiftLintBuiltInRules InclusiveLanguageRuleExamples.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[794/886] Compiling SwiftLintBuiltInRules IndentationWidthRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[795/886] Compiling SwiftLintBuiltInRules LeadingWhitespaceRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[796/886] Compiling SwiftLintBuiltInRules LetVarWhitespaceRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[797/886] Compiling SwiftLintBuiltInRules LiteralExpressionEndIndentationRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[798/886] Compiling SwiftLintBuiltInRules ModifierOrderRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[799/886] Compiling SwiftLintBuiltInRules ModifierOrderRuleExamples.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[800/886] Compiling SwiftLintBuiltInRules MultilineArgumentsBracketsRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[801/886] Compiling SwiftLintBuiltInRules MultilineArgumentsRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[802/886] Compiling SwiftLintBuiltInRules MultilineArgumentsRuleExamples.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[803/886] Compiling SwiftLintBuiltInRules MultilineFunctionChainsRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[804/886] Compiling SwiftLintBuiltInRules MultilineLiteralBracketsRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[805/886] Compiling SwiftLintBuiltInRules MultilineParametersBracketsRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let typeKinds: Set<SwiftDeclarationKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[806/886] Compiling SwiftLintBuiltInRules VerticalWhitespaceConfiguration.swift
[807/886] Compiling SwiftLintBuiltInRules XCTSpecificMatcherConfiguration.swift
[808/886] Compiling SwiftLintBuiltInRules AttributeNameSpacingRule.swift
[809/886] Compiling SwiftLintBuiltInRules AttributesRule.swift
[810/886] Compiling SwiftLintBuiltInRules AttributesRuleExamples.swift
[811/886] Compiling SwiftLintBuiltInRules ClosingBraceRule.swift
[812/886] Compiling SwiftLintBuiltInRules ClosureEndIndentationRule.swift
[813/886] Compiling SwiftLintBuiltInRules ClosureEndIndentationRuleExamples.swift
[814/886] Compiling SwiftLintBuiltInRules ClosureParameterPositionRule.swift
[815/886] Compiling SwiftLintBuiltInRules ClosureSpacingRule.swift
[816/886] Compiling SwiftLintBuiltInRules CollectionAlignmentRule.swift
[817/886] Compiling SwiftLintBuiltInRules ColonRule.swift
[818/886] Compiling SwiftLintBuiltInRules ColonRuleExamples.swift
[819/886] Compiling SwiftLintBuiltInRules CommaInheritanceRule.swift
[820/886] Compiling SwiftLintBuiltInRules CommaRule.swift
[821/886] Compiling SwiftLintBuiltInRules ComputedAccessorsOrderRule.swift
[822/886] Compiling SwiftLintBuiltInRules ComputedAccessorsOrderRuleExamples.swift
[823/886] Compiling SwiftLintBuiltInRules ConditionalReturnsOnNewlineRule.swift
[824/886] Compiling SwiftLintBuiltInRules ContrastedOpeningBraceRule.swift
[825/886] Compiling SwiftLintBuiltInRules ContrastedOpeningBraceRuleExamples.swift
[826/886] Compiling SwiftLintBuiltInRules ControlStatementRule.swift
[827/886] Compiling SwiftLintBuiltInRules DirectReturnRule.swift
[828/886] Compiling SwiftLintBuiltInRules EmptyEnumArgumentsRule.swift
[829/886] Compiling SwiftLintBuiltInRules EmptyParametersRule.swift
[830/886] Compiling SwiftLintBuiltInRules EmptyParenthesesWithTrailingClosureRule.swift
[831/886] Compiling SwiftLintBuiltInRules SingleTestClassRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
[832/886] Compiling SwiftLintBuiltInRules SortedEnumCasesRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
[833/886] Compiling SwiftLintBuiltInRules SortedImportsRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
[834/886] Compiling SwiftLintBuiltInRules SortedImportsRuleExamples.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
[835/886] Compiling SwiftLintBuiltInRules StatementPositionRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
[836/886] Compiling SwiftLintBuiltInRules SuperfluousElseRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
[837/886] Compiling SwiftLintBuiltInRules SwitchCaseAlignmentRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
[838/886] Compiling SwiftLintBuiltInRules SwitchCaseOnNewlineRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
[839/886] Compiling SwiftLintBuiltInRules TrailingClosureRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
[840/886] Compiling SwiftLintBuiltInRules TrailingCommaRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
[841/886] Compiling SwiftLintBuiltInRules TrailingNewlineRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
[842/886] Compiling SwiftLintBuiltInRules TrailingWhitespaceRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
[843/886] Compiling SwiftLintBuiltInRules TypeContentsOrderRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
[844/886] Compiling SwiftLintBuiltInRules TypeContentsOrderRuleExamples.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
[845/886] Compiling SwiftLintBuiltInRules UnneededParenthesesInClosureArgumentRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
[846/886] Compiling SwiftLintBuiltInRules UnusedOptionalBindingRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
[847/886] Compiling SwiftLintBuiltInRules VerticalParameterAlignmentOnCallRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
[848/886] Compiling SwiftLintBuiltInRules VerticalParameterAlignmentRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
[849/886] Compiling SwiftLintBuiltInRules VerticalParameterAlignmentRuleExamples.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
[850/886] Compiling SwiftLintBuiltInRules VerticalWhitespaceBetweenCasesRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
[851/886] Compiling SwiftLintBuiltInRules VerticalWhitespaceClosingBracesRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
[852/886] Compiling SwiftLintBuiltInRules VerticalWhitespaceClosingBracesRuleExamples.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
[853/886] Compiling SwiftLintBuiltInRules VerticalWhitespaceOpeningBracesRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
[854/886] Compiling SwiftLintBuiltInRules VerticalWhitespaceRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
[855/886] Compiling SwiftLintBuiltInRules VoidReturnRule.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
               ^
[856/886] Compiling SwiftLintBuiltInRules MultilineParametersRule.swift
[857/886] Compiling SwiftLintBuiltInRules MultilineParametersRuleExamples.swift
[858/886] Compiling SwiftLintBuiltInRules MultipleClosuresWithTrailingClosureRule.swift
[859/886] Compiling SwiftLintBuiltInRules NoSpaceInMethodCallRule.swift
[860/886] Compiling SwiftLintBuiltInRules NonOverridableClassDeclarationRule.swift
[861/886] Compiling SwiftLintBuiltInRules NumberSeparatorRule.swift
[862/886] Compiling SwiftLintBuiltInRules NumberSeparatorRuleExamples.swift
[863/886] Compiling SwiftLintBuiltInRules OpeningBraceRule.swift
[864/886] Compiling SwiftLintBuiltInRules OpeningBraceRuleExamples.swift
[865/886] Compiling SwiftLintBuiltInRules OperatorFunctionWhitespaceRule.swift
[866/886] Compiling SwiftLintBuiltInRules OperatorUsageWhitespaceRule.swift
[867/886] Compiling SwiftLintBuiltInRules OperatorUsageWhitespaceRuleExamples.swift
[868/886] Compiling SwiftLintBuiltInRules OptionalEnumCaseMatchingRule.swift
[869/886] Compiling SwiftLintBuiltInRules PreferSelfInStaticReferencesRule.swift
[870/886] Compiling SwiftLintBuiltInRules PreferSelfInStaticReferencesRuleExamples.swift
[871/886] Compiling SwiftLintBuiltInRules PreferSelfTypeOverTypeOfSelfRule.swift
[872/886] Compiling SwiftLintBuiltInRules PrefixedTopLevelConstantRule.swift
[873/886] Compiling SwiftLintBuiltInRules ProtocolPropertyAccessorsOrderRule.swift
[874/886] Compiling SwiftLintBuiltInRules RedundantDiscardableLetRule.swift
[875/886] Compiling SwiftLintBuiltInRules RedundantSelfInClosureRule.swift
[876/886] Compiling SwiftLintBuiltInRules RedundantSelfInClosureRuleExamples.swift
[877/886] Compiling SwiftLintBuiltInRules ReturnArrowWhitespaceRule.swift
[878/886] Compiling SwiftLintBuiltInRules SelfBindingRule.swift
[879/886] Compiling SwiftLintBuiltInRules ShorthandArgumentRule.swift
[880/886] Compiling SwiftLintBuiltInRules ShorthandOperatorRule.swift
[881/940] Compiling SwiftLintFramework JUnitReporter.swift
[882/940] Compiling SwiftLintFramework MarkdownReporter.swift
[883/940] Compiling SwiftLintFramework RelativePathReporter.swift
[884/940] Compiling SwiftLintFramework Reporter.swift
[885/940] Compiling SwiftLintFramework SARIFReporter.swift
[886/940] Compiling SwiftLintFramework SonarQubeReporter.swift
[887/945] Compiling SwiftLintFramework CodeClimateReporter.swift
[888/945] Compiling SwiftLintFramework EmojiReporter.swift
[889/945] Compiling SwiftLintFramework GitHubActionsLoggingReporter.swift
[890/945] Compiling SwiftLintFramework GitLabJUnitReporter.swift
[891/945] Compiling SwiftLintFramework HTMLReporter.swift
[892/945] Compiling SwiftLintFramework JSONReporter.swift
[893/945] Emitting module SwiftLintFramework
[894/945] Compiling SwiftLintFramework SummaryReporter.swift
[895/945] Compiling SwiftLintFramework XcodeReporter.swift
[896/945] Compiling SwiftLintFramework CoreRules.swift
[897/945] Compiling SwiftLintFramework CustomRules.swift
[898/945] Compiling SwiftLintFramework SuperfluousDisableCommandRule.swift
[899/945] Compiling SwiftLintFramework Configuration+IndentationStyle.swift
[900/945] Compiling SwiftLintFramework Configuration+LintableFiles.swift
[901/945] Compiling SwiftLintFramework Configuration+Merging.swift
[902/945] Compiling SwiftLintFramework Configuration+Parsing.swift
[903/945] Compiling SwiftLintFramework Configuration+Remote.swift
[904/945] Compiling SwiftLintFramework Configuration+RulesMode.swift
[905/945] Compiling SwiftLintFramework Configuration+RulesWrapper.swift
[906/945] Compiling SwiftLintFramework Configuration.swift
[907/945] Compiling SwiftLintFramework RuleDocumentation.swift
[908/945] Compiling SwiftLintFramework RuleListDocumentation.swift
[909/945] Compiling SwiftLintFramework Exports.swift
[910/945] Compiling SwiftLintFramework FileManager+SwiftLint.swift
[911/945] Compiling SwiftLintFramework Version.swift
[912/945] Compiling SwiftLintFramework YamlParser.swift
[913/945] Compiling SwiftLintFramework ProcessInfo+XcodeCloud.swift
[914/945] Compiling SwiftLintFramework ProgressBar.swift
[915/945] Compiling SwiftLintFramework CSVReporter.swift
[916/945] Compiling SwiftLintFramework CheckstyleReporter.swift
[917/945] Compiling SwiftLintFramework String+XML.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintFramework/LintOrAnalyzeCommand.swift:2:17: remark: '@preconcurrency' attribute on module 'Darwin' is unused
@preconcurrency import Darwin
~~~~~~~~~~~~~~~~^
[918/945] Compiling SwiftLintFramework String+sha256.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintFramework/LintOrAnalyzeCommand.swift:2:17: remark: '@preconcurrency' attribute on module 'Darwin' is unused
@preconcurrency import Darwin
~~~~~~~~~~~~~~~~^
[919/945] Compiling SwiftLintFramework ExecutableInfo.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintFramework/LintOrAnalyzeCommand.swift:2:17: remark: '@preconcurrency' attribute on module 'Darwin' is unused
@preconcurrency import Darwin
~~~~~~~~~~~~~~~~^
[920/945] Compiling SwiftLintFramework Glob.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintFramework/LintOrAnalyzeCommand.swift:2:17: remark: '@preconcurrency' attribute on module 'Darwin' is unused
@preconcurrency import Darwin
~~~~~~~~~~~~~~~~^
[921/945] Compiling SwiftLintFramework Reachability.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintFramework/LintOrAnalyzeCommand.swift:2:17: remark: '@preconcurrency' attribute on module 'Darwin' is unused
@preconcurrency import Darwin
~~~~~~~~~~~~~~~~^
[922/945] Compiling SwiftLintFramework LintOrAnalyzeCommand.swift
/Users/admin/builder/spi-builder-workspace/Source/SwiftLintFramework/LintOrAnalyzeCommand.swift:2:17: remark: '@preconcurrency' attribute on module 'Darwin' is unused
@preconcurrency import Darwin
~~~~~~~~~~~~~~~~^
[923/945] Compiling SwiftLintFramework Benchmark.swift
[924/945] Compiling SwiftLintFramework CompilerArgumentsExtractor.swift
[925/945] Compiling SwiftLintFramework Configuration+CommandLine.swift
[926/945] Compiling SwiftLintFramework Configuration+Cache.swift
[927/945] Compiling SwiftLintFramework Configuration+FileGraph.swift
[928/945] Compiling SwiftLintFramework Configuration+FileGraphSubtypes.swift
[929/945] Compiling SwiftLintFramework LintableFilesVisitor.swift
[930/945] Compiling SwiftLintFramework CustomRuleTimer.swift
[931/945] Compiling SwiftLintFramework HashableConfigurationRuleWrapperWrapper.swift
[932/945] Compiling SwiftLintFramework Linter.swift
[933/945] Compiling SwiftLintFramework LinterCache.swift
[934/945] Compiling SwiftLintFramework ReportersList.swift
[935/945] Compiling SwiftLintFramework RulesFilter.swift
[936/945] Compiling SwiftLintFramework Signposts.swift
[937/945] Compiling SwiftLintFramework SwiftLintError.swift
[938/945] Compiling SwiftLintFramework SwiftPMCompilationDB.swift
[939/945] Compiling SwiftLintFramework UpdateChecker.swift
[940/967] Compiling swiftlint SwiftLint.swift
[941/968] Compiling swiftlint Docs.swift
[942/968] Compiling swiftlint_dev Rules+Register.swift
[943/968] Compiling swiftlint GenerateDocs.swift
[944/968] Compiling swiftlint Version.swift
[945/968] Compiling swiftlint LintOrAnalyzeArguments.swift
[946/968] Compiling swiftlint Reporters.swift
[947/968] Compiling swiftlint Rules.swift
[948/968] Compiling swiftlint Lint.swift
[949/968] Compiling swiftlint_dev SwiftLintDev.swift
[950/968] Emitting module swiftlint_dev
[951/968] Compiling swiftlint_dev Rules+Template.swift
[952/968] Compiling swiftlint_dev Reporters+Register.swift
[953/968] Emitting module swiftlint
[954/968] Compiling swiftlint Analyze.swift
[955/968] Compiling swiftlint Baseline.swift
[956/968] Compiling swiftlint RulesFilterOptions.swift
[956/968] Write Objects.LinkFileList
[958/968] Linking swiftlint-dev
[959/968] Linking swiftlint
[960/968] Applying swiftlint-dev
[961/968] Applying swiftlint
[963/968] Compiling TestHelpers SwiftLintTestCase.swift
[964/968] Compiling TestHelpers TestResources.swift
[965/968] Compiling TestHelpers RuleMock.swift
[966/968] Emitting module TestHelpers
[967/968] Compiling TestHelpers TestHelpers.swift
[968/968] Compiling TestHelpers RuleDescription+Examples.swift
Build complete! (64.27s)
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
[1/84] Fetching collectionconcurrencykit
[85/1013] Fetching collectionconcurrencykit, swiftytexttable
[160/11302] Fetching collectionconcurrencykit, swiftytexttable, yams
[161/24236] Fetching collectionconcurrencykit, swiftytexttable, yams, cryptoswift
[477/40348] Fetching collectionconcurrencykit, swiftytexttable, yams, cryptoswift, sourcekitten
[4249/55228] Fetching collectionconcurrencykit, swiftytexttable, yams, cryptoswift, sourcekitten, swift-argument-parser
[53995/125398] Fetching collectionconcurrencykit, swiftytexttable, yams, cryptoswift, sourcekitten, swift-argument-parser, swift-syntax
Fetched https://github.com/jpsim/Yams.git from cache (2.54s)
Fetched https://github.com/jpsim/SourceKitten.git from cache (2.54s)
[31634/98997] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift, swift-argument-parser, swift-syntax
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (2.59s)
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (2.59s)
[33428/97984] Fetching cryptoswift, swift-argument-parser, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.04s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (4.05s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (4.05s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (2.20s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (0.45s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (1.67s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.45s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.96s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (0.54s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.46s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.46s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.37s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.1
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.0
Creating working copy for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit.git resolved at 0.2.0
[32750/41085097] Downloading https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip (2.88s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "exact" : [
          "601.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "sourcekitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.37.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/SourceKitten.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.3.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "swiftytexttable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scottrhoyt/SwiftyTextTable.git"
    },
    {
      "identity" : "collectionconcurrencykit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/CollectionConcurrencyKit.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    }
  ],
  "manifest_display_name" : "SwiftLint",
  "name" : "SwiftLint",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "swiftlint",
      "targets" : [
        "swiftlint"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftLintFramework",
      "targets" : [
        "SwiftLintFramework"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftLintBuildToolPlugin",
      "targets" : [
        "SwiftLintBuildToolPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SwiftLintCommandPlugin",
      "targets" : [
        "SwiftLintCommandPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "swiftlint-dev",
      "targets" : [
        "swiftlint-dev"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftLintCoreMacros",
      "targets" : [
        "SwiftLintCoreMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swiftlint_dev",
      "module_type" : "SwiftTarget",
      "name" : "swiftlint-dev",
      "path" : "Source/swiftlint-dev",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "swiftlint-dev"
      ],
      "sources" : [
        "Reporters+Register.swift",
        "Rules+Register.swift",
        "Rules+Template.swift",
        "SwiftLintDev.swift"
      ],
      "target_dependencies" : [
        "SwiftLintFramework"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "swiftlint",
      "module_type" : "SwiftTarget",
      "name" : "swiftlint",
      "path" : "Source/swiftlint",
      "product_dependencies" : [
        "ArgumentParser",
        "CollectionConcurrencyKit",
        "SwiftyTextTable"
      ],
      "product_memberships" : [
        "swiftlint"
      ],
      "sources" : [
        "Commands/Analyze.swift",
        "Commands/Baseline.swift",
        "Commands/Docs.swift",
        "Commands/GenerateDocs.swift",
        "Commands/Lint.swift",
        "Commands/Reporters.swift",
        "Commands/Rules.swift",
        "Commands/SwiftLint.swift",
        "Commands/Version.swift",
        "Common/LintOrAnalyzeArguments.swift",
        "Common/RulesFilterOptions.swift"
      ],
      "target_dependencies" : [
        "SwiftLintFramework"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "TestHelpers",
      "path" : "Tests/TestHelpers",
      "sources" : [
        "RuleDescription+Examples.swift",
        "RuleMock.swift",
        "SwiftLintTestCase.swift",
        "TestHelpers.swift",
        "TestResources.swift"
      ],
      "target_dependencies" : [
        "SwiftLintFramework"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftLintFramework",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLintFramework",
      "path" : "Source/SwiftLintFramework",
      "product_dependencies" : [
        "CollectionConcurrencyKit"
      ],
      "product_memberships" : [
        "swiftlint",
        "SwiftLintFramework",
        "swiftlint-dev"
      ],
      "sources" : [
        "Benchmark.swift",
        "CompilerArgumentsExtractor.swift",
        "Configuration+CommandLine.swift",
        "Configuration/Configuration+Cache.swift",
        "Configuration/Configuration+FileGraph.swift",
        "Configuration/Configuration+FileGraphSubtypes.swift",
        "Configuration/Configuration+IndentationStyle.swift",
        "Configuration/Configuration+LintableFiles.swift",
        "Configuration/Configuration+Merging.swift",
        "Configuration/Configuration+Parsing.swift",
        "Configuration/Configuration+Remote.swift",
        "Configuration/Configuration+RulesMode.swift",
        "Configuration/Configuration+RulesWrapper.swift",
        "Configuration/Configuration.swift",
        "Documentation/RuleDocumentation.swift",
        "Documentation/RuleListDocumentation.swift",
        "Exports.swift",
        "Extensions/FileManager+SwiftLint.swift",
        "Extensions/String+XML.swift",
        "Extensions/String+sha256.swift",
        "Helpers/ExecutableInfo.swift",
        "Helpers/Glob.swift",
        "Helpers/Reachability.swift",
        "LintOrAnalyzeCommand.swift",
        "LintableFilesVisitor.swift",
        "Models/CustomRuleTimer.swift",
        "Models/HashableConfigurationRuleWrapperWrapper.swift",
        "Models/Linter.swift",
        "Models/LinterCache.swift",
        "Models/ReportersList.swift",
        "Models/Version.swift",
        "Models/YamlParser.swift",
        "ProcessInfo+XcodeCloud.swift",
        "ProgressBar.swift",
        "Reporters/CSVReporter.swift",
        "Reporters/CheckstyleReporter.swift",
        "Reporters/CodeClimateReporter.swift",
        "Reporters/EmojiReporter.swift",
        "Reporters/GitHubActionsLoggingReporter.swift",
        "Reporters/GitLabJUnitReporter.swift",
        "Reporters/HTMLReporter.swift",
        "Reporters/JSONReporter.swift",
        "Reporters/JUnitReporter.swift",
        "Reporters/MarkdownReporter.swift",
        "Reporters/RelativePathReporter.swift",
        "Reporters/Reporter.swift",
        "Reporters/SARIFReporter.swift",
        "Reporters/SonarQubeReporter.swift",
        "Reporters/SummaryReporter.swift",
        "Reporters/XcodeReporter.swift",
        "Rules/CoreRules.swift",
        "Rules/CustomRules.swift",
        "Rules/SuperfluousDisableCommandRule.swift",
        "RulesFilter.swift",
        "Signposts.swift",
        "SwiftLintError.swift",
        "SwiftPMCompilationDB.swift",
        "UpdateChecker.swift"
      ],
      "target_dependencies" : [
        "SwiftLintBuiltInRules",
        "SwiftLintCore",
        "SwiftLintExtraRules"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftLintExtraRules",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLintExtraRules",
      "path" : "Source/SwiftLintExtraRules",
      "product_memberships" : [
        "swiftlint",
        "SwiftLintFramework",
        "swiftlint-dev"
      ],
      "sources" : [
        "Exports.swift",
        "ExtraRules.swift"
      ],
      "target_dependencies" : [
        "SwiftLintCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftLintCoreMacros",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLintCoreMacros",
      "path" : "Source/SwiftLintCoreMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "swiftlint",
        "SwiftLintFramework",
        "swiftlint-dev",
        "SwiftLintCoreMacros"
      ],
      "sources" : [
        "RuleConfigurationMacros.swift",
        "SwiftLintCoreMacros.swift",
        "SwiftSyntaxRule.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SwiftLintCore",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLintCore",
      "path" : "Source/SwiftLintCore",
      "product_dependencies" : [
        "CryptoSwift",
        "SourceKittenFramework",
        "SwiftIDEUtils",
        "SwiftOperators",
        "SwiftParser",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftyTextTable",
        "Yams"
      ],
      "product_memberships" : [
        "swiftlint",
        "SwiftLintFramework",
        "swiftlint-dev"
      ],
      "sources" : [
        "Extensions/Array+SwiftLint.swift",
        "Extensions/ByteCount+SwiftSyntax.swift",
        "Extensions/Collection+Windows.swift",
        "Extensions/Dictionary+SwiftLint.swift",
        "Extensions/NSRange+SwiftLint.swift",
        "Extensions/NSRegularExpression+SwiftLint.swift",
        "Extensions/QueuedPrint.swift",
        "Extensions/RandomAccessCollection+Swiftlint.swift",
        "Extensions/Request+SwiftLint.swift",
        "Extensions/SourceKittenDictionary+Swiftlint.swift",
        "Extensions/SourceRange+SwiftLint.swift",
        "Extensions/String+SwiftLint.swift",
        "Extensions/StringView+SwiftLint.swift",
        "Extensions/StringView+SwiftSyntax.swift",
        "Extensions/SwiftDeclarationAttributeKind+Swiftlint.swift",
        "Extensions/SwiftDeclarationKind+SwiftLint.swift",
        "Extensions/SwiftLintFile+BodyLineCount.swift",
        "Extensions/SwiftLintFile+Cache.swift",
        "Extensions/SwiftLintFile+Regex.swift",
        "Extensions/SwiftSyntax+SwiftLint.swift",
        "Extensions/SyntaxClassification+isComment.swift",
        "Extensions/SyntaxKind+SwiftLint.swift",
        "Helpers/Macros.swift",
        "Helpers/Stack.swift",
        "Models/AccessControlLevel.swift",
        "Models/Baseline.swift",
        "Models/ChildOptionSeverityConfiguration.swift",
        "Models/Command.swift",
        "Models/ConfigurationRuleWrapper.swift",
        "Models/Correction.swift",
        "Models/Example.swift",
        "Models/Issue.swift",
        "Models/Location.swift",
        "Models/Region.swift",
        "Models/RuleConfigurationDescription.swift",
        "Models/RuleDescription.swift",
        "Models/RuleIdentifier.swift",
        "Models/RuleKind.swift",
        "Models/RuleList.swift",
        "Models/RuleParameter.swift",
        "Models/RuleRegistry.swift",
        "Models/RuleStorage.swift",
        "Models/SeverityConfiguration.swift",
        "Models/StyleViolation.swift",
        "Models/SwiftExpressionKind.swift",
        "Models/SwiftLintFile.swift",
        "Models/SwiftLintSyntaxMap.swift",
        "Models/SwiftLintSyntaxToken.swift",
        "Models/SwiftVersion.swift",
        "Models/ViolationSeverity.swift",
        "Protocols/ASTRule.swift",
        "Protocols/CacheDescriptionProvider.swift",
        "Protocols/CollectingRule.swift",
        "Protocols/Rule.swift",
        "Protocols/RuleConfiguration.swift",
        "Protocols/SwiftSyntaxCorrectableRule.swift",
        "Protocols/SwiftSyntaxRule.swift",
        "Rewriters/CodeIndentingRewriter.swift",
        "RuleConfigurations/RegexConfiguration.swift",
        "RuleConfigurations/SeverityLevelsConfiguration.swift",
        "Visitors/BodyLengthRuleVisitor.swift",
        "Visitors/CodeBlockVisitor.swift",
        "Visitors/CommandVisitor.swift",
        "Visitors/DeclaredIdentifiersTrackingVisitor.swift",
        "Visitors/ViolationsSyntaxVisitor.swift"
      ],
      "target_dependencies" : [
        "DyldWarningWorkaround",
        "SwiftLintCoreMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftLintCommandPlugin",
      "module_type" : "PluginTarget",
      "name" : "SwiftLintCommandPlugin",
      "path" : "Plugins/SwiftLintCommandPlugin",
      "plugin_capability" : {
        "intent" : {
          "description" : "SwiftLint Command Plugin",
          "type" : "custom",
          "verb" : "swiftlint"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "When this command is run with the `--fix` option it may modify source files.",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "SwiftLintCommandPlugin"
      ],
      "sources" : [
        "CommandContext.swift",
        "SwiftLintCommandPlugin.swift"
      ],
      "target_dependencies" : [
        "SwiftLintBinary"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SwiftLintBuiltInRules",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLintBuiltInRules",
      "path" : "Source/SwiftLintBuiltInRules",
      "product_memberships" : [
        "swiftlint",
        "SwiftLintFramework",
        "swiftlint-dev"
      ],
      "sources" : [
        "Exports.swift",
        "Extensions/SourceKittenDictionary+SwiftUI.swift",
        "Helpers/LegacyFunctionRuleHelper.swift",
        "Models/BuiltInRules.swift",
        "Models/ImportUsage.swift",
        "Rules/Idiomatic/AnonymousArgumentInMultilineClosureRule.swift",
        "Rules/Idiomatic/BlockBasedKVORule.swift",
        "Rules/Idiomatic/ConvenienceTypeRule.swift",
        "Rules/Idiomatic/DiscouragedAssertRule.swift",
        "Rules/Idiomatic/DiscouragedNoneNameRule.swift",
        "Rules/Idiomatic/DiscouragedObjectLiteralRule.swift",
        "Rules/Idiomatic/DiscouragedOptionalBooleanRule.swift",
        "Rules/Idiomatic/DiscouragedOptionalBooleanRuleExamples.swift",
        "Rules/Idiomatic/DiscouragedOptionalCollectionExamples.swift",
        "Rules/Idiomatic/DiscouragedOptionalCollectionRule.swift",
        "Rules/Idiomatic/DuplicateImportsRule.swift",
        "Rules/Idiomatic/DuplicateImportsRuleExamples.swift",
        "Rules/Idiomatic/ExplicitACLRule.swift",
        "Rules/Idiomatic/ExplicitEnumRawValueRule.swift",
        "Rules/Idiomatic/ExplicitInitRule.swift",
        "Rules/Idiomatic/ExplicitTopLevelACLRule.swift",
        "Rules/Idiomatic/ExplicitTypeInterfaceRule.swift",
        "Rules/Idiomatic/ExtensionAccessModifierRule.swift",
        "Rules/Idiomatic/FallthroughRule.swift",
        "Rules/Idiomatic/FatalErrorMessageRule.swift",
        "Rules/Idiomatic/FileNameNoSpaceRule.swift",
        "Rules/Idiomatic/FileNameRule.swift",
        "Rules/Idiomatic/ForWhereRule.swift",
        "Rules/Idiomatic/ForceCastRule.swift",
        "Rules/Idiomatic/ForceTryRule.swift",
        "Rules/Idiomatic/ForceUnwrappingRule.swift",
        "Rules/Idiomatic/FunctionDefaultParameterAtEndRule.swift",
        "Rules/Idiomatic/GenericTypeNameRule.swift",
        "Rules/Idiomatic/ImplicitlyUnwrappedOptionalRule.swift",
        "Rules/Idiomatic/IsDisjointRule.swift",
        "Rules/Idiomatic/JoinedDefaultParameterRule.swift",
        "Rules/Idiomatic/LegacyCGGeometryFunctionsRule.swift",
        "Rules/Idiomatic/LegacyConstantRule.swift",
        "Rules/Idiomatic/LegacyConstantRuleExamples.swift",
        "Rules/Idiomatic/LegacyConstructorRule.swift",
        "Rules/Idiomatic/LegacyHashingRule.swift",
        "Rules/Idiomatic/LegacyMultipleRule.swift",
        "Rules/Idiomatic/LegacyNSGeometryFunctionsRule.swift",
        "Rules/Idiomatic/LegacyObjcTypeRule.swift",
        "Rules/Idiomatic/LegacyRandomRule.swift",
        "Rules/Idiomatic/NimbleOperatorRule.swift",
        "Rules/Idiomatic/NoEmptyBlockRule.swift",
        "Rules/Idiomatic/NoExtensionAccessModifierRule.swift",
        "Rules/Idiomatic/NoFallthroughOnlyRule.swift",
        "Rules/Idiomatic/NoFallthroughOnlyRuleExamples.swift",
        "Rules/Idiomatic/NoGroupingExtensionRule.swift",
        "Rules/Idiomatic/NoMagicNumbersRule.swift",
        "Rules/Idiomatic/ObjectLiteralRule.swift",
        "Rules/Idiomatic/OneDeclarationPerFileRule.swift",
        "Rules/Idiomatic/PatternMatchingKeywordsRule.swift",
        "Rules/Idiomatic/PreferKeyPathRule.swift",
        "Rules/Idiomatic/PreferNimbleRule.swift",
        "Rules/Idiomatic/PreferTypeCheckingRule.swift",
        "Rules/Idiomatic/PreferZeroOverExplicitInitRule.swift",
        "Rules/Idiomatic/PrivateOverFilePrivateRule.swift",
        "Rules/Idiomatic/RedundantNilCoalescingRule.swift",
        "Rules/Idiomatic/RedundantObjcAttributeRule.swift",
        "Rules/Idiomatic/RedundantObjcAttributeRuleExamples.swift",
        "Rules/Idiomatic/RedundantOptionalInitializationRule.swift",
        "Rules/Idiomatic/RedundantSetAccessControlRule.swift",
        "Rules/Idiomatic/RedundantStringEnumValueRule.swift",
        "Rules/Idiomatic/RedundantTypeAnnotationRule.swift",
        "Rules/Idiomatic/RedundantVoidReturnRule.swift",
        "Rules/Idiomatic/ReturnValueFromVoidFunctionRule.swift",
        "Rules/Idiomatic/ReturnValueFromVoidFunctionRuleExamples.swift",
        "Rules/Idiomatic/ShorthandOptionalBindingRule.swift",
        "Rules/Idiomatic/StaticOperatorRule.swift",
        "Rules/Idiomatic/StaticOverFinalClassRule.swift",
        "Rules/Idiomatic/StrictFilePrivateRule.swift",
        "Rules/Idiomatic/SyntacticSugarRule.swift",
        "Rules/Idiomatic/SyntacticSugarRuleExamples.swift",
        "Rules/Idiomatic/ToggleBoolRule.swift",
        "Rules/Idiomatic/TrailingSemicolonRule.swift",
        "Rules/Idiomatic/TypeNameRule.swift",
        "Rules/Idiomatic/TypeNameRuleExamples.swift",
        "Rules/Idiomatic/UnavailableConditionRule.swift",
        "Rules/Idiomatic/UnavailableFunctionRule.swift",
        "Rules/Idiomatic/UnneededBreakInSwitchRule.swift",
        "Rules/Idiomatic/UnneededSynthesizedInitializerRule.swift",
        "Rules/Idiomatic/UnneededSynthesizedInitializerRuleExamples.swift",
        "Rules/Idiomatic/UntypedErrorInCatchRule.swift",
        "Rules/Idiomatic/UnusedEnumeratedRule.swift",
        "Rules/Idiomatic/VoidFunctionInTernaryConditionRule.swift",
        "Rules/Idiomatic/XCTFailMessageRule.swift",
        "Rules/Idiomatic/XCTSpecificMatcherRule.swift",
        "Rules/Idiomatic/XCTSpecificMatcherRuleExamples.swift",
        "Rules/Lint/AccessibilityLabelForImageRule.swift",
        "Rules/Lint/AccessibilityLabelForImageRuleExamples.swift",
        "Rules/Lint/AccessibilityTraitForButtonRule.swift",
        "Rules/Lint/AccessibilityTraitForButtonRuleExamples.swift",
        "Rules/Lint/ArrayInitRule.swift",
        "Rules/Lint/AsyncWithoutAwaitRule.swift",
        "Rules/Lint/AsyncWithoutAwaitRuleExamples.swift",
        "Rules/Lint/BalancedXCTestLifecycleRule.swift",
        "Rules/Lint/BlanketDisableCommandRule.swift",
        "Rules/Lint/CaptureVariableRule.swift",
        "Rules/Lint/ClassDelegateProtocolRule.swift",
        "Rules/Lint/CommentSpacingRule.swift",
        "Rules/Lint/CompilerProtocolInitRule.swift",
        "Rules/Lint/DeploymentTargetRule.swift",
        "Rules/Lint/DeploymentTargetRuleExamples.swift",
        "Rules/Lint/DiscardedNotificationCenterObserverRule.swift",
        "Rules/Lint/DiscouragedDirectInitRule.swift",
        "Rules/Lint/DuplicateConditionsRule.swift",
        "Rules/Lint/DuplicateEnumCasesRule.swift",
        "Rules/Lint/DuplicatedKeyInDictionaryLiteralRule.swift",
        "Rules/Lint/DynamicInlineRule.swift",
        "Rules/Lint/EmptyXCTestMethodRule.swift",
        "Rules/Lint/EmptyXCTestMethodRuleExamples.swift",
        "Rules/Lint/ExpiringTodoRule.swift",
        "Rules/Lint/IBInspectableInExtensionRule.swift",
        "Rules/Lint/IdenticalOperandsRule.swift",
        "Rules/Lint/InvalidSwiftLintCommandRule.swift",
        "Rules/Lint/LocalDocCommentRule.swift",
        "Rules/Lint/LowerACLThanParentRule.swift",
        "Rules/Lint/MarkRule.swift",
        "Rules/Lint/MarkRuleExamples.swift",
        "Rules/Lint/MissingDocsRule.swift",
        "Rules/Lint/MissingDocsRuleExamples.swift",
        "Rules/Lint/NSLocalizedStringKeyRule.swift",
        "Rules/Lint/NSLocalizedStringRequireBundleRule.swift",
        "Rules/Lint/NSNumberInitAsFunctionReferenceRule.swift",
        "Rules/Lint/NSObjectPreferIsEqualRule.swift",
        "Rules/Lint/NSObjectPreferIsEqualRuleExamples.swift",
        "Rules/Lint/NonOptionalStringDataConversionRule.swift",
        "Rules/Lint/NotificationCenterDetachmentRule.swift",
        "Rules/Lint/NotificationCenterDetachmentRuleExamples.swift",
        "Rules/Lint/OptionalDataStringConversionRule.swift",
        "Rules/Lint/OrphanedDocCommentRule.swift",
        "Rules/Lint/OverriddenSuperCallRule.swift",
        "Rules/Lint/OverrideInExtensionRule.swift",
        "Rules/Lint/PeriodSpacingRule.swift",
        "Rules/Lint/PrivateActionRule.swift",
        "Rules/Lint/PrivateOutletRule.swift",
        "Rules/Lint/PrivateSubjectRule.swift",
        "Rules/Lint/PrivateSubjectRuleExamples.swift",
        "Rules/Lint/PrivateSwiftUIStatePropertyRule.swift",
        "Rules/Lint/PrivateSwiftUIStatePropertyRuleExamples.swift",
        "Rules/Lint/PrivateUnitTestRule.swift",
        "Rules/Lint/ProhibitedInterfaceBuilderRule.swift",
        "Rules/Lint/ProhibitedSuperRule.swift",
        "Rules/Lint/QuickDiscouragedCallRule.swift",
        "Rules/Lint/QuickDiscouragedCallRuleExamples.swift",
        "Rules/Lint/QuickDiscouragedFocusedTestRule.swift",
        "Rules/Lint/QuickDiscouragedFocusedTestRuleExamples.swift",
        "Rules/Lint/QuickDiscouragedPendingTestRule.swift",
        "Rules/Lint/QuickDiscouragedPendingTestRuleExamples.swift",
        "Rules/Lint/RawValueForCamelCasedCodableEnumRule.swift",
        "Rules/Lint/RedundantSendableRule.swift",
        "Rules/Lint/RequiredDeinitRule.swift",
        "Rules/Lint/RequiredEnumCaseRule.swift",
        "Rules/Lint/SelfInPropertyInitializationRule.swift",
        "Rules/Lint/StrongIBOutletRule.swift",
        "Rules/Lint/TestCaseAccessibilityRule.swift",
        "Rules/Lint/TestCaseAccessibilityRuleExamples.swift",
        "Rules/Lint/TodoRule.swift",
        "Rules/Lint/TypesafeArrayInitRule.swift",
        "Rules/Lint/UnhandledThrowingTaskRule.swift",
        "Rules/Lint/UnneededOverrideRule.swift",
        "Rules/Lint/UnneededOverrideRuleExamples.swift",
        "Rules/Lint/UnownedVariableCaptureRule.swift",
        "Rules/Lint/UnusedClosureParameterRule.swift",
        "Rules/Lint/UnusedClosureParameterRuleExamples.swift",
        "Rules/Lint/UnusedControlFlowLabelRule.swift",
        "Rules/Lint/UnusedDeclarationRule.swift",
        "Rules/Lint/UnusedDeclarationRuleExamples.swift",
        "Rules/Lint/UnusedImportRule.swift",
        "Rules/Lint/UnusedImportRuleExamples.swift",
        "Rules/Lint/UnusedParameterRule.swift",
        "Rules/Lint/UnusedSetterValueRule.swift",
        "Rules/Lint/ValidIBInspectableRule.swift",
        "Rules/Lint/WeakDelegateRule.swift",
        "Rules/Lint/YodaConditionRule.swift",
        "Rules/Metrics/ClosureBodyLengthRule.swift",
        "Rules/Metrics/ClosureBodyLengthRuleExamples.swift",
        "Rules/Metrics/CyclomaticComplexityRule.swift",
        "Rules/Metrics/EnumCaseAssociatedValuesLengthRule.swift",
        "Rules/Metrics/FileLengthRule.swift",
        "Rules/Metrics/FunctionBodyLengthRule.swift",
        "Rules/Metrics/FunctionParameterCountRule.swift",
        "Rules/Metrics/LargeTupleRule.swift",
        "Rules/Metrics/LargeTupleRuleExamples.swift",
        "Rules/Metrics/LineLengthRule.swift",
        "Rules/Metrics/NestingRule.swift",
        "Rules/Metrics/NestingRuleExamples.swift",
        "Rules/Metrics/TypeBodyLengthRule.swift",
        "Rules/Performance/ContainsOverFilterCountRule.swift",
        "Rules/Performance/ContainsOverFilterIsEmptyRule.swift",
        "Rules/Performance/ContainsOverFirstNotNilRule.swift",
        "Rules/Performance/ContainsOverRangeNilComparisonRule.swift",
        "Rules/Performance/EmptyCollectionLiteralRule.swift",
        "Rules/Performance/EmptyCountRule.swift",
        "Rules/Performance/EmptyStringRule.swift",
        "Rules/Performance/FinalTestCaseRule.swift",
        "Rules/Performance/FirstWhereRule.swift",
        "Rules/Performance/FlatMapOverMapReduceRule.swift",
        "Rules/Performance/LastWhereRule.swift",
        "Rules/Performance/ReduceBooleanRule.swift",
        "Rules/Performance/ReduceIntoRule.swift",
        "Rules/Performance/SortedFirstLastRule.swift",
        "Rules/RuleConfigurations/AttributesConfiguration.swift",
        "Rules/RuleConfigurations/BlanketDisableCommandConfiguration.swift",
        "Rules/RuleConfigurations/CollectionAlignmentConfiguration.swift",
        "Rules/RuleConfigurations/ColonConfiguration.swift",
        "Rules/RuleConfigurations/ComputedAccessorsOrderConfiguration.swift",
        "Rules/RuleConfigurations/ConditionalReturnsOnNewlineConfiguration.swift",
        "Rules/RuleConfigurations/CyclomaticComplexityConfiguration.swift",
        "Rules/RuleConfigurations/DeploymentTargetConfiguration.swift",
        "Rules/RuleConfigurations/DiscouragedDirectInitConfiguration.swift",
        "Rules/RuleConfigurations/EmptyCountConfiguration.swift",
        "Rules/RuleConfigurations/ExpiringTodoConfiguration.swift",
        "Rules/RuleConfigurations/ExplicitInitConfiguration.swift",
        "Rules/RuleConfigurations/ExplicitTypeInterfaceConfiguration.swift",
        "Rules/RuleConfigurations/FileHeaderConfiguration.swift",
        "Rules/RuleConfigurations/FileLengthConfiguration.swift",
        "Rules/RuleConfigurations/FileNameConfiguration.swift",
        "Rules/RuleConfigurations/FileNameNoSpaceConfiguration.swift",
        "Rules/RuleConfigurations/FileTypesOrderConfiguration.swift",
        "Rules/RuleConfigurations/ForWhereConfiguration.swift",
        "Rules/RuleConfigurations/FunctionDefaultParameterAtEndConfiguration.swift",
        "Rules/RuleConfigurations/FunctionParameterCountConfiguration.swift",
        "Rules/RuleConfigurations/IdentifierNameConfiguration.swift",
        "Rules/RuleConfigurations/ImplicitReturnConfiguration.swift",
        "Rules/RuleConfigurations/ImplicitlyUnwrappedOptionalConfiguration.swift",
        "Rules/RuleConfigurations/InclusiveLanguageConfiguration.swift",
        "Rules/RuleConfigurations/IndentationWidthConfiguration.swift",
        "Rules/RuleConfigurations/LegacyObjcTypeConfiguration.swift",
        "Rules/RuleConfigurations/LineLengthConfiguration.swift",
        "Rules/RuleConfigurations/MissingDocsConfiguration.swift",
        "Rules/RuleConfigurations/ModifierOrderConfiguration.swift",
        "Rules/RuleConfigurations/MultilineArgumentsConfiguration.swift",
        "Rules/RuleConfigurations/MultilineParametersConfiguration.swift",
        "Rules/RuleConfigurations/NameConfiguration.swift",
        "Rules/RuleConfigurations/NestingConfiguration.swift",
        "Rules/RuleConfigurations/NoEmptyBlockConfiguration.swift",
        "Rules/RuleConfigurations/NoMagicNumbersConfiguration.swift",
        "Rules/RuleConfigurations/NonOverridableClassDeclarationConfiguration.swift",
        "Rules/RuleConfigurations/NumberSeparatorConfiguration.swift",
        "Rules/RuleConfigurations/ObjectLiteralConfiguration.swift",
        "Rules/RuleConfigurations/OpeningBraceConfiguration.swift",
        "Rules/RuleConfigurations/OperatorUsageWhitespaceConfiguration.swift",
        "Rules/RuleConfigurations/OverriddenSuperCallConfiguration.swift",
        "Rules/RuleConfigurations/PreferKeyPathConfiguration.swift",
        "Rules/RuleConfigurations/PrefixedTopLevelConstantConfiguration.swift",
        "Rules/RuleConfigurations/PrivateOutletConfiguration.swift",
        "Rules/RuleConfigurations/PrivateOverFilePrivateConfiguration.swift",
        "Rules/RuleConfigurations/ProhibitedSuperConfiguration.swift",
        "Rules/RuleConfigurations/RedundantDiscardableLetConfiguration.swift",
        "Rules/RuleConfigurations/RedundantSendableConfiguration.swift",
        "Rules/RuleConfigurations/RedundantTypeAnnotationConfiguration.swift",
        "Rules/RuleConfigurations/RedundantVoidReturnConfiguration.swift",
        "Rules/RuleConfigurations/RequiredEnumCaseConfiguration.swift",
        "Rules/RuleConfigurations/SelfBindingConfiguration.swift",
        "Rules/RuleConfigurations/ShorthandArgumentConfiguration.swift",
        "Rules/RuleConfigurations/SortedImportsConfiguration.swift",
        "Rules/RuleConfigurations/StatementPositionConfiguration.swift",
        "Rules/RuleConfigurations/SwitchCaseAlignmentConfiguration.swift",
        "Rules/RuleConfigurations/TestCaseAccessibilityConfiguration.swift",
        "Rules/RuleConfigurations/TodoConfiguration.swift",
        "Rules/RuleConfigurations/TrailingClosureConfiguration.swift",
        "Rules/RuleConfigurations/TrailingCommaConfiguration.swift",
        "Rules/RuleConfigurations/TrailingWhitespaceConfiguration.swift",
        "Rules/RuleConfigurations/TypeContentsOrderConfiguration.swift",
        "Rules/RuleConfigurations/TypeNameConfiguration.swift",
        "Rules/RuleConfigurations/UnitTestConfiguration.swift",
        "Rules/RuleConfigurations/UnneededOverrideRuleConfiguration.swift",
        "Rules/RuleConfigurations/UnusedDeclarationConfiguration.swift",
        "Rules/RuleConfigurations/UnusedImportConfiguration.swift",
        "Rules/RuleConfigurations/UnusedOptionalBindingConfiguration.swift",
        "Rules/RuleConfigurations/VerticalWhitespaceClosingBracesConfiguration.swift",
        "Rules/RuleConfigurations/VerticalWhitespaceConfiguration.swift",
        "Rules/RuleConfigurations/XCTSpecificMatcherConfiguration.swift",
        "Rules/Style/AttributeNameSpacingRule.swift",
        "Rules/Style/AttributesRule.swift",
        "Rules/Style/AttributesRuleExamples.swift",
        "Rules/Style/ClosingBraceRule.swift",
        "Rules/Style/ClosureEndIndentationRule.swift",
        "Rules/Style/ClosureEndIndentationRuleExamples.swift",
        "Rules/Style/ClosureParameterPositionRule.swift",
        "Rules/Style/ClosureSpacingRule.swift",
        "Rules/Style/CollectionAlignmentRule.swift",
        "Rules/Style/ColonRule.swift",
        "Rules/Style/ColonRuleExamples.swift",
        "Rules/Style/CommaInheritanceRule.swift",
        "Rules/Style/CommaRule.swift",
        "Rules/Style/ComputedAccessorsOrderRule.swift",
        "Rules/Style/ComputedAccessorsOrderRuleExamples.swift",
        "Rules/Style/ConditionalReturnsOnNewlineRule.swift",
        "Rules/Style/ContrastedOpeningBraceRule.swift",
        "Rules/Style/ContrastedOpeningBraceRuleExamples.swift",
        "Rules/Style/ControlStatementRule.swift",
        "Rules/Style/DirectReturnRule.swift",
        "Rules/Style/EmptyEnumArgumentsRule.swift",
        "Rules/Style/EmptyParametersRule.swift",
        "Rules/Style/EmptyParenthesesWithTrailingClosureRule.swift",
        "Rules/Style/ExplicitSelfRule.swift",
        "Rules/Style/ExplicitSelfRuleExamples.swift",
        "Rules/Style/FileHeaderRule.swift",
        "Rules/Style/FileTypesOrderRule.swift",
        "Rules/Style/FileTypesOrderRuleExamples.swift",
        "Rules/Style/IdentifierNameRule.swift",
        "Rules/Style/IdentifierNameRuleExamples.swift",
        "Rules/Style/ImplicitGetterRule.swift",
        "Rules/Style/ImplicitGetterRuleExamples.swift",
        "Rules/Style/ImplicitReturnRule.swift",
        "Rules/Style/ImplicitReturnRuleExamples.swift",
        "Rules/Style/InclusiveLanguageRule.swift",
        "Rules/Style/InclusiveLanguageRuleExamples.swift",
        "Rules/Style/IndentationWidthRule.swift",
        "Rules/Style/LeadingWhitespaceRule.swift",
        "Rules/Style/LetVarWhitespaceRule.swift",
        "Rules/Style/LiteralExpressionEndIndentationRule.swift",
        "Rules/Style/ModifierOrderRule.swift",
        "Rules/Style/ModifierOrderRuleExamples.swift",
        "Rules/Style/MultilineArgumentsBracketsRule.swift",
        "Rules/Style/MultilineArgumentsRule.swift",
        "Rules/Style/MultilineArgumentsRuleExamples.swift",
        "Rules/Style/MultilineFunctionChainsRule.swift",
        "Rules/Style/MultilineLiteralBracketsRule.swift",
        "Rules/Style/MultilineParametersBracketsRule.swift",
        "Rules/Style/MultilineParametersRule.swift",
        "Rules/Style/MultilineParametersRuleExamples.swift",
        "Rules/Style/MultipleClosuresWithTrailingClosureRule.swift",
        "Rules/Style/NoSpaceInMethodCallRule.swift",
        "Rules/Style/NonOverridableClassDeclarationRule.swift",
        "Rules/Style/NumberSeparatorRule.swift",
        "Rules/Style/NumberSeparatorRuleExamples.swift",
        "Rules/Style/OpeningBraceRule.swift",
        "Rules/Style/OpeningBraceRuleExamples.swift",
        "Rules/Style/OperatorFunctionWhitespaceRule.swift",
        "Rules/Style/OperatorUsageWhitespaceRule.swift",
        "Rules/Style/OperatorUsageWhitespaceRuleExamples.swift",
        "Rules/Style/OptionalEnumCaseMatchingRule.swift",
        "Rules/Style/PreferSelfInStaticReferencesRule.swift",
        "Rules/Style/PreferSelfInStaticReferencesRuleExamples.swift",
        "Rules/Style/PreferSelfTypeOverTypeOfSelfRule.swift",
        "Rules/Style/PrefixedTopLevelConstantRule.swift",
        "Rules/Style/ProtocolPropertyAccessorsOrderRule.swift",
        "Rules/Style/RedundantDiscardableLetRule.swift",
        "Rules/Style/RedundantSelfInClosureRule.swift",
        "Rules/Style/RedundantSelfInClosureRuleExamples.swift",
        "Rules/Style/ReturnArrowWhitespaceRule.swift",
        "Rules/Style/SelfBindingRule.swift",
        "Rules/Style/ShorthandArgumentRule.swift",
        "Rules/Style/ShorthandOperatorRule.swift",
        "Rules/Style/SingleTestClassRule.swift",
        "Rules/Style/SortedEnumCasesRule.swift",
        "Rules/Style/SortedImportsRule.swift",
        "Rules/Style/SortedImportsRuleExamples.swift",
        "Rules/Style/StatementPositionRule.swift",
        "Rules/Style/SuperfluousElseRule.swift",
        "Rules/Style/SwitchCaseAlignmentRule.swift",
        "Rules/Style/SwitchCaseOnNewlineRule.swift",
        "Rules/Style/TrailingClosureRule.swift",
        "Rules/Style/TrailingCommaRule.swift",
        "Rules/Style/TrailingNewlineRule.swift",
        "Rules/Style/TrailingWhitespaceRule.swift",
        "Rules/Style/TypeContentsOrderRule.swift",
        "Rules/Style/TypeContentsOrderRuleExamples.swift",
        "Rules/Style/UnneededParenthesesInClosureArgumentRule.swift",
        "Rules/Style/UnusedOptionalBindingRule.swift",
        "Rules/Style/VerticalParameterAlignmentOnCallRule.swift",
        "Rules/Style/VerticalParameterAlignmentRule.swift",
        "Rules/Style/VerticalParameterAlignmentRuleExamples.swift",
        "Rules/Style/VerticalWhitespaceBetweenCasesRule.swift",
        "Rules/Style/VerticalWhitespaceClosingBracesRule.swift",
        "Rules/Style/VerticalWhitespaceClosingBracesRuleExamples.swift",
        "Rules/Style/VerticalWhitespaceOpeningBracesRule.swift",
        "Rules/Style/VerticalWhitespaceRule.swift",
        "Rules/Style/VoidReturnRule.swift"
      ],
      "target_dependencies" : [
        "SwiftLintCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftLintBuildToolPlugin",
      "module_type" : "PluginTarget",
      "name" : "SwiftLintBuildToolPlugin",
      "path" : "Plugins/SwiftLintBuildToolPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SwiftLintBuildToolPlugin"
      ],
      "sources" : [
        "Path+Helpers.swift",
        "SwiftLintBuildToolPlugin.swift",
        "SwiftLintBuildToolPluginError.swift"
      ],
      "target_dependencies" : [
        "SwiftLintBinary"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SwiftLintBinary",
      "module_type" : "BinaryTarget",
      "name" : "SwiftLintBinary",
      "path" : "remote/archive/SwiftLintBinary.artifactbundle.zip",
      "product_memberships" : [
        "SwiftLintBuildToolPlugin",
        "SwiftLintCommandPlugin"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "MacroTests",
      "module_type" : "SwiftTarget",
      "name" : "MacroTests",
      "path" : "Tests/MacroTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "AcceptableByConfigurationElementTests.swift",
        "AutoConfigParserTests.swift",
        "SwiftSyntaxRuleTests.swift"
      ],
      "target_dependencies" : [
        "SwiftLintCoreMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "IntegrationTests",
      "path" : "Tests/IntegrationTests",
      "sources" : [
        "IntegrationTests.swift"
      ],
      "target_dependencies" : [
        "SwiftLintFramework",
        "TestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GeneratedTests",
      "module_type" : "SwiftTarget",
      "name" : "GeneratedTests",
      "path" : "Tests/GeneratedTests",
      "sources" : [
        "GeneratedTests.swift"
      ],
      "target_dependencies" : [
        "SwiftLintFramework",
        "TestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FrameworkTests",
      "module_type" : "SwiftTarget",
      "name" : "FrameworkTests",
      "path" : "Tests/FrameworkTests",
      "sources" : [
        "AccessControlLevelTests.swift",
        "BaselineTests.swift",
        "CodeIndentingRewriterTests.swift",
        "CollectingRuleTests.swift",
        "CommandTests.swift",
        "ConfigurationAliasesTests.swift",
        "ConfigurationTests+Mock.swift",
        "ConfigurationTests+MultipleConfigs.swift",
        "ConfigurationTests.swift",
        "CustomRulesTests.swift",
        "DisableAllTests.swift",
        "EmptyFileTests.swift",
        "ExampleTests.swift",
        "Exports.swift",
        "ExtendedNSStringTests.swift",
        "ExtendedStringTests.swift",
        "GlobTests.swift",
        "LineEndingTests.swift",
        "LintOrAnalyzeOptionsTests.swift",
        "LinterCacheTests.swift",
        "ModifierOrderTests.swift",
        "ParserDiagnosticsTests.swift",
        "RegexConfigurationTests.swift",
        "RegionTests.swift",
        "ReporterTests.swift",
        "RuleConfigurationDescriptionTests.swift",
        "RuleConfigurationTests.swift",
        "RuleTests.swift",
        "RulesTests.swift",
        "SourceKitCrashTests.swift",
        "StringExtensionTests.swift",
        "StringViewExtensionTests.swift",
        "SwiftLintFileTests.swift",
        "SwiftVersionTests.swift",
        "YamlParserTests.swift",
        "YamlSwiftLintTests.swift"
      ],
      "target_dependencies" : [
        "SwiftLintFramework",
        "TestHelpers",
        "SwiftLintCoreMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ExtraRulesTests",
      "module_type" : "SwiftTarget",
      "name" : "ExtraRulesTests",
      "path" : "Tests/ExtraRulesTests",
      "sources" : [
        "ExtraRulesTests.swift"
      ],
      "target_dependencies" : [
        "SwiftLintFramework",
        "TestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DyldWarningWorkaround",
      "module_type" : "ClangTarget",
      "name" : "DyldWarningWorkaround",
      "path" : "Source/DyldWarningWorkaround",
      "product_memberships" : [
        "swiftlint",
        "SwiftLintFramework",
        "swiftlint-dev"
      ],
      "sources" : [
        "DyldWarningWorkaround.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLITests",
      "module_type" : "SwiftTarget",
      "name" : "CLITests",
      "path" : "Tests/CLITests",
      "sources" : [
        "RulesFilterTests.swift"
      ],
      "target_dependencies" : [
        "SwiftLintFramework"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BuiltInRulesTests",
      "module_type" : "SwiftTarget",
      "name" : "BuiltInRulesTests",
      "path" : "Tests/BuiltInRulesTests",
      "sources" : [
        "AttributesRuleTests.swift",
        "BlanketDisableCommandRuleTests.swift",
        "ChildOptionSeverityConfigurationTests.swift",
        "CollectionAlignmentRuleTests.swift",
        "ColonRuleTests.swift",
        "CompilerProtocolInitRuleTests.swift",
        "ComputedAccessorsOrderRuleTests.swift",
        "ConditionalReturnsOnNewlineRuleTests.swift",
        "ContainsOverFirstNotNilRuleTests.swift",
        "CyclomaticComplexityConfigurationTests.swift",
        "CyclomaticComplexityRuleTests.swift",
        "DeploymentTargetConfigurationTests.swift",
        "DeploymentTargetRuleTests.swift",
        "DiscouragedDirectInitRuleTests.swift",
        "DiscouragedObjectLiteralRuleTests.swift",
        "DuplicateImportsRuleTests.swift",
        "EmptyCountRuleTests.swift",
        "ExpiringTodoRuleTests.swift",
        "ExplicitInitRuleTests.swift",
        "ExplicitTypeInterfaceConfigurationTests.swift",
        "ExplicitTypeInterfaceRuleTests.swift",
        "FileHeaderRuleTests.swift",
        "FileLengthRuleTests.swift",
        "FileNameNoSpaceRuleTests.swift",
        "FileNameRuleTests.swift",
        "FileTypesOrderRuleTests.swift",
        "FunctionBodyLengthRuleTests.swift",
        "FunctionParameterCountRuleTests.swift",
        "GenericTypeNameRuleTests.swift",
        "IdentifierNameRuleTests.swift",
        "ImplicitGetterRuleTests.swift",
        "ImplicitReturnConfigurationTests.swift",
        "ImplicitReturnRuleTests.swift",
        "ImplicitlyUnwrappedOptionalConfigurationTests.swift",
        "ImplicitlyUnwrappedOptionalRuleTests.swift",
        "InclusiveLanguageRuleTests.swift",
        "IndentationWidthRuleTests.swift",
        "LineLengthConfigurationTests.swift",
        "LineLengthRuleTests.swift",
        "MissingDocsRuleTests.swift",
        "MultilineArgumentsRuleTests.swift",
        "MultilineParametersConfigurationTests.swift",
        "NameConfigurationTests.swift",
        "NestingRuleTests.swift",
        "NoEmptyBlockConfigurationTests.swift",
        "NumberSeparatorRuleTests.swift",
        "ObjectLiteralRuleTests.swift",
        "OpeningBraceRuleTests.swift",
        "PreferKeyPathRuleTests.swift",
        "PrefixedTopLevelConstantRuleTests.swift",
        "PrivateOverFilePrivateRuleTests.swift",
        "RequiredEnumCaseConfigurationTests.swift",
        "StatementPositionRuleTests.swift",
        "SwitchCaseAlignmentRuleTests.swift",
        "TodoRuleTests.swift",
        "TrailingClosureConfigurationTests.swift",
        "TrailingClosureRuleTests.swift",
        "TrailingCommaRuleTests.swift",
        "TrailingWhitespaceRuleTests.swift",
        "TypeContentsOrderRuleTests.swift",
        "TypeNameRuleTests.swift",
        "TypesafeArrayInitRuleTests.swift",
        "UnneededOverrideRuleTests.swift",
        "UnusedDeclarationConfigurationTests.swift",
        "UnusedOptionalBindingRuleTests.swift",
        "VerticalWhitespaceRuleTests.swift",
        "XCTSpecificMatcherRuleTests.swift"
      ],
      "target_dependencies" : [
        "SwiftLintBuiltInRules",
        "TestHelpers"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.9"
}
Done.