Build Information
Successful build of SwiftLint, reference main (e2ef7e
), with Swift 5.10 for macOS (SPM) on 15 Jun 2025 19:55:42 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
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> = [
^
[461/511] 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> = [
^
[462/511] 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> = [
^
[463/511] 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> = [
^
[464/511] 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> = [
^
[465/511] 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> = [
^
[466/511] 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> = [
^
[467/511] Compiling SwiftLintCore SwiftDeclarationAttributeKind+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/511] 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 {
^
[469/511] 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 {
^
[470/511] 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 {
^
[471/511] 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 {
^
[472/511] 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 {
^
[473/511] 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 {
^
[474/511] Compiling SwiftLintCore RuleStorage.swift
[475/511] Compiling SwiftLintCore SeverityConfiguration.swift
[476/511] Compiling SwiftLintCore StyleViolation.swift
[477/511] Compiling SwiftLintCore SwiftExpressionKind.swift
[478/511] Compiling SwiftLintCore SwiftLintFile.swift
[479/511] Compiling SwiftLintCore SwiftLintSyntaxMap.swift
[480/511] 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
~~~~~~~~~~~~~~~~^
[481/511] 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
~~~~~~~~~~~~~~~~^
[482/511] 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
~~~~~~~~~~~~~~~~^
[483/511] 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
~~~~~~~~~~~~~~~~^
[484/511] 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
~~~~~~~~~~~~~~~~^
[485/511] 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
~~~~~~~~~~~~~~~~^
[486/511] 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
~~~~~~~~~~~~~~~~^
[487/511] Compiling SwiftLintCore ConfigurationRuleWrapper.swift
[488/511] Compiling SwiftLintCore Correction.swift
[489/511] Compiling SwiftLintCore Example.swift
[490/511] Compiling SwiftLintCore Issue.swift
[491/511] Compiling SwiftLintCore Location.swift
[492/511] Compiling SwiftLintCore Region.swift
[493/511] Compiling SwiftLintCore RuleConfigurationDescription.swift
[494/511] Compiling SwiftLintCore RuleDescription.swift
[495/511] Compiling SwiftLintCore RuleIdentifier.swift
[496/511] Compiling SwiftLintCore RuleKind.swift
[497/511] Compiling SwiftLintCore RuleList.swift
[498/511] Compiling SwiftLintCore RuleParameter.swift
[499/511] Compiling SwiftLintCore RuleRegistry.swift
[500/511] Compiling SwiftLintCore SeverityLevelsConfiguration.swift
[501/511] Compiling SwiftLintCore BodyLengthRuleVisitor.swift
[502/511] Compiling SwiftLintCore CodeBlockVisitor.swift
[503/511] Compiling SwiftLintCore CommandVisitor.swift
[504/511] Compiling SwiftLintCore DeclaredIdentifiersTrackingVisitor.swift
[505/511] Compiling SwiftLintCore ViolationsSyntaxVisitor.swift
[506/574] Compiling SwiftLintExtraRules Exports.swift
[507/581] Emitting module SwiftLintExtraRules
[508/589] Compiling SwiftLintExtraRules ExtraRules.swift
[509/740] Compiling SwiftLintBuiltInRules NSLocalizedStringRequireBundleRule.swift
[510/740] Compiling SwiftLintBuiltInRules NSNumberInitAsFunctionReferenceRule.swift
[511/740] Compiling SwiftLintBuiltInRules NSObjectPreferIsEqualRule.swift
[512/740] Compiling SwiftLintBuiltInRules NSObjectPreferIsEqualRuleExamples.swift
[513/740] Compiling SwiftLintBuiltInRules NonOptionalStringDataConversionRule.swift
[514/740] Compiling SwiftLintBuiltInRules NotificationCenterDetachmentRule.swift
[515/740] Compiling SwiftLintBuiltInRules NotificationCenterDetachmentRuleExamples.swift
[516/740] Compiling SwiftLintBuiltInRules OptionalDataStringConversionRule.swift
[517/740] Compiling SwiftLintBuiltInRules OrphanedDocCommentRule.swift
[518/740] Compiling SwiftLintBuiltInRules OverriddenSuperCallRule.swift
[519/740] Compiling SwiftLintBuiltInRules OverrideInExtensionRule.swift
[520/740] Compiling SwiftLintBuiltInRules PeriodSpacingRule.swift
[521/740] Compiling SwiftLintBuiltInRules PrivateActionRule.swift
[522/740] Compiling SwiftLintBuiltInRules PrivateOutletRule.swift
[523/740] Compiling SwiftLintBuiltInRules PrivateSubjectRule.swift
[524/740] Compiling SwiftLintBuiltInRules PrivateSubjectRuleExamples.swift
[525/740] Compiling SwiftLintBuiltInRules PrivateSwiftUIStatePropertyRule.swift
[526/740] Compiling SwiftLintBuiltInRules PrivateSwiftUIStatePropertyRuleExamples.swift
[527/740] Compiling SwiftLintBuiltInRules PrivateUnitTestRule.swift
[528/740] Compiling SwiftLintBuiltInRules ProhibitedInterfaceBuilderRule.swift
[529/740] Compiling SwiftLintBuiltInRules ProhibitedSuperRule.swift
[530/740] Compiling SwiftLintBuiltInRules QuickDiscouragedCallRule.swift
[531/740] Compiling SwiftLintBuiltInRules QuickDiscouragedCallRuleExamples.swift
[532/740] Compiling SwiftLintBuiltInRules QuickDiscouragedFocusedTestRule.swift
[533/740] Compiling SwiftLintBuiltInRules QuickDiscouragedFocusedTestRuleExamples.swift
[534/765] Compiling SwiftLintBuiltInRules FileNameNoSpaceRule.swift
[535/765] Compiling SwiftLintBuiltInRules FileNameRule.swift
[536/765] Compiling SwiftLintBuiltInRules ForWhereRule.swift
[537/765] Compiling SwiftLintBuiltInRules ForceCastRule.swift
[538/765] Compiling SwiftLintBuiltInRules ForceTryRule.swift
[539/765] Compiling SwiftLintBuiltInRules ForceUnwrappingRule.swift
[540/765] Compiling SwiftLintBuiltInRules FunctionDefaultParameterAtEndRule.swift
[541/765] Compiling SwiftLintBuiltInRules GenericTypeNameRule.swift
[542/765] Compiling SwiftLintBuiltInRules ImplicitlyUnwrappedOptionalRule.swift
[543/765] Compiling SwiftLintBuiltInRules IsDisjointRule.swift
[544/765] Compiling SwiftLintBuiltInRules JoinedDefaultParameterRule.swift
[545/765] Compiling SwiftLintBuiltInRules LegacyCGGeometryFunctionsRule.swift
[546/765] Compiling SwiftLintBuiltInRules LegacyConstantRule.swift
[547/765] Compiling SwiftLintBuiltInRules LegacyConstantRuleExamples.swift
[548/765] Compiling SwiftLintBuiltInRules LegacyConstructorRule.swift
[549/765] Compiling SwiftLintBuiltInRules LegacyHashingRule.swift
[550/765] Compiling SwiftLintBuiltInRules LegacyMultipleRule.swift
[551/765] Compiling SwiftLintBuiltInRules LegacyNSGeometryFunctionsRule.swift
[552/765] Compiling SwiftLintBuiltInRules LegacyObjcTypeRule.swift
[553/765] Compiling SwiftLintBuiltInRules LegacyRandomRule.swift
[554/765] Compiling SwiftLintBuiltInRules NimbleOperatorRule.swift
[555/765] Compiling SwiftLintBuiltInRules NoEmptyBlockRule.swift
[556/765] Compiling SwiftLintBuiltInRules NoExtensionAccessModifierRule.swift
[557/765] Compiling SwiftLintBuiltInRules NoFallthroughOnlyRule.swift
[558/765] Compiling SwiftLintBuiltInRules NoFallthroughOnlyRuleExamples.swift
[559/790] Compiling SwiftLintBuiltInRules QuickDiscouragedPendingTestRule.swift
[560/790] Compiling SwiftLintBuiltInRules QuickDiscouragedPendingTestRuleExamples.swift
[561/790] Compiling SwiftLintBuiltInRules RawValueForCamelCasedCodableEnumRule.swift
[562/790] Compiling SwiftLintBuiltInRules RedundantSendableRule.swift
[563/790] Compiling SwiftLintBuiltInRules RequiredDeinitRule.swift
[564/790] Compiling SwiftLintBuiltInRules RequiredEnumCaseRule.swift
[565/790] Compiling SwiftLintBuiltInRules SelfInPropertyInitializationRule.swift
[566/790] Compiling SwiftLintBuiltInRules StrongIBOutletRule.swift
[567/790] Compiling SwiftLintBuiltInRules TestCaseAccessibilityRule.swift
[568/790] Compiling SwiftLintBuiltInRules TestCaseAccessibilityRuleExamples.swift
[569/790] Compiling SwiftLintBuiltInRules TodoRule.swift
[570/790] Compiling SwiftLintBuiltInRules TypesafeArrayInitRule.swift
[571/790] Compiling SwiftLintBuiltInRules UnhandledThrowingTaskRule.swift
[572/790] Compiling SwiftLintBuiltInRules UnneededOverrideRule.swift
[573/790] Compiling SwiftLintBuiltInRules UnneededOverrideRuleExamples.swift
[574/790] Compiling SwiftLintBuiltInRules UnownedVariableCaptureRule.swift
[575/790] Compiling SwiftLintBuiltInRules UnusedClosureParameterRule.swift
[576/790] Compiling SwiftLintBuiltInRules UnusedClosureParameterRuleExamples.swift
[577/790] Compiling SwiftLintBuiltInRules UnusedControlFlowLabelRule.swift
[578/790] Compiling SwiftLintBuiltInRules UnusedDeclarationRule.swift
[579/790] Compiling SwiftLintBuiltInRules UnusedDeclarationRuleExamples.swift
[580/790] Compiling SwiftLintBuiltInRules UnusedImportRule.swift
[581/790] Compiling SwiftLintBuiltInRules UnusedImportRuleExamples.swift
[582/790] Compiling SwiftLintBuiltInRules UnusedParameterRule.swift
[583/790] Compiling SwiftLintBuiltInRules UnusedSetterValueRule.swift
[584/815] 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> = [
^
[585/815] 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> = [
^
[586/815] 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> = [
^
[587/815] 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> = [
^
[588/815] 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> = [
^
[589/815] 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> = [
^
[590/815] 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> = [
^
[591/815] 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> = [
^
[592/815] 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> = [
^
[593/815] 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> = [
^
[594/815] 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> = [
^
[595/815] 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> = [
^
[596/815] 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> = [
^
[597/815] 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> = [
^
[598/815] 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> = [
^
[599/815] 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> = [
^
[600/815] 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> = [
^
[601/815] 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> = [
^
[602/815] 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> = [
^
[603/815] 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> = [
^
[604/815] 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> = [
^
[605/815] 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> = [
^
[606/815] 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> = [
^
[607/815] 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> = [
^
[608/815] 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> = [
^
[609/815] Compiling SwiftLintBuiltInRules NoGroupingExtensionRule.swift
[610/815] Compiling SwiftLintBuiltInRules NoMagicNumbersRule.swift
[611/815] Compiling SwiftLintBuiltInRules ObjectLiteralRule.swift
[612/815] Compiling SwiftLintBuiltInRules OneDeclarationPerFileRule.swift
[613/815] Compiling SwiftLintBuiltInRules PatternMatchingKeywordsRule.swift
[614/815] Compiling SwiftLintBuiltInRules PreferKeyPathRule.swift
[615/815] Compiling SwiftLintBuiltInRules PreferNimbleRule.swift
[616/815] Compiling SwiftLintBuiltInRules PreferTypeCheckingRule.swift
[617/815] Compiling SwiftLintBuiltInRules PreferZeroOverExplicitInitRule.swift
[618/815] Compiling SwiftLintBuiltInRules PrivateOverFilePrivateRule.swift
[619/815] Compiling SwiftLintBuiltInRules RedundantNilCoalescingRule.swift
[620/815] Compiling SwiftLintBuiltInRules RedundantObjcAttributeRule.swift
[621/815] Compiling SwiftLintBuiltInRules RedundantObjcAttributeRuleExamples.swift
[622/815] Compiling SwiftLintBuiltInRules RedundantOptionalInitializationRule.swift
[623/815] Compiling SwiftLintBuiltInRules RedundantSetAccessControlRule.swift
[624/815] Compiling SwiftLintBuiltInRules RedundantStringEnumValueRule.swift
[625/815] Compiling SwiftLintBuiltInRules RedundantTypeAnnotationRule.swift
[626/815] Compiling SwiftLintBuiltInRules RedundantVoidReturnRule.swift
[627/815] Compiling SwiftLintBuiltInRules ReturnValueFromVoidFunctionRule.swift
[628/815] Compiling SwiftLintBuiltInRules ReturnValueFromVoidFunctionRuleExamples.swift
[629/815] Compiling SwiftLintBuiltInRules ShorthandOptionalBindingRule.swift
[630/815] Compiling SwiftLintBuiltInRules StaticOperatorRule.swift
[631/815] Compiling SwiftLintBuiltInRules StaticOverFinalClassRule.swift
[632/815] Compiling SwiftLintBuiltInRules StrictFilePrivateRule.swift
[633/815] Compiling SwiftLintBuiltInRules SyntacticSugarRule.swift
[634/815] Compiling SwiftLintBuiltInRules SyntacticSugarRuleExamples.swift
[635/815] Compiling SwiftLintBuiltInRules ToggleBoolRule.swift
[636/815] Compiling SwiftLintBuiltInRules TrailingSemicolonRule.swift
[637/815] Compiling SwiftLintBuiltInRules TypeNameRule.swift
[638/815] Compiling SwiftLintBuiltInRules TypeNameRuleExamples.swift
[639/815] Compiling SwiftLintBuiltInRules UnavailableConditionRule.swift
[640/815] Compiling SwiftLintBuiltInRules UnavailableFunctionRule.swift
[641/815] Compiling SwiftLintBuiltInRules UnneededBreakInSwitchRule.swift
[642/815] Compiling SwiftLintBuiltInRules UnneededSynthesizedInitializerRule.swift
[643/815] Compiling SwiftLintBuiltInRules UnneededSynthesizedInitializerRuleExamples.swift
[644/815] Compiling SwiftLintBuiltInRules UntypedErrorInCatchRule.swift
[645/815] Compiling SwiftLintBuiltInRules UnusedEnumeratedRule.swift
[646/815] Compiling SwiftLintBuiltInRules VoidFunctionInTernaryConditionRule.swift
[647/815] Compiling SwiftLintBuiltInRules XCTFailMessageRule.swift
[648/815] Compiling SwiftLintBuiltInRules XCTSpecificMatcherRule.swift
[649/815] Compiling SwiftLintBuiltInRules XCTSpecificMatcherRuleExamples.swift
[650/815] Compiling SwiftLintBuiltInRules AccessibilityLabelForImageRule.swift
[651/815] Compiling SwiftLintBuiltInRules AccessibilityLabelForImageRuleExamples.swift
[652/815] Compiling SwiftLintBuiltInRules AccessibilityTraitForButtonRule.swift
[653/815] Compiling SwiftLintBuiltInRules AccessibilityTraitForButtonRuleExamples.swift
[654/815] Compiling SwiftLintBuiltInRules ArrayInitRule.swift
[655/815] Compiling SwiftLintBuiltInRules AsyncWithoutAwaitRule.swift
[656/815] Compiling SwiftLintBuiltInRules AsyncWithoutAwaitRuleExamples.swift
[657/815] Compiling SwiftLintBuiltInRules BalancedXCTestLifecycleRule.swift
[658/815] Compiling SwiftLintBuiltInRules BlanketDisableCommandRule.swift
[659/890] Compiling SwiftLintBuiltInRules FlatMapOverMapReduceRule.swift
[660/890] Compiling SwiftLintBuiltInRules LastWhereRule.swift
[661/890] Compiling SwiftLintBuiltInRules ReduceBooleanRule.swift
[662/890] Compiling SwiftLintBuiltInRules ReduceIntoRule.swift
[663/890] Compiling SwiftLintBuiltInRules SortedFirstLastRule.swift
[664/890] Compiling SwiftLintBuiltInRules AttributesConfiguration.swift
[665/890] Compiling SwiftLintBuiltInRules BlanketDisableCommandConfiguration.swift
[666/890] Compiling SwiftLintBuiltInRules CollectionAlignmentConfiguration.swift
[667/890] Compiling SwiftLintBuiltInRules ColonConfiguration.swift
[668/890] Compiling SwiftLintBuiltInRules ComputedAccessorsOrderConfiguration.swift
[669/890] Compiling SwiftLintBuiltInRules ConditionalReturnsOnNewlineConfiguration.swift
[670/890] Compiling SwiftLintBuiltInRules CyclomaticComplexityConfiguration.swift
[671/890] Compiling SwiftLintBuiltInRules DeploymentTargetConfiguration.swift
[672/890] Compiling SwiftLintBuiltInRules DiscouragedDirectInitConfiguration.swift
[673/890] Compiling SwiftLintBuiltInRules EmptyCountConfiguration.swift
[674/890] Compiling SwiftLintBuiltInRules ExpiringTodoConfiguration.swift
[675/890] Compiling SwiftLintBuiltInRules ExplicitInitConfiguration.swift
[676/890] Compiling SwiftLintBuiltInRules ExplicitTypeInterfaceConfiguration.swift
[677/890] Compiling SwiftLintBuiltInRules FileHeaderConfiguration.swift
[678/890] Compiling SwiftLintBuiltInRules FileLengthConfiguration.swift
[679/890] Compiling SwiftLintBuiltInRules FileNameConfiguration.swift
[680/890] Compiling SwiftLintBuiltInRules FileNameNoSpaceConfiguration.swift
[681/890] Compiling SwiftLintBuiltInRules FileTypesOrderConfiguration.swift
[682/890] Compiling SwiftLintBuiltInRules ForWhereConfiguration.swift
[683/890] Compiling SwiftLintBuiltInRules FunctionDefaultParameterAtEndConfiguration.swift
[684/890] 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> = [
^
[685/890] 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> = [
^
[686/890] 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> = [
^
[687/890] 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> = [
^
[688/890] 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> = [
^
[689/890] 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> = [
^
[690/890] 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> = [
^
[691/890] 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> = [
^
[692/890] 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> = [
^
[693/890] 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> = [
^
[694/890] 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> = [
^
[695/890] 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> = [
^
[696/890] 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> = [
^
[697/890] 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> = [
^
[698/890] 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> = [
^
[699/890] 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> = [
^
[700/890] 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> = [
^
[701/890] 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> = [
^
[702/890] 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> = [
^
[703/890] 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> = [
^
[704/890] 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> = [
^
[705/890] 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> = [
^
[706/890] 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> = [
^
[707/890] 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> = [
^
[708/890] 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> = [
^
[709/890] Compiling SwiftLintBuiltInRules VerticalWhitespaceConfiguration.swift
[710/890] Compiling SwiftLintBuiltInRules XCTSpecificMatcherConfiguration.swift
[711/890] Compiling SwiftLintBuiltInRules AttributeNameSpacingRule.swift
[712/890] Compiling SwiftLintBuiltInRules AttributesRule.swift
[713/890] Compiling SwiftLintBuiltInRules AttributesRuleExamples.swift
[714/890] Compiling SwiftLintBuiltInRules ClosingBraceRule.swift
[715/890] Compiling SwiftLintBuiltInRules ClosureEndIndentationRule.swift
[716/890] Compiling SwiftLintBuiltInRules ClosureEndIndentationRuleExamples.swift
[717/890] Compiling SwiftLintBuiltInRules ClosureParameterPositionRule.swift
[718/890] Compiling SwiftLintBuiltInRules ClosureSpacingRule.swift
[719/890] Compiling SwiftLintBuiltInRules CollectionAlignmentRule.swift
[720/890] Compiling SwiftLintBuiltInRules ColonRule.swift
[721/890] Compiling SwiftLintBuiltInRules ColonRuleExamples.swift
[722/890] Compiling SwiftLintBuiltInRules CommaInheritanceRule.swift
[723/890] Compiling SwiftLintBuiltInRules CommaRule.swift
[724/890] Compiling SwiftLintBuiltInRules ComputedAccessorsOrderRule.swift
[725/890] Compiling SwiftLintBuiltInRules ComputedAccessorsOrderRuleExamples.swift
[726/890] Compiling SwiftLintBuiltInRules ConditionalReturnsOnNewlineRule.swift
[727/890] Compiling SwiftLintBuiltInRules ContrastedOpeningBraceRule.swift
[728/890] Compiling SwiftLintBuiltInRules ContrastedOpeningBraceRuleExamples.swift
[729/890] Compiling SwiftLintBuiltInRules ControlStatementRule.swift
[730/890] Compiling SwiftLintBuiltInRules DirectReturnRule.swift
[731/890] Compiling SwiftLintBuiltInRules EmptyEnumArgumentsRule.swift
[732/890] Compiling SwiftLintBuiltInRules EmptyParametersRule.swift
[733/890] Compiling SwiftLintBuiltInRules EmptyParenthesesWithTrailingClosureRule.swift
[734/890] 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])
^
[735/890] 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])
^
[736/890] 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])
^
[737/890] 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])
^
[738/890] 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])
^
[739/890] 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])
^
[740/890] 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])
^
[741/890] 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])
^
[742/890] 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])
^
[743/890] 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])
^
[744/890] 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])
^
[745/890] 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])
^
[746/890] 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])
^
[747/890] 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])
^
[748/890] 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])
^
[749/890] 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])
^
[750/890] 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])
^
[751/890] 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])
^
[752/890] 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])
^
[753/890] 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])
^
[754/890] 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])
^
[755/890] 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])
^
[756/890] 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])
^
[757/890] 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])
^
[758/890] 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])
^
[759/890] Compiling SwiftLintBuiltInRules FunctionParameterCountConfiguration.swift
[760/890] Compiling SwiftLintBuiltInRules IdentifierNameConfiguration.swift
[761/890] Compiling SwiftLintBuiltInRules ImplicitReturnConfiguration.swift
[762/890] Compiling SwiftLintBuiltInRules ImplicitlyUnwrappedOptionalConfiguration.swift
[763/890] Compiling SwiftLintBuiltInRules InclusiveLanguageConfiguration.swift
[764/890] Compiling SwiftLintBuiltInRules IndentationWidthConfiguration.swift
[765/890] Compiling SwiftLintBuiltInRules LegacyObjcTypeConfiguration.swift
[766/890] Compiling SwiftLintBuiltInRules LineLengthConfiguration.swift
[767/890] Compiling SwiftLintBuiltInRules MissingDocsConfiguration.swift
[768/890] Compiling SwiftLintBuiltInRules ModifierOrderConfiguration.swift
[769/890] Compiling SwiftLintBuiltInRules MultilineArgumentsConfiguration.swift
[770/890] Compiling SwiftLintBuiltInRules MultilineParametersConfiguration.swift
[771/890] Compiling SwiftLintBuiltInRules NameConfiguration.swift
[772/890] Compiling SwiftLintBuiltInRules NestingConfiguration.swift
[773/890] Compiling SwiftLintBuiltInRules NoEmptyBlockConfiguration.swift
[774/890] Compiling SwiftLintBuiltInRules NoMagicNumbersConfiguration.swift
[775/890] Compiling SwiftLintBuiltInRules NonOverridableClassDeclarationConfiguration.swift
[776/890] Compiling SwiftLintBuiltInRules NumberSeparatorConfiguration.swift
[777/890] Compiling SwiftLintBuiltInRules ObjectLiteralConfiguration.swift
[778/890] Compiling SwiftLintBuiltInRules OpeningBraceConfiguration.swift
[779/890] Compiling SwiftLintBuiltInRules OperatorUsageWhitespaceConfiguration.swift
[780/890] Compiling SwiftLintBuiltInRules OverriddenSuperCallConfiguration.swift
[781/890] Compiling SwiftLintBuiltInRules PreferKeyPathConfiguration.swift
[782/890] Compiling SwiftLintBuiltInRules PrefixedTopLevelConstantConfiguration.swift
[783/890] Compiling SwiftLintBuiltInRules PrivateOutletConfiguration.swift
[784/890] Compiling SwiftLintBuiltInRules MultilineParametersRule.swift
[785/890] Compiling SwiftLintBuiltInRules MultilineParametersRuleExamples.swift
[786/890] Compiling SwiftLintBuiltInRules MultipleClosuresWithTrailingClosureRule.swift
[787/890] Compiling SwiftLintBuiltInRules NoSpaceInMethodCallRule.swift
[788/890] Compiling SwiftLintBuiltInRules NonOverridableClassDeclarationRule.swift
[789/890] Compiling SwiftLintBuiltInRules NumberSeparatorRule.swift
[790/890] Compiling SwiftLintBuiltInRules NumberSeparatorRuleExamples.swift
[791/890] Compiling SwiftLintBuiltInRules OpeningBraceRule.swift
[792/890] Compiling SwiftLintBuiltInRules OpeningBraceRuleExamples.swift
[793/890] Compiling SwiftLintBuiltInRules OperatorFunctionWhitespaceRule.swift
[794/890] Compiling SwiftLintBuiltInRules OperatorUsageWhitespaceRule.swift
[795/890] Compiling SwiftLintBuiltInRules OperatorUsageWhitespaceRuleExamples.swift
[796/890] Compiling SwiftLintBuiltInRules OptionalEnumCaseMatchingRule.swift
[797/890] Compiling SwiftLintBuiltInRules PreferSelfInStaticReferencesRule.swift
[798/890] Compiling SwiftLintBuiltInRules PreferSelfInStaticReferencesRuleExamples.swift
[799/890] Compiling SwiftLintBuiltInRules PreferSelfTypeOverTypeOfSelfRule.swift
[800/890] Compiling SwiftLintBuiltInRules PrefixedTopLevelConstantRule.swift
[801/890] Compiling SwiftLintBuiltInRules ProtocolPropertyAccessorsOrderRule.swift
[802/890] Compiling SwiftLintBuiltInRules RedundantDiscardableLetRule.swift
[803/890] Compiling SwiftLintBuiltInRules RedundantSelfInClosureRule.swift
[804/890] Compiling SwiftLintBuiltInRules RedundantSelfInClosureRuleExamples.swift
[805/890] Compiling SwiftLintBuiltInRules ReturnArrowWhitespaceRule.swift
[806/890] Compiling SwiftLintBuiltInRules SelfBindingRule.swift
[807/890] Compiling SwiftLintBuiltInRules ShorthandArgumentRule.swift
[808/890] Compiling SwiftLintBuiltInRules ShorthandOperatorRule.swift
[809/890] Compiling SwiftLintBuiltInRules PrivateOverFilePrivateConfiguration.swift
[810/890] Compiling SwiftLintBuiltInRules ProhibitedSuperConfiguration.swift
[811/890] Compiling SwiftLintBuiltInRules RedundantDiscardableLetConfiguration.swift
[812/890] Compiling SwiftLintBuiltInRules RedundantSendableConfiguration.swift
[813/890] Compiling SwiftLintBuiltInRules RedundantTypeAnnotationConfiguration.swift
[814/890] Compiling SwiftLintBuiltInRules RedundantVoidReturnConfiguration.swift
[815/890] Compiling SwiftLintBuiltInRules RequiredEnumCaseConfiguration.swift
[816/890] Compiling SwiftLintBuiltInRules SelfBindingConfiguration.swift
[817/890] Compiling SwiftLintBuiltInRules ShorthandArgumentConfiguration.swift
[818/890] Compiling SwiftLintBuiltInRules SortedImportsConfiguration.swift
[819/890] Compiling SwiftLintBuiltInRules StatementPositionConfiguration.swift
[820/890] Compiling SwiftLintBuiltInRules SwitchCaseAlignmentConfiguration.swift
[821/890] Compiling SwiftLintBuiltInRules TestCaseAccessibilityConfiguration.swift
[822/890] Compiling SwiftLintBuiltInRules TodoConfiguration.swift
[823/890] Compiling SwiftLintBuiltInRules TrailingClosureConfiguration.swift
[824/890] Compiling SwiftLintBuiltInRules TrailingCommaConfiguration.swift
[825/890] Compiling SwiftLintBuiltInRules TrailingWhitespaceConfiguration.swift
[826/890] Compiling SwiftLintBuiltInRules TypeContentsOrderConfiguration.swift
[827/890] Compiling SwiftLintBuiltInRules TypeNameConfiguration.swift
[828/890] Compiling SwiftLintBuiltInRules UnitTestConfiguration.swift
[829/890] Compiling SwiftLintBuiltInRules UnneededOverrideRuleConfiguration.swift
[830/890] Compiling SwiftLintBuiltInRules UnusedDeclarationConfiguration.swift
[831/890] Compiling SwiftLintBuiltInRules UnusedImportConfiguration.swift
[832/890] Compiling SwiftLintBuiltInRules UnusedOptionalBindingConfiguration.swift
[833/890] Compiling SwiftLintBuiltInRules VerticalWhitespaceClosingBracesConfiguration.swift
[834/890] 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> = [
^
[835/890] 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> = [
^
[836/890] 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> = [
^
[837/890] 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> = [
^
[838/890] 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> = [
^
[839/890] 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> = [
^
[840/890] 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> = [
^
[841/890] 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> = [
^
[842/890] 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> = [
^
[843/890] 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> = [
^
[844/890] 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> = [
^
[845/890] 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> = [
^
[846/890] 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> = [
^
[847/890] 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> = [
^
[848/890] 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> = [
^
[849/890] 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> = [
^
[850/890] 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> = [
^
[851/890] 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> = [
^
[852/890] 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> = [
^
[853/890] 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> = [
^
[854/890] 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> = [
^
[855/890] 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> = [
^
[856/890] 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> = [
^
[857/890] 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> = [
^
[858/890] 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> = [
^
[859/890] Compiling SwiftLintBuiltInRules Exports.swift
[860/890] Compiling SwiftLintBuiltInRules SourceKittenDictionary+SwiftUI.swift
[861/890] Compiling SwiftLintBuiltInRules LegacyFunctionRuleHelper.swift
[862/890] Compiling SwiftLintBuiltInRules BuiltInRules.swift
[863/890] Compiling SwiftLintBuiltInRules ImportUsage.swift
[864/890] Compiling SwiftLintBuiltInRules AnonymousArgumentInMultilineClosureRule.swift
[865/890] Compiling SwiftLintBuiltInRules BlockBasedKVORule.swift
[866/890] Compiling SwiftLintBuiltInRules ConvenienceTypeRule.swift
[867/890] Compiling SwiftLintBuiltInRules DiscouragedAssertRule.swift
[868/890] Compiling SwiftLintBuiltInRules DiscouragedNoneNameRule.swift
[869/890] Compiling SwiftLintBuiltInRules DiscouragedObjectLiteralRule.swift
[870/890] Compiling SwiftLintBuiltInRules DiscouragedOptionalBooleanRule.swift
[871/890] Compiling SwiftLintBuiltInRules DiscouragedOptionalBooleanRuleExamples.swift
[872/890] Compiling SwiftLintBuiltInRules DiscouragedOptionalCollectionExamples.swift
[873/890] Compiling SwiftLintBuiltInRules DiscouragedOptionalCollectionRule.swift
[874/890] Compiling SwiftLintBuiltInRules DuplicateImportsRule.swift
[875/890] Compiling SwiftLintBuiltInRules DuplicateImportsRuleExamples.swift
[876/890] Compiling SwiftLintBuiltInRules ExplicitACLRule.swift
[877/890] Compiling SwiftLintBuiltInRules ExplicitEnumRawValueRule.swift
[878/890] Compiling SwiftLintBuiltInRules ExplicitInitRule.swift
[879/890] Compiling SwiftLintBuiltInRules ExplicitTopLevelACLRule.swift
[880/890] Compiling SwiftLintBuiltInRules ExplicitTypeInterfaceRule.swift
[881/890] Compiling SwiftLintBuiltInRules ExtensionAccessModifierRule.swift
[882/890] Compiling SwiftLintBuiltInRules FallthroughRule.swift
[883/890] Compiling SwiftLintBuiltInRules FatalErrorMessageRule.swift
[884/890] 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> = [
^
[885/944] Compiling SwiftLintFramework Version.swift
[886/944] Compiling SwiftLintFramework YamlParser.swift
[887/944] Compiling SwiftLintFramework ProcessInfo+XcodeCloud.swift
[888/944] Compiling SwiftLintFramework ProgressBar.swift
[889/944] Compiling SwiftLintFramework CSVReporter.swift
[890/944] Compiling SwiftLintFramework CheckstyleReporter.swift
[891/949] Compiling SwiftLintFramework CodeClimateReporter.swift
[892/949] Compiling SwiftLintFramework EmojiReporter.swift
[893/949] Compiling SwiftLintFramework GitHubActionsLoggingReporter.swift
[894/949] Compiling SwiftLintFramework GitLabJUnitReporter.swift
[895/949] Compiling SwiftLintFramework HTMLReporter.swift
[896/949] Compiling SwiftLintFramework JSONReporter.swift
[897/949] Emitting module SwiftLintFramework
[898/949] Compiling SwiftLintFramework Configuration+IndentationStyle.swift
[899/949] Compiling SwiftLintFramework Configuration+LintableFiles.swift
[900/949] Compiling SwiftLintFramework Configuration+Merging.swift
[901/949] Compiling SwiftLintFramework Configuration+Parsing.swift
[902/949] Compiling SwiftLintFramework Configuration+Remote.swift
[903/949] Compiling SwiftLintFramework Configuration+RulesMode.swift
[904/949] Compiling SwiftLintFramework Configuration+RulesWrapper.swift
[905/949] Compiling SwiftLintFramework Configuration.swift
[906/949] Compiling SwiftLintFramework RuleDocumentation.swift
[907/949] Compiling SwiftLintFramework RuleListDocumentation.swift
[908/949] Compiling SwiftLintFramework Exports.swift
[909/949] Compiling SwiftLintFramework FileManager+SwiftLint.swift
[910/949] Compiling SwiftLintFramework Benchmark.swift
[911/949] Compiling SwiftLintFramework CompilerArgumentsExtractor.swift
[912/949] Compiling SwiftLintFramework Configuration+CommandLine.swift
[913/949] Compiling SwiftLintFramework Configuration+Cache.swift
[914/949] Compiling SwiftLintFramework Configuration+FileGraph.swift
[915/949] Compiling SwiftLintFramework Configuration+FileGraphSubtypes.swift
[916/949] Compiling SwiftLintFramework JUnitReporter.swift
[917/949] Compiling SwiftLintFramework MarkdownReporter.swift
[918/949] Compiling SwiftLintFramework RelativePathReporter.swift
[919/949] Compiling SwiftLintFramework Reporter.swift
[920/949] Compiling SwiftLintFramework SARIFReporter.swift
[921/949] Compiling SwiftLintFramework SonarQubeReporter.swift
[922/949] 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
~~~~~~~~~~~~~~~~^
[923/949] 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
~~~~~~~~~~~~~~~~^
[924/949] 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
~~~~~~~~~~~~~~~~^
[925/949] 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
~~~~~~~~~~~~~~~~^
[926/949] 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
~~~~~~~~~~~~~~~~^
[927/949] 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
~~~~~~~~~~~~~~~~^
[928/949] Compiling SwiftLintFramework SummaryReporter.swift
[929/949] Compiling SwiftLintFramework XcodeReporter.swift
[930/949] Compiling SwiftLintFramework CoreRules.swift
[931/949] Compiling SwiftLintFramework CustomRules.swift
[932/949] Compiling SwiftLintFramework SuperfluousDisableCommandRule.swift
[933/949] Compiling SwiftLintFramework LintableFilesVisitor.swift
[934/949] Compiling SwiftLintFramework CustomRuleTimer.swift
[935/949] Compiling SwiftLintFramework HashableConfigurationRuleWrapperWrapper.swift
[936/949] Compiling SwiftLintFramework Linter.swift
[937/949] Compiling SwiftLintFramework LinterCache.swift
[938/949] Compiling SwiftLintFramework ReportersList.swift
[939/949] Compiling SwiftLintFramework RulesFilter.swift
[940/949] Compiling SwiftLintFramework Signposts.swift
[941/949] Compiling SwiftLintFramework SwiftLintError.swift
[942/949] Compiling SwiftLintFramework SwiftPMCompilationDB.swift
[943/949] Compiling SwiftLintFramework UpdateChecker.swift
[944/971] Compiling swiftlint SwiftLint.swift
[945/972] Compiling swiftlint_dev SwiftLintDev.swift
[946/972] Compiling swiftlint GenerateDocs.swift
[947/972] Compiling swiftlint Docs.swift
[948/972] Compiling swiftlint Lint.swift
[949/972] Compiling swiftlint Version.swift
[950/972] Compiling swiftlint LintOrAnalyzeArguments.swift
[951/972] Compiling swiftlint Reporters.swift
[952/972] Compiling swiftlint Rules.swift
[953/972] Compiling swiftlint_dev Reporters+Register.swift
[954/972] Compiling swiftlint_dev Rules+Template.swift
[955/972] Compiling swiftlint_dev Rules+Register.swift
[956/972] Emitting module swiftlint_dev
[957/972] Compiling swiftlint RulesFilterOptions.swift
[958/972] Compiling swiftlint Analyze.swift
[959/972] Compiling swiftlint Baseline.swift
[960/972] Emitting module swiftlint
[960/972] Write Objects.LinkFileList
[962/972] Linking swiftlint-dev
[963/972] Linking swiftlint
[964/972] Applying swiftlint-dev
[965/972] Applying swiftlint
[967/972] Compiling TestHelpers TestResources.swift
[968/972] Compiling TestHelpers SwiftLintTestCase.swift
[969/972] Compiling TestHelpers RuleMock.swift
[970/972] Emitting module TestHelpers
[971/972] Compiling TestHelpers RuleDescription+Examples.swift
[972/972] Compiling TestHelpers TestHelpers.swift
Build complete! (59.25s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
[1/100] Fetching collectionconcurrencykit
[101/1029] Fetching collectionconcurrencykit, swiftytexttable
[176/13970] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift
[492/24829] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift, yams
[622/40962] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift, yams, sourcekitten
[2459/56342] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift, yams, sourcekitten, swift-argument-parser
[40346/127136] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift, yams, sourcekitten, swift-argument-parser, swift-syntax
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (4.28s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (4.28s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.28s)
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (4.28s)
Fetched https://github.com/jpsim/SourceKitten.git from cache (4.28s)
Fetched https://github.com/jpsim/Yams.git from cache (4.28s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (4.28s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (2.14s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (0.51s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (1.63s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (0.54s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.1 (0.45s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.92s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.45s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.45s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.37s)
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.1
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
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/JohnSundell/CollectionConcurrencyKit.git
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit.git resolved at 0.2.0
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.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/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
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.1
[16375/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.87s)
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.1"
]
},
"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.