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