The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build SwiftLint, reference main (929f0f), with Swift 5.10 for Linux on 27 Jun 2025 21:39:10 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

                                    ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:240:17: warning: stored property 'primitiveLock' of 'Sendable'-conforming class 'PlatformLock' has non-sendable type 'NSLock'
    private let primitiveLock = NSLock()
                ^
Foundation.NSLock:1:12: note: class 'NSLock' does not conform to the 'Sendable' protocol
open class NSLock : NSObject, NSLocking {
           ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:4:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[647/681] Compiling SwiftLintCore SourceRange+SwiftLint.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:65:37: warning: stored property 'values' of 'Sendable'-conforming generic class 'Cache' is mutable
    private nonisolated(unsafe) var values = [FileCacheKey: T]()
                                    ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:240:17: warning: stored property 'primitiveLock' of 'Sendable'-conforming class 'PlatformLock' has non-sendable type 'NSLock'
    private let primitiveLock = NSLock()
                ^
Foundation.NSLock:1:12: note: class 'NSLock' does not conform to the 'Sendable' protocol
open class NSLock : NSObject, NSLocking {
           ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:4:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[648/681] Compiling SwiftLintCore String+SwiftLint.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:65:37: warning: stored property 'values' of 'Sendable'-conforming generic class 'Cache' is mutable
    private nonisolated(unsafe) var values = [FileCacheKey: T]()
                                    ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:240:17: warning: stored property 'primitiveLock' of 'Sendable'-conforming class 'PlatformLock' has non-sendable type 'NSLock'
    private let primitiveLock = NSLock()
                ^
Foundation.NSLock:1:12: note: class 'NSLock' does not conform to the 'Sendable' protocol
open class NSLock : NSObject, NSLocking {
           ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:4:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[649/681] Compiling SwiftLintCore StringView+SwiftLint.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:65:37: warning: stored property 'values' of 'Sendable'-conforming generic class 'Cache' is mutable
    private nonisolated(unsafe) var values = [FileCacheKey: T]()
                                    ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:240:17: warning: stored property 'primitiveLock' of 'Sendable'-conforming class 'PlatformLock' has non-sendable type 'NSLock'
    private let primitiveLock = NSLock()
                ^
Foundation.NSLock:1:12: note: class 'NSLock' does not conform to the 'Sendable' protocol
open class NSLock : NSObject, NSLocking {
           ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:4:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[650/681] Compiling SwiftLintCore StringView+SwiftSyntax.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:65:37: warning: stored property 'values' of 'Sendable'-conforming generic class 'Cache' is mutable
    private nonisolated(unsafe) var values = [FileCacheKey: T]()
                                    ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:240:17: warning: stored property 'primitiveLock' of 'Sendable'-conforming class 'PlatformLock' has non-sendable type 'NSLock'
    private let primitiveLock = NSLock()
                ^
Foundation.NSLock:1:12: note: class 'NSLock' does not conform to the 'Sendable' protocol
open class NSLock : NSObject, NSLocking {
           ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:4:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[651/681] Compiling SwiftLintCore SwiftDeclarationAttributeKind+Swiftlint.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:65:37: warning: stored property 'values' of 'Sendable'-conforming generic class 'Cache' is mutable
    private nonisolated(unsafe) var values = [FileCacheKey: T]()
                                    ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:240:17: warning: stored property 'primitiveLock' of 'Sendable'-conforming class 'PlatformLock' has non-sendable type 'NSLock'
    private let primitiveLock = NSLock()
                ^
Foundation.NSLock:1:12: note: class 'NSLock' does not conform to the 'Sendable' protocol
open class NSLock : NSObject, NSLocking {
           ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:4:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[652/681] Compiling SwiftLintCore SwiftDeclarationKind+SwiftLint.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:65:37: warning: stored property 'values' of 'Sendable'-conforming generic class 'Cache' is mutable
    private nonisolated(unsafe) var values = [FileCacheKey: T]()
                                    ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:240:17: warning: stored property 'primitiveLock' of 'Sendable'-conforming class 'PlatformLock' has non-sendable type 'NSLock'
    private let primitiveLock = NSLock()
                ^
Foundation.NSLock:1:12: note: class 'NSLock' does not conform to the 'Sendable' protocol
open class NSLock : NSObject, NSLocking {
           ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:4:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[653/681] Compiling SwiftLintCore SwiftLintFile+BodyLineCount.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:65:37: warning: stored property 'values' of 'Sendable'-conforming generic class 'Cache' is mutable
    private nonisolated(unsafe) var values = [FileCacheKey: T]()
                                    ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:240:17: warning: stored property 'primitiveLock' of 'Sendable'-conforming class 'PlatformLock' has non-sendable type 'NSLock'
    private let primitiveLock = NSLock()
                ^
Foundation.NSLock:1:12: note: class 'NSLock' does not conform to the 'Sendable' protocol
open class NSLock : NSObject, NSLocking {
           ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:4:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[654/681] Compiling SwiftLintCore SwiftLintFile+Cache.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:65:37: warning: stored property 'values' of 'Sendable'-conforming generic class 'Cache' is mutable
    private nonisolated(unsafe) var values = [FileCacheKey: T]()
                                    ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:240:17: warning: stored property 'primitiveLock' of 'Sendable'-conforming class 'PlatformLock' has non-sendable type 'NSLock'
    private let primitiveLock = NSLock()
                ^
Foundation.NSLock:1:12: note: class 'NSLock' does not conform to the 'Sendable' protocol
open class NSLock : NSObject, NSLocking {
           ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftLintFile+Cache.swift:4:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[655/681] Compiling SwiftLintCore SwiftLintFile+Regex.swift
/host/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])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Source/SwiftLintCore/Helpers/SwiftSyntaxKindBridge.swift:39:9: warning: default will never be executed
        @unknown default:
        ^
[656/681] Compiling SwiftLintCore SwiftSyntax+SwiftLint.swift
/host/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])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Source/SwiftLintCore/Helpers/SwiftSyntaxKindBridge.swift:39:9: warning: default will never be executed
        @unknown default:
        ^
[657/681] Compiling SwiftLintCore SyntaxClassification+isComment.swift
/host/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])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Source/SwiftLintCore/Helpers/SwiftSyntaxKindBridge.swift:39:9: warning: default will never be executed
        @unknown default:
        ^
[658/681] Compiling SwiftLintCore SyntaxKind+SwiftLint.swift
/host/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])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Source/SwiftLintCore/Helpers/SwiftSyntaxKindBridge.swift:39:9: warning: default will never be executed
        @unknown default:
        ^
[659/681] Compiling SwiftLintCore Macros.swift
/host/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])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Source/SwiftLintCore/Helpers/SwiftSyntaxKindBridge.swift:39:9: warning: default will never be executed
        @unknown default:
        ^
[660/681] Compiling SwiftLintCore Stack.swift
/host/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])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Source/SwiftLintCore/Helpers/SwiftSyntaxKindBridge.swift:39:9: warning: default will never be executed
        @unknown default:
        ^
[661/681] Compiling SwiftLintCore SwiftSyntaxKindBridge.swift
/host/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])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Source/SwiftLintCore/Helpers/SwiftSyntaxKindBridge.swift:39:9: warning: default will never be executed
        @unknown default:
        ^
[662/681] Compiling SwiftLintCore AccessControlLevel.swift
/host/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])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Source/SwiftLintCore/Helpers/SwiftSyntaxKindBridge.swift:39:9: warning: default will never be executed
        @unknown default:
        ^
[663/681] Compiling SwiftLintCore Baseline.swift
/host/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])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:1:17: remark: '@preconcurrency' attribute on module 'SourceKittenFramework' is unused
@preconcurrency import SourceKittenFramework
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Source/SwiftLintCore/Helpers/SwiftSyntaxKindBridge.swift:39:9: warning: default will never be executed
        @unknown default:
        ^
[664/681] Compiling SwiftLintCore CodeIndentingRewriter.swift
/host/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> = [
               ^
[665/681] Compiling SwiftLintCore RegexConfiguration.swift
/host/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> = [
               ^
[666/681] Compiling SwiftLintCore SeverityLevelsConfiguration.swift
/host/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> = [
               ^
[667/681] Compiling SwiftLintCore BodyLengthVisitor.swift
/host/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> = [
               ^
[668/681] Compiling SwiftLintCore CodeBlockVisitor.swift
/host/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> = [
               ^
[669/681] Compiling SwiftLintCore CommandVisitor.swift
/host/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> = [
               ^
[670/681] Compiling SwiftLintCore DeclaredIdentifiersTrackingVisitor.swift
/host/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> = [
               ^
[671/681] Compiling SwiftLintCore ViolationsSyntaxVisitor.swift
/host/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> = [
               ^
[672/682] Wrapping AST for SwiftLintCore for debugging
[674/685] Emitting module SwiftLintExtraRules
[675/685] Compiling SwiftLintExtraRules ExtraRules.swift
[676/685] Compiling SwiftLintExtraRules Exports.swift
[677/862] Wrapping AST for SwiftLintExtraRules for debugging
[679/862] Compiling SwiftLintBuiltInRules NSNumberInitAsFunctionReferenceRule.swift
[680/862] Compiling SwiftLintBuiltInRules NSObjectPreferIsEqualRule.swift
[681/862] Compiling SwiftLintBuiltInRules NSObjectPreferIsEqualRuleExamples.swift
[682/862] Compiling SwiftLintBuiltInRules NonOptionalStringDataConversionRule.swift
[683/862] Compiling SwiftLintBuiltInRules NotificationCenterDetachmentRule.swift
[684/862] Compiling SwiftLintBuiltInRules NotificationCenterDetachmentRuleExamples.swift
[685/862] Compiling SwiftLintBuiltInRules OptionalDataStringConversionRule.swift
[686/862] Compiling SwiftLintBuiltInRules OrphanedDocCommentRule.swift
[687/862] Compiling SwiftLintBuiltInRules OverriddenSuperCallRule.swift
[688/862] Compiling SwiftLintBuiltInRules OverrideInExtensionRule.swift
[689/862] Compiling SwiftLintBuiltInRules PeriodSpacingRule.swift
[690/862] Compiling SwiftLintBuiltInRules PrivateActionRule.swift
[691/862] Compiling SwiftLintBuiltInRules PrivateOutletRule.swift
[692/862] Compiling SwiftLintBuiltInRules PrivateSubjectRule.swift
[693/862] Compiling SwiftLintBuiltInRules PrivateSubjectRuleExamples.swift
[694/862] Compiling SwiftLintBuiltInRules PrivateSwiftUIStatePropertyRule.swift
[695/862] Compiling SwiftLintBuiltInRules PrivateSwiftUIStatePropertyRuleExamples.swift
[696/862] Compiling SwiftLintBuiltInRules PrivateUnitTestRule.swift
[697/862] Compiling SwiftLintBuiltInRules ProhibitedInterfaceBuilderRule.swift
[698/862] Compiling SwiftLintBuiltInRules ProhibitedSuperRule.swift
[699/862] Compiling SwiftLintBuiltInRules QuickDiscouragedCallRule.swift
[700/862] Compiling SwiftLintBuiltInRules QuickDiscouragedCallRuleExamples.swift
[701/862] Compiling SwiftLintBuiltInRules QuickDiscouragedFocusedTestRule.swift
[702/862] Compiling SwiftLintBuiltInRules QuickDiscouragedFocusedTestRuleExamples.swift
[703/862] Compiling SwiftLintBuiltInRules QuickDiscouragedPendingTestRule.swift
[704/887] Compiling SwiftLintBuiltInRules ClassDelegateProtocolRule.swift
[705/887] Compiling SwiftLintBuiltInRules CommentSpacingRule.swift
[706/887] Compiling SwiftLintBuiltInRules CompilerProtocolInitRule.swift
[707/887] Compiling SwiftLintBuiltInRules DeploymentTargetRule.swift
[708/887] Compiling SwiftLintBuiltInRules DeploymentTargetRuleExamples.swift
[709/887] Compiling SwiftLintBuiltInRules DiscardedNotificationCenterObserverRule.swift
[710/887] Compiling SwiftLintBuiltInRules DiscouragedDirectInitRule.swift
[711/887] Compiling SwiftLintBuiltInRules DuplicateConditionsRule.swift
[712/887] Compiling SwiftLintBuiltInRules DuplicateEnumCasesRule.swift
[713/887] Compiling SwiftLintBuiltInRules DuplicatedKeyInDictionaryLiteralRule.swift
[714/887] Compiling SwiftLintBuiltInRules DynamicInlineRule.swift
[715/887] Compiling SwiftLintBuiltInRules EmptyXCTestMethodRule.swift
[716/887] Compiling SwiftLintBuiltInRules EmptyXCTestMethodRuleExamples.swift
[717/887] Compiling SwiftLintBuiltInRules ExpiringTodoRule.swift
[718/887] Compiling SwiftLintBuiltInRules IBInspectableInExtensionRule.swift
[719/887] Compiling SwiftLintBuiltInRules IdenticalOperandsRule.swift
[720/887] Compiling SwiftLintBuiltInRules InvalidSwiftLintCommandRule.swift
[721/887] Compiling SwiftLintBuiltInRules LocalDocCommentRule.swift
[722/887] Compiling SwiftLintBuiltInRules LowerACLThanParentRule.swift
[723/887] Compiling SwiftLintBuiltInRules MarkRule.swift
[724/887] Compiling SwiftLintBuiltInRules MarkRuleExamples.swift
[725/887] Compiling SwiftLintBuiltInRules MissingDocsRule.swift
[726/887] Compiling SwiftLintBuiltInRules MissingDocsRuleExamples.swift
[727/887] Compiling SwiftLintBuiltInRules NSLocalizedStringKeyRule.swift
[728/887] Compiling SwiftLintBuiltInRules NSLocalizedStringRequireBundleRule.swift
[729/912] Compiling SwiftLintBuiltInRules QuickDiscouragedPendingTestRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let mapTypePatterns = [
                       ^
[730/912] Compiling SwiftLintBuiltInRules RawValueForCamelCasedCodableEnumRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let mapTypePatterns = [
                       ^
[731/912] Compiling SwiftLintBuiltInRules RedundantSendableRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let mapTypePatterns = [
                       ^
[732/912] Compiling SwiftLintBuiltInRules RequiredDeinitRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let mapTypePatterns = [
                       ^
[733/912] Compiling SwiftLintBuiltInRules RequiredEnumCaseRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let mapTypePatterns = [
                       ^
[734/912] Compiling SwiftLintBuiltInRules SelfInPropertyInitializationRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let mapTypePatterns = [
                       ^
[735/912] Compiling SwiftLintBuiltInRules StrongIBOutletRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let mapTypePatterns = [
                       ^
[736/912] Compiling SwiftLintBuiltInRules TestCaseAccessibilityRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let mapTypePatterns = [
                       ^
[737/912] Compiling SwiftLintBuiltInRules TestCaseAccessibilityRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let mapTypePatterns = [
                       ^
[738/912] Compiling SwiftLintBuiltInRules TodoRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let mapTypePatterns = [
                       ^
[739/912] Compiling SwiftLintBuiltInRules TypesafeArrayInitRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let mapTypePatterns = [
                       ^
[740/912] Compiling SwiftLintBuiltInRules UnhandledThrowingTaskRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let mapTypePatterns = [
                       ^
[741/912] Compiling SwiftLintBuiltInRules UnneededOverrideRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let mapTypePatterns = [
                       ^
[742/912] Compiling SwiftLintBuiltInRules UnneededOverrideRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let mapTypePatterns = [
                       ^
[743/912] Compiling SwiftLintBuiltInRules UnownedVariableCaptureRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let mapTypePatterns = [
                       ^
[744/912] Compiling SwiftLintBuiltInRules UnusedClosureParameterRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let mapTypePatterns = [
                       ^
[745/912] Compiling SwiftLintBuiltInRules UnusedClosureParameterRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let mapTypePatterns = [
                       ^
[746/912] Compiling SwiftLintBuiltInRules UnusedControlFlowLabelRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let mapTypePatterns = [
                       ^
[747/912] Compiling SwiftLintBuiltInRules UnusedDeclarationRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let mapTypePatterns = [
                       ^
[748/912] Compiling SwiftLintBuiltInRules UnusedDeclarationRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let mapTypePatterns = [
                       ^
[749/912] Compiling SwiftLintBuiltInRules UnusedImportRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let mapTypePatterns = [
                       ^
[750/912] Compiling SwiftLintBuiltInRules UnusedImportRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let mapTypePatterns = [
                       ^
[751/912] Compiling SwiftLintBuiltInRules UnusedParameterRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let mapTypePatterns = [
                       ^
[752/912] Compiling SwiftLintBuiltInRules UnusedSetterValueRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let mapTypePatterns = [
                       ^
[753/912] Compiling SwiftLintBuiltInRules ValidIBInspectableRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let mapTypePatterns = [
                       ^
[754/937] Compiling SwiftLintBuiltInRules ToggleBoolRule.swift
[755/937] Compiling SwiftLintBuiltInRules TrailingSemicolonRule.swift
[756/937] Compiling SwiftLintBuiltInRules TypeNameRule.swift
[757/937] Compiling SwiftLintBuiltInRules TypeNameRuleExamples.swift
[758/937] Compiling SwiftLintBuiltInRules UnavailableConditionRule.swift
[759/937] Compiling SwiftLintBuiltInRules UnavailableFunctionRule.swift
[760/937] Compiling SwiftLintBuiltInRules UnneededBreakInSwitchRule.swift
[761/937] Compiling SwiftLintBuiltInRules UnneededSynthesizedInitializerRule.swift
[762/937] Compiling SwiftLintBuiltInRules UnneededSynthesizedInitializerRuleExamples.swift
[763/937] Compiling SwiftLintBuiltInRules UntypedErrorInCatchRule.swift
[764/937] Compiling SwiftLintBuiltInRules UnusedEnumeratedRule.swift
[765/937] Compiling SwiftLintBuiltInRules VoidFunctionInTernaryConditionRule.swift
[766/937] Compiling SwiftLintBuiltInRules XCTFailMessageRule.swift
[767/937] Compiling SwiftLintBuiltInRules XCTSpecificMatcherRule.swift
[768/937] Compiling SwiftLintBuiltInRules XCTSpecificMatcherRuleExamples.swift
[769/937] Compiling SwiftLintBuiltInRules AccessibilityLabelForImageRule.swift
[770/937] Compiling SwiftLintBuiltInRules AccessibilityLabelForImageRuleExamples.swift
[771/937] Compiling SwiftLintBuiltInRules AccessibilityTraitForButtonRule.swift
[772/937] Compiling SwiftLintBuiltInRules AccessibilityTraitForButtonRuleExamples.swift
[773/937] Compiling SwiftLintBuiltInRules ArrayInitRule.swift
[774/937] Compiling SwiftLintBuiltInRules AsyncWithoutAwaitRule.swift
[775/937] Compiling SwiftLintBuiltInRules AsyncWithoutAwaitRuleExamples.swift
[776/937] Compiling SwiftLintBuiltInRules BalancedXCTestLifecycleRule.swift
[777/937] Compiling SwiftLintBuiltInRules BlanketDisableCommandRule.swift
[778/937] Compiling SwiftLintBuiltInRules CaptureVariableRule.swift
[779/962] Compiling SwiftLintBuiltInRules NoMagicNumbersRule.swift
[780/962] Compiling SwiftLintBuiltInRules ObjectLiteralRule.swift
[781/962] Compiling SwiftLintBuiltInRules OneDeclarationPerFileRule.swift
[782/962] Compiling SwiftLintBuiltInRules PatternMatchingKeywordsRule.swift
[783/962] Compiling SwiftLintBuiltInRules PreferKeyPathRule.swift
[784/962] Compiling SwiftLintBuiltInRules PreferNimbleRule.swift
[785/962] Compiling SwiftLintBuiltInRules PreferTypeCheckingRule.swift
[786/962] Compiling SwiftLintBuiltInRules PreferZeroOverExplicitInitRule.swift
[787/962] Compiling SwiftLintBuiltInRules PrivateOverFilePrivateRule.swift
[788/962] Compiling SwiftLintBuiltInRules RedundantNilCoalescingRule.swift
[789/962] Compiling SwiftLintBuiltInRules RedundantObjcAttributeRule.swift
[790/962] Compiling SwiftLintBuiltInRules RedundantObjcAttributeRuleExamples.swift
[791/962] Compiling SwiftLintBuiltInRules RedundantOptionalInitializationRule.swift
[792/962] Compiling SwiftLintBuiltInRules RedundantSetAccessControlRule.swift
[793/962] Compiling SwiftLintBuiltInRules RedundantStringEnumValueRule.swift
[794/962] Compiling SwiftLintBuiltInRules RedundantTypeAnnotationRule.swift
[795/962] Compiling SwiftLintBuiltInRules RedundantVoidReturnRule.swift
[796/962] Compiling SwiftLintBuiltInRules ReturnValueFromVoidFunctionRule.swift
[797/962] Compiling SwiftLintBuiltInRules ReturnValueFromVoidFunctionRuleExamples.swift
[798/962] Compiling SwiftLintBuiltInRules ShorthandOptionalBindingRule.swift
[799/962] Compiling SwiftLintBuiltInRules StaticOperatorRule.swift
[800/962] Compiling SwiftLintBuiltInRules StaticOverFinalClassRule.swift
[801/962] Compiling SwiftLintBuiltInRules StrictFilePrivateRule.swift
[802/962] Compiling SwiftLintBuiltInRules SyntacticSugarRule.swift
[803/962] Compiling SwiftLintBuiltInRules SyntacticSugarRuleExamples.swift
[804/962] Compiling SwiftLintBuiltInRules FileNameRule.swift
[805/962] Compiling SwiftLintBuiltInRules ForWhereRule.swift
[806/962] Compiling SwiftLintBuiltInRules ForceCastRule.swift
[807/962] Compiling SwiftLintBuiltInRules ForceTryRule.swift
[808/962] Compiling SwiftLintBuiltInRules ForceUnwrappingRule.swift
[809/962] Compiling SwiftLintBuiltInRules FunctionDefaultParameterAtEndRule.swift
[810/962] Compiling SwiftLintBuiltInRules GenericTypeNameRule.swift
[811/962] Compiling SwiftLintBuiltInRules ImplicitlyUnwrappedOptionalRule.swift
[812/962] Compiling SwiftLintBuiltInRules IsDisjointRule.swift
[813/962] Compiling SwiftLintBuiltInRules JoinedDefaultParameterRule.swift
[814/962] Compiling SwiftLintBuiltInRules LegacyCGGeometryFunctionsRule.swift
[815/962] Compiling SwiftLintBuiltInRules LegacyConstantRule.swift
[816/962] Compiling SwiftLintBuiltInRules LegacyConstantRuleExamples.swift
[817/962] Compiling SwiftLintBuiltInRules LegacyConstructorRule.swift
[818/962] Compiling SwiftLintBuiltInRules LegacyHashingRule.swift
[819/962] Compiling SwiftLintBuiltInRules LegacyMultipleRule.swift
[820/962] Compiling SwiftLintBuiltInRules LegacyNSGeometryFunctionsRule.swift
[821/962] Compiling SwiftLintBuiltInRules LegacyObjcTypeRule.swift
[822/962] Compiling SwiftLintBuiltInRules LegacyRandomRule.swift
[823/962] Compiling SwiftLintBuiltInRules NimbleOperatorRule.swift
[824/962] Compiling SwiftLintBuiltInRules NoEmptyBlockRule.swift
[825/962] Compiling SwiftLintBuiltInRules NoExtensionAccessModifierRule.swift
[826/962] Compiling SwiftLintBuiltInRules NoFallthroughOnlyRule.swift
[827/962] Compiling SwiftLintBuiltInRules NoFallthroughOnlyRuleExamples.swift
[828/962] Compiling SwiftLintBuiltInRules NoGroupingExtensionRule.swift
[829/1012] Compiling SwiftLintBuiltInRules WeakDelegateRule.swift
[830/1012] Compiling SwiftLintBuiltInRules YodaConditionRule.swift
[831/1012] Compiling SwiftLintBuiltInRules ClosureBodyLengthRule.swift
[832/1012] Compiling SwiftLintBuiltInRules ClosureBodyLengthRuleExamples.swift
[833/1012] Compiling SwiftLintBuiltInRules CyclomaticComplexityRule.swift
[834/1012] Compiling SwiftLintBuiltInRules EnumCaseAssociatedValuesLengthRule.swift
[835/1012] Compiling SwiftLintBuiltInRules FileLengthRule.swift
[836/1012] Compiling SwiftLintBuiltInRules FunctionBodyLengthRule.swift
[837/1012] Compiling SwiftLintBuiltInRules FunctionParameterCountRule.swift
[838/1012] Compiling SwiftLintBuiltInRules LargeTupleRule.swift
[839/1012] Compiling SwiftLintBuiltInRules LineLengthRule.swift
[840/1012] Compiling SwiftLintBuiltInRules NestingRule.swift
[841/1012] Compiling SwiftLintBuiltInRules NestingRuleExamples.swift
[842/1012] Compiling SwiftLintBuiltInRules TypeBodyLengthRule.swift
[843/1012] Compiling SwiftLintBuiltInRules ContainsOverFilterCountRule.swift
[844/1012] Compiling SwiftLintBuiltInRules ContainsOverFilterIsEmptyRule.swift
[845/1012] Compiling SwiftLintBuiltInRules ContainsOverFirstNotNilRule.swift
[846/1012] Compiling SwiftLintBuiltInRules ContainsOverRangeNilComparisonRule.swift
[847/1012] Compiling SwiftLintBuiltInRules EmptyCollectionLiteralRule.swift
[848/1012] Compiling SwiftLintBuiltInRules EmptyCountRule.swift
[849/1012] Compiling SwiftLintBuiltInRules EmptyStringRule.swift
[850/1012] Compiling SwiftLintBuiltInRules FinalTestCaseRule.swift
[851/1012] Compiling SwiftLintBuiltInRules FirstWhereRule.swift
[852/1012] Compiling SwiftLintBuiltInRules FlatMapOverMapReduceRule.swift
[853/1012] Compiling SwiftLintBuiltInRules LastWhereRule.swift
[854/1036] Compiling SwiftLintBuiltInRules FileHeaderRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/LiteralExpressionEndIndentationRule.swift:141:28: warning: static property 'notWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    fileprivate static let notWhitespace = regex("[^\\s]")
                           ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:133:24: warning: static property 'whitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let whitespaceDotRegex = regex("\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:145:24: warning: static property 'newlineWhitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let newlineWhitespaceDotRegex = regex("\\n\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[855/1036] Compiling SwiftLintBuiltInRules FileTypesOrderRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/LiteralExpressionEndIndentationRule.swift:141:28: warning: static property 'notWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    fileprivate static let notWhitespace = regex("[^\\s]")
                           ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:133:24: warning: static property 'whitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let whitespaceDotRegex = regex("\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:145:24: warning: static property 'newlineWhitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let newlineWhitespaceDotRegex = regex("\\n\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[856/1036] Compiling SwiftLintBuiltInRules FileTypesOrderRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/LiteralExpressionEndIndentationRule.swift:141:28: warning: static property 'notWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    fileprivate static let notWhitespace = regex("[^\\s]")
                           ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:133:24: warning: static property 'whitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let whitespaceDotRegex = regex("\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:145:24: warning: static property 'newlineWhitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let newlineWhitespaceDotRegex = regex("\\n\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[857/1036] Compiling SwiftLintBuiltInRules IdentifierNameRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/LiteralExpressionEndIndentationRule.swift:141:28: warning: static property 'notWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    fileprivate static let notWhitespace = regex("[^\\s]")
                           ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:133:24: warning: static property 'whitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let whitespaceDotRegex = regex("\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:145:24: warning: static property 'newlineWhitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let newlineWhitespaceDotRegex = regex("\\n\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[858/1036] Compiling SwiftLintBuiltInRules IdentifierNameRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/LiteralExpressionEndIndentationRule.swift:141:28: warning: static property 'notWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    fileprivate static let notWhitespace = regex("[^\\s]")
                           ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:133:24: warning: static property 'whitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let whitespaceDotRegex = regex("\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:145:24: warning: static property 'newlineWhitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let newlineWhitespaceDotRegex = regex("\\n\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let functionKinds: Set<SwiftDeclarationKind> = [
               ^
[859/1036] Compiling SwiftLintBuiltInRules ImplicitGetterRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/LiteralExpressionEndIndentationRule.swift:141:28: warning: static property 'notWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    fileprivate static let notWhitespace = regex("[^\\s]")
                           ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:133:24: warning: static property 'whitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let whitespaceDotRegex = regex("\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:145:24: warning: static property 'newlineWhitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let newlineWhitespaceDotRegex = regex("\\n\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
[860/1036] Compiling SwiftLintBuiltInRules ImplicitGetterRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/LiteralExpressionEndIndentationRule.swift:141:28: warning: static property 'notWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    fileprivate static let notWhitespace = regex("[^\\s]")
                           ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:133:24: warning: static property 'whitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let whitespaceDotRegex = regex("\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:145:24: warning: static property 'newlineWhitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let newlineWhitespaceDotRegex = regex("\\n\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
[861/1036] Compiling SwiftLintBuiltInRules ImplicitReturnRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/LiteralExpressionEndIndentationRule.swift:141:28: warning: static property 'notWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    fileprivate static let notWhitespace = regex("[^\\s]")
                           ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:133:24: warning: static property 'whitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let whitespaceDotRegex = regex("\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:145:24: warning: static property 'newlineWhitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let newlineWhitespaceDotRegex = regex("\\n\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
[862/1036] Compiling SwiftLintBuiltInRules ImplicitReturnRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/LiteralExpressionEndIndentationRule.swift:141:28: warning: static property 'notWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    fileprivate static let notWhitespace = regex("[^\\s]")
                           ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:133:24: warning: static property 'whitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let whitespaceDotRegex = regex("\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:145:24: warning: static property 'newlineWhitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let newlineWhitespaceDotRegex = regex("\\n\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
[863/1036] Compiling SwiftLintBuiltInRules InclusiveLanguageRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/LiteralExpressionEndIndentationRule.swift:141:28: warning: static property 'notWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    fileprivate static let notWhitespace = regex("[^\\s]")
                           ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:133:24: warning: static property 'whitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let whitespaceDotRegex = regex("\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:145:24: warning: static property 'newlineWhitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let newlineWhitespaceDotRegex = regex("\\n\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
[864/1036] Compiling SwiftLintBuiltInRules InclusiveLanguageRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/LiteralExpressionEndIndentationRule.swift:141:28: warning: static property 'notWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    fileprivate static let notWhitespace = regex("[^\\s]")
                           ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:133:24: warning: static property 'whitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let whitespaceDotRegex = regex("\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:145:24: warning: static property 'newlineWhitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let newlineWhitespaceDotRegex = regex("\\n\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
[865/1036] Compiling SwiftLintBuiltInRules IndentationWidthRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/LiteralExpressionEndIndentationRule.swift:141:28: warning: static property 'notWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    fileprivate static let notWhitespace = regex("[^\\s]")
                           ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:133:24: warning: static property 'whitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let whitespaceDotRegex = regex("\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:145:24: warning: static property 'newlineWhitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let newlineWhitespaceDotRegex = regex("\\n\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
[866/1036] Compiling SwiftLintBuiltInRules LeadingWhitespaceRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/LiteralExpressionEndIndentationRule.swift:141:28: warning: static property 'notWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    fileprivate static let notWhitespace = regex("[^\\s]")
                           ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:133:24: warning: static property 'whitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let whitespaceDotRegex = regex("\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:145:24: warning: static property 'newlineWhitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let newlineWhitespaceDotRegex = regex("\\n\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
[867/1036] Compiling SwiftLintBuiltInRules LetVarWhitespaceRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/LiteralExpressionEndIndentationRule.swift:141:28: warning: static property 'notWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    fileprivate static let notWhitespace = regex("[^\\s]")
                           ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:133:24: warning: static property 'whitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let whitespaceDotRegex = regex("\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:145:24: warning: static property 'newlineWhitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let newlineWhitespaceDotRegex = regex("\\n\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
[868/1036] Compiling SwiftLintBuiltInRules LiteralExpressionEndIndentationRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/LiteralExpressionEndIndentationRule.swift:141:28: warning: static property 'notWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    fileprivate static let notWhitespace = regex("[^\\s]")
                           ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:133:24: warning: static property 'whitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let whitespaceDotRegex = regex("\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:145:24: warning: static property 'newlineWhitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let newlineWhitespaceDotRegex = regex("\\n\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
[869/1036] Compiling SwiftLintBuiltInRules ModifierOrderRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/LiteralExpressionEndIndentationRule.swift:141:28: warning: static property 'notWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    fileprivate static let notWhitespace = regex("[^\\s]")
                           ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:133:24: warning: static property 'whitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let whitespaceDotRegex = regex("\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:145:24: warning: static property 'newlineWhitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let newlineWhitespaceDotRegex = regex("\\n\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
[870/1036] Compiling SwiftLintBuiltInRules ModifierOrderRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/LiteralExpressionEndIndentationRule.swift:141:28: warning: static property 'notWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    fileprivate static let notWhitespace = regex("[^\\s]")
                           ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:133:24: warning: static property 'whitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let whitespaceDotRegex = regex("\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:145:24: warning: static property 'newlineWhitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let newlineWhitespaceDotRegex = regex("\\n\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
[871/1036] Compiling SwiftLintBuiltInRules MultilineArgumentsBracketsRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/LiteralExpressionEndIndentationRule.swift:141:28: warning: static property 'notWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    fileprivate static let notWhitespace = regex("[^\\s]")
                           ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:133:24: warning: static property 'whitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let whitespaceDotRegex = regex("\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:145:24: warning: static property 'newlineWhitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let newlineWhitespaceDotRegex = regex("\\n\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
[872/1036] Compiling SwiftLintBuiltInRules MultilineArgumentsRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/LiteralExpressionEndIndentationRule.swift:141:28: warning: static property 'notWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    fileprivate static let notWhitespace = regex("[^\\s]")
                           ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:133:24: warning: static property 'whitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let whitespaceDotRegex = regex("\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:145:24: warning: static property 'newlineWhitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let newlineWhitespaceDotRegex = regex("\\n\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
[873/1036] Compiling SwiftLintBuiltInRules MultilineArgumentsRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/LiteralExpressionEndIndentationRule.swift:141:28: warning: static property 'notWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    fileprivate static let notWhitespace = regex("[^\\s]")
                           ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:133:24: warning: static property 'whitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let whitespaceDotRegex = regex("\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:145:24: warning: static property 'newlineWhitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let newlineWhitespaceDotRegex = regex("\\n\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
[874/1036] Compiling SwiftLintBuiltInRules MultilineFunctionChainsRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/LiteralExpressionEndIndentationRule.swift:141:28: warning: static property 'notWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    fileprivate static let notWhitespace = regex("[^\\s]")
                           ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:133:24: warning: static property 'whitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let whitespaceDotRegex = regex("\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:145:24: warning: static property 'newlineWhitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let newlineWhitespaceDotRegex = regex("\\n\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
[875/1036] Compiling SwiftLintBuiltInRules MultilineLiteralBracketsRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/LiteralExpressionEndIndentationRule.swift:141:28: warning: static property 'notWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    fileprivate static let notWhitespace = regex("[^\\s]")
                           ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:133:24: warning: static property 'whitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let whitespaceDotRegex = regex("\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:145:24: warning: static property 'newlineWhitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let newlineWhitespaceDotRegex = regex("\\n\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
[876/1036] Compiling SwiftLintBuiltInRules MultilineParametersBracketsRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/LiteralExpressionEndIndentationRule.swift:141:28: warning: static property 'notWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    fileprivate static let notWhitespace = regex("[^\\s]")
                           ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:133:24: warning: static property 'whitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let whitespaceDotRegex = regex("\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:145:24: warning: static property 'newlineWhitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let newlineWhitespaceDotRegex = regex("\\n\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
[877/1036] Compiling SwiftLintBuiltInRules MultilineParametersRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/LiteralExpressionEndIndentationRule.swift:141:28: warning: static property 'notWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    fileprivate static let notWhitespace = regex("[^\\s]")
                           ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:133:24: warning: static property 'whitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let whitespaceDotRegex = regex("\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:145:24: warning: static property 'newlineWhitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let newlineWhitespaceDotRegex = regex("\\n\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
[878/1036] Compiling SwiftLintBuiltInRules MultilineParametersRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:21: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> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/LiteralExpressionEndIndentationRule.swift:141:28: warning: static property 'notWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    fileprivate static let notWhitespace = regex("[^\\s]")
                           ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:133:24: warning: static property 'whitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let whitespaceDotRegex = regex("\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:145:24: warning: static property 'newlineWhitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let newlineWhitespaceDotRegex = regex("\\n\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:4: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> = [
               ^
[879/1060] Compiling SwiftLintBuiltInRules AttributeNameSpacingRule.swift
[880/1060] Compiling SwiftLintBuiltInRules AttributesRule.swift
[881/1060] Compiling SwiftLintBuiltInRules AttributesRuleExamples.swift
[882/1060] Compiling SwiftLintBuiltInRules ClosingBraceRule.swift
[883/1060] Compiling SwiftLintBuiltInRules ClosureEndIndentationRule.swift
[884/1060] Compiling SwiftLintBuiltInRules ClosureEndIndentationRuleExamples.swift
[885/1060] Compiling SwiftLintBuiltInRules ClosureParameterPositionRule.swift
[886/1060] Compiling SwiftLintBuiltInRules ClosureSpacingRule.swift
[887/1060] Compiling SwiftLintBuiltInRules CollectionAlignmentRule.swift
[888/1060] Compiling SwiftLintBuiltInRules ColonRule.swift
[889/1060] Compiling SwiftLintBuiltInRules ColonRuleExamples.swift
[890/1060] Compiling SwiftLintBuiltInRules CommaInheritanceRule.swift
[891/1060] Compiling SwiftLintBuiltInRules CommaRule.swift
[892/1060] Compiling SwiftLintBuiltInRules ComputedAccessorsOrderRule.swift
[893/1060] Compiling SwiftLintBuiltInRules ComputedAccessorsOrderRuleExamples.swift
[894/1060] Compiling SwiftLintBuiltInRules ConditionalReturnsOnNewlineRule.swift
[895/1060] Compiling SwiftLintBuiltInRules ContrastedOpeningBraceRule.swift
[896/1060] Compiling SwiftLintBuiltInRules ContrastedOpeningBraceRuleExamples.swift
[897/1060] Compiling SwiftLintBuiltInRules ControlStatementRule.swift
[898/1060] Compiling SwiftLintBuiltInRules DirectReturnRule.swift
[899/1060] Compiling SwiftLintBuiltInRules EmptyEnumArgumentsRule.swift
[900/1060] Compiling SwiftLintBuiltInRules EmptyParametersRule.swift
[901/1060] Compiling SwiftLintBuiltInRules EmptyParenthesesWithTrailingClosureRule.swift
[902/1060] Compiling SwiftLintBuiltInRules ExplicitSelfRule.swift
[903/1060] Compiling SwiftLintBuiltInRules ExplicitSelfRuleExamples.swift
[904/1060] Compiling SwiftLintBuiltInRules ReduceBooleanRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:8:24: warning: static property 'stringRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let stringRegexOptions: NSRegularExpression.Options = [.ignoreMetacharacters]
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9:24: warning: static property 'patternRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let patternRegexOptions: NSRegularExpression.Options =
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:26:24: warning: static property 'defaultRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let defaultRegex = regex("\\bCopyright\\b", options: [.caseInsensitive])
                       ^
[905/1060] Compiling SwiftLintBuiltInRules ReduceIntoRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:8:24: warning: static property 'stringRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let stringRegexOptions: NSRegularExpression.Options = [.ignoreMetacharacters]
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9:24: warning: static property 'patternRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let patternRegexOptions: NSRegularExpression.Options =
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:26:24: warning: static property 'defaultRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let defaultRegex = regex("\\bCopyright\\b", options: [.caseInsensitive])
                       ^
[906/1060] Compiling SwiftLintBuiltInRules SortedFirstLastRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:8:24: warning: static property 'stringRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let stringRegexOptions: NSRegularExpression.Options = [.ignoreMetacharacters]
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9:24: warning: static property 'patternRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let patternRegexOptions: NSRegularExpression.Options =
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:26:24: warning: static property 'defaultRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let defaultRegex = regex("\\bCopyright\\b", options: [.caseInsensitive])
                       ^
[907/1060] Compiling SwiftLintBuiltInRules AttributesConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:8:24: warning: static property 'stringRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let stringRegexOptions: NSRegularExpression.Options = [.ignoreMetacharacters]
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9:24: warning: static property 'patternRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let patternRegexOptions: NSRegularExpression.Options =
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:26:24: warning: static property 'defaultRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let defaultRegex = regex("\\bCopyright\\b", options: [.caseInsensitive])
                       ^
[908/1060] Compiling SwiftLintBuiltInRules BlanketDisableCommandConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:8:24: warning: static property 'stringRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let stringRegexOptions: NSRegularExpression.Options = [.ignoreMetacharacters]
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9:24: warning: static property 'patternRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let patternRegexOptions: NSRegularExpression.Options =
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:26:24: warning: static property 'defaultRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let defaultRegex = regex("\\bCopyright\\b", options: [.caseInsensitive])
                       ^
[909/1060] Compiling SwiftLintBuiltInRules CollectionAlignmentConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:8:24: warning: static property 'stringRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let stringRegexOptions: NSRegularExpression.Options = [.ignoreMetacharacters]
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9:24: warning: static property 'patternRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let patternRegexOptions: NSRegularExpression.Options =
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:26:24: warning: static property 'defaultRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let defaultRegex = regex("\\bCopyright\\b", options: [.caseInsensitive])
                       ^
[910/1060] Compiling SwiftLintBuiltInRules ColonConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:8:24: warning: static property 'stringRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let stringRegexOptions: NSRegularExpression.Options = [.ignoreMetacharacters]
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9:24: warning: static property 'patternRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let patternRegexOptions: NSRegularExpression.Options =
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:26:24: warning: static property 'defaultRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let defaultRegex = regex("\\bCopyright\\b", options: [.caseInsensitive])
                       ^
[911/1060] Compiling SwiftLintBuiltInRules ComputedAccessorsOrderConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:8:24: warning: static property 'stringRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let stringRegexOptions: NSRegularExpression.Options = [.ignoreMetacharacters]
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9:24: warning: static property 'patternRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let patternRegexOptions: NSRegularExpression.Options =
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:26:24: warning: static property 'defaultRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let defaultRegex = regex("\\bCopyright\\b", options: [.caseInsensitive])
                       ^
[912/1060] Compiling SwiftLintBuiltInRules ConditionalReturnsOnNewlineConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:8:24: warning: static property 'stringRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let stringRegexOptions: NSRegularExpression.Options = [.ignoreMetacharacters]
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9:24: warning: static property 'patternRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let patternRegexOptions: NSRegularExpression.Options =
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:26:24: warning: static property 'defaultRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let defaultRegex = regex("\\bCopyright\\b", options: [.caseInsensitive])
                       ^
[913/1060] Compiling SwiftLintBuiltInRules CyclomaticComplexityConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:8:24: warning: static property 'stringRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let stringRegexOptions: NSRegularExpression.Options = [.ignoreMetacharacters]
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9:24: warning: static property 'patternRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let patternRegexOptions: NSRegularExpression.Options =
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:26:24: warning: static property 'defaultRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let defaultRegex = regex("\\bCopyright\\b", options: [.caseInsensitive])
                       ^
[914/1060] Compiling SwiftLintBuiltInRules DeploymentTargetConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:8:24: warning: static property 'stringRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let stringRegexOptions: NSRegularExpression.Options = [.ignoreMetacharacters]
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9:24: warning: static property 'patternRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let patternRegexOptions: NSRegularExpression.Options =
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:26:24: warning: static property 'defaultRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let defaultRegex = regex("\\bCopyright\\b", options: [.caseInsensitive])
                       ^
[915/1060] Compiling SwiftLintBuiltInRules DiscouragedDirectInitConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:8:24: warning: static property 'stringRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let stringRegexOptions: NSRegularExpression.Options = [.ignoreMetacharacters]
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9:24: warning: static property 'patternRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let patternRegexOptions: NSRegularExpression.Options =
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:26:24: warning: static property 'defaultRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let defaultRegex = regex("\\bCopyright\\b", options: [.caseInsensitive])
                       ^
[916/1060] Compiling SwiftLintBuiltInRules EmptyCountConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:8:24: warning: static property 'stringRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let stringRegexOptions: NSRegularExpression.Options = [.ignoreMetacharacters]
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9:24: warning: static property 'patternRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let patternRegexOptions: NSRegularExpression.Options =
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:26:24: warning: static property 'defaultRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let defaultRegex = regex("\\bCopyright\\b", options: [.caseInsensitive])
                       ^
[917/1060] Compiling SwiftLintBuiltInRules ExpiringTodoConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:8:24: warning: static property 'stringRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let stringRegexOptions: NSRegularExpression.Options = [.ignoreMetacharacters]
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9:24: warning: static property 'patternRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let patternRegexOptions: NSRegularExpression.Options =
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:26:24: warning: static property 'defaultRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let defaultRegex = regex("\\bCopyright\\b", options: [.caseInsensitive])
                       ^
[918/1060] Compiling SwiftLintBuiltInRules ExplicitInitConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:8:24: warning: static property 'stringRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let stringRegexOptions: NSRegularExpression.Options = [.ignoreMetacharacters]
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9:24: warning: static property 'patternRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let patternRegexOptions: NSRegularExpression.Options =
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:26:24: warning: static property 'defaultRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let defaultRegex = regex("\\bCopyright\\b", options: [.caseInsensitive])
                       ^
[919/1060] Compiling SwiftLintBuiltInRules ExplicitTypeInterfaceConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:8:24: warning: static property 'stringRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let stringRegexOptions: NSRegularExpression.Options = [.ignoreMetacharacters]
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9:24: warning: static property 'patternRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let patternRegexOptions: NSRegularExpression.Options =
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:26:24: warning: static property 'defaultRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let defaultRegex = regex("\\bCopyright\\b", options: [.caseInsensitive])
                       ^
[920/1060] Compiling SwiftLintBuiltInRules FileHeaderConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:8:24: warning: static property 'stringRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let stringRegexOptions: NSRegularExpression.Options = [.ignoreMetacharacters]
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9:24: warning: static property 'patternRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let patternRegexOptions: NSRegularExpression.Options =
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:26:24: warning: static property 'defaultRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let defaultRegex = regex("\\bCopyright\\b", options: [.caseInsensitive])
                       ^
[921/1060] Compiling SwiftLintBuiltInRules FileLengthConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:8:24: warning: static property 'stringRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let stringRegexOptions: NSRegularExpression.Options = [.ignoreMetacharacters]
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9:24: warning: static property 'patternRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let patternRegexOptions: NSRegularExpression.Options =
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:26:24: warning: static property 'defaultRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let defaultRegex = regex("\\bCopyright\\b", options: [.caseInsensitive])
                       ^
[922/1060] Compiling SwiftLintBuiltInRules FileNameConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:8:24: warning: static property 'stringRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let stringRegexOptions: NSRegularExpression.Options = [.ignoreMetacharacters]
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9:24: warning: static property 'patternRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let patternRegexOptions: NSRegularExpression.Options =
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:26:24: warning: static property 'defaultRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let defaultRegex = regex("\\bCopyright\\b", options: [.caseInsensitive])
                       ^
[923/1060] Compiling SwiftLintBuiltInRules FileNameNoSpaceConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:8:24: warning: static property 'stringRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let stringRegexOptions: NSRegularExpression.Options = [.ignoreMetacharacters]
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9:24: warning: static property 'patternRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let patternRegexOptions: NSRegularExpression.Options =
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:26:24: warning: static property 'defaultRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let defaultRegex = regex("\\bCopyright\\b", options: [.caseInsensitive])
                       ^
[924/1060] Compiling SwiftLintBuiltInRules FileTypesOrderConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:8:24: warning: static property 'stringRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let stringRegexOptions: NSRegularExpression.Options = [.ignoreMetacharacters]
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9:24: warning: static property 'patternRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let patternRegexOptions: NSRegularExpression.Options =
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:26:24: warning: static property 'defaultRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let defaultRegex = regex("\\bCopyright\\b", options: [.caseInsensitive])
                       ^
[925/1060] Compiling SwiftLintBuiltInRules ForWhereConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:8:24: warning: static property 'stringRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let stringRegexOptions: NSRegularExpression.Options = [.ignoreMetacharacters]
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9:24: warning: static property 'patternRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let patternRegexOptions: NSRegularExpression.Options =
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:26:24: warning: static property 'defaultRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let defaultRegex = regex("\\bCopyright\\b", options: [.caseInsensitive])
                       ^
[926/1060] Compiling SwiftLintBuiltInRules FunctionDefaultParameterAtEndConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:8:24: warning: static property 'stringRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let stringRegexOptions: NSRegularExpression.Options = [.ignoreMetacharacters]
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9:24: warning: static property 'patternRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let patternRegexOptions: NSRegularExpression.Options =
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:26:24: warning: static property 'defaultRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let defaultRegex = regex("\\bCopyright\\b", options: [.caseInsensitive])
                       ^
[927/1060] Compiling SwiftLintBuiltInRules FunctionParameterCountConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:8:24: warning: static property 'stringRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let stringRegexOptions: NSRegularExpression.Options = [.ignoreMetacharacters]
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9:24: warning: static property 'patternRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let patternRegexOptions: NSRegularExpression.Options =
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:26:24: warning: static property 'defaultRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let defaultRegex = regex("\\bCopyright\\b", options: [.caseInsensitive])
                       ^
[928/1060] Compiling SwiftLintBuiltInRules IdentifierNameConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:8:24: warning: static property 'stringRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let stringRegexOptions: NSRegularExpression.Options = [.ignoreMetacharacters]
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9:24: warning: static property 'patternRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let patternRegexOptions: NSRegularExpression.Options =
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:26:24: warning: static property 'defaultRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let defaultRegex = regex("\\bCopyright\\b", options: [.caseInsensitive])
                       ^
[929/1060] Compiling SwiftLintBuiltInRules Exports.swift
[930/1060] Compiling SwiftLintBuiltInRules LegacyFunctionRuleHelper.swift
[931/1060] Compiling SwiftLintBuiltInRules BuiltInRules.swift
[932/1060] Compiling SwiftLintBuiltInRules ImportUsage.swift
[933/1060] Compiling SwiftLintBuiltInRules AnonymousArgumentInMultilineClosureRule.swift
[934/1060] Compiling SwiftLintBuiltInRules BlockBasedKVORule.swift
[935/1060] Compiling SwiftLintBuiltInRules ConvenienceTypeRule.swift
[936/1060] Compiling SwiftLintBuiltInRules DiscouragedAssertRule.swift
[937/1060] Compiling SwiftLintBuiltInRules DiscouragedNoneNameRule.swift
[938/1060] Compiling SwiftLintBuiltInRules DiscouragedObjectLiteralRule.swift
[939/1060] Compiling SwiftLintBuiltInRules DiscouragedOptionalBooleanRule.swift
[940/1060] Compiling SwiftLintBuiltInRules DiscouragedOptionalBooleanRuleExamples.swift
[941/1060] Compiling SwiftLintBuiltInRules DiscouragedOptionalCollectionExamples.swift
[942/1060] Compiling SwiftLintBuiltInRules DiscouragedOptionalCollectionRule.swift
[943/1060] Compiling SwiftLintBuiltInRules DuplicateImportsRule.swift
[944/1060] Compiling SwiftLintBuiltInRules DuplicateImportsRuleExamples.swift
[945/1060] Compiling SwiftLintBuiltInRules ExplicitACLRule.swift
[946/1060] Compiling SwiftLintBuiltInRules ExplicitEnumRawValueRule.swift
[947/1060] Compiling SwiftLintBuiltInRules ExplicitInitRule.swift
[948/1060] Compiling SwiftLintBuiltInRules ExplicitTopLevelACLRule.swift
[949/1060] Compiling SwiftLintBuiltInRules ExplicitTypeInterfaceRule.swift
[950/1060] Compiling SwiftLintBuiltInRules ExtensionAccessModifierRule.swift
[951/1060] Compiling SwiftLintBuiltInRules FallthroughRule.swift
[952/1060] Compiling SwiftLintBuiltInRules FatalErrorMessageRule.swift
[953/1060] Compiling SwiftLintBuiltInRules FileNameNoSpaceRule.swift
[954/1060] Emitting module SwiftLintBuiltInRules
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let mapTypePatterns = [
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:8:24: warning: static property 'stringRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let stringRegexOptions: NSRegularExpression.Options = [.ignoreMetacharacters]
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9:24: warning: static property 'patternRegexOptions' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let patternRegexOptions: NSRegularExpression.Options =
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:26:24: warning: static property 'defaultRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let defaultRegex = regex("\\bCopyright\\b", options: [.caseInsensitive])
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/LiteralExpressionEndIndentationRule.swift:141:28: warning: static property 'notWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    fileprivate static let notWhitespace = regex("[^\\s]")
                           ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:133:24: warning: static property 'whitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let whitespaceDotRegex = regex("\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/MultilineFunctionChainsRule.swift:145:24: warning: static property 'newlineWhitespaceDotRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let newlineWhitespaceDotRegex = regex("\\n\\s*\\.")
                       ^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:136:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let uncuddledRegex = regex(uncuddledPattern, options: [])
               ^
[955/1060] Compiling SwiftLintBuiltInRules RedundantDiscardableLetConfiguration.swift
[956/1060] Compiling SwiftLintBuiltInRules RedundantSendableConfiguration.swift
[957/1060] Compiling SwiftLintBuiltInRules RedundantTypeAnnotationConfiguration.swift
[958/1060] Compiling SwiftLintBuiltInRules RedundantVoidReturnConfiguration.swift
[959/1060] Compiling SwiftLintBuiltInRules RequiredEnumCaseConfiguration.swift
[960/1060] Compiling SwiftLintBuiltInRules SelfBindingConfiguration.swift
[961/1060] Compiling SwiftLintBuiltInRules ShorthandArgumentConfiguration.swift
[962/1060] Compiling SwiftLintBuiltInRules SortedImportsConfiguration.swift
[963/1060] Compiling SwiftLintBuiltInRules StatementPositionConfiguration.swift
[964/1060] Compiling SwiftLintBuiltInRules SwitchCaseAlignmentConfiguration.swift
[965/1060] Compiling SwiftLintBuiltInRules TestCaseAccessibilityConfiguration.swift
[966/1060] Compiling SwiftLintBuiltInRules TodoConfiguration.swift
[967/1060] Compiling SwiftLintBuiltInRules TrailingClosureConfiguration.swift
[968/1060] Compiling SwiftLintBuiltInRules TrailingCommaConfiguration.swift
[969/1060] Compiling SwiftLintBuiltInRules TrailingWhitespaceConfiguration.swift
[970/1060] Compiling SwiftLintBuiltInRules TypeContentsOrderConfiguration.swift
[971/1060] Compiling SwiftLintBuiltInRules TypeNameConfiguration.swift
[972/1060] Compiling SwiftLintBuiltInRules UnitTestConfiguration.swift
[973/1060] Compiling SwiftLintBuiltInRules UnneededOverrideRuleConfiguration.swift
[974/1060] Compiling SwiftLintBuiltInRules UnusedDeclarationConfiguration.swift
[975/1060] Compiling SwiftLintBuiltInRules UnusedImportConfiguration.swift
[976/1060] Compiling SwiftLintBuiltInRules UnusedOptionalBindingConfiguration.swift
[977/1060] Compiling SwiftLintBuiltInRules VerticalWhitespaceClosingBracesConfiguration.swift
[978/1060] Compiling SwiftLintBuiltInRules VerticalWhitespaceConfiguration.swift
[979/1060] Compiling SwiftLintBuiltInRules XCTSpecificMatcherConfiguration.swift
[980/1060] Compiling SwiftLintBuiltInRules ImplicitReturnConfiguration.swift
[981/1060] Compiling SwiftLintBuiltInRules ImplicitlyUnwrappedOptionalConfiguration.swift
[982/1060] Compiling SwiftLintBuiltInRules InclusiveLanguageConfiguration.swift
[983/1060] Compiling SwiftLintBuiltInRules IndentationWidthConfiguration.swift
[984/1060] Compiling SwiftLintBuiltInRules LegacyObjcTypeConfiguration.swift
[985/1060] Compiling SwiftLintBuiltInRules LineLengthConfiguration.swift
[986/1060] Compiling SwiftLintBuiltInRules MissingDocsConfiguration.swift
[987/1060] Compiling SwiftLintBuiltInRules ModifierOrderConfiguration.swift
[988/1060] Compiling SwiftLintBuiltInRules MultilineArgumentsConfiguration.swift
[989/1060] Compiling SwiftLintBuiltInRules MultilineParametersConfiguration.swift
[990/1060] Compiling SwiftLintBuiltInRules NameConfiguration.swift
[991/1060] Compiling SwiftLintBuiltInRules NestingConfiguration.swift
[992/1060] Compiling SwiftLintBuiltInRules NoEmptyBlockConfiguration.swift
[993/1060] Compiling SwiftLintBuiltInRules NoMagicNumbersConfiguration.swift
[994/1060] Compiling SwiftLintBuiltInRules NonOverridableClassDeclarationConfiguration.swift
[995/1060] Compiling SwiftLintBuiltInRules NumberSeparatorConfiguration.swift
[996/1060] Compiling SwiftLintBuiltInRules ObjectLiteralConfiguration.swift
[997/1060] Compiling SwiftLintBuiltInRules OpeningBraceConfiguration.swift
[998/1060] Compiling SwiftLintBuiltInRules OperatorUsageWhitespaceConfiguration.swift
[999/1060] Compiling SwiftLintBuiltInRules OverriddenSuperCallConfiguration.swift
[1000/1060] Compiling SwiftLintBuiltInRules PreferKeyPathConfiguration.swift
[1001/1060] Compiling SwiftLintBuiltInRules PrefixedTopLevelConstantConfiguration.swift
[1002/1060] Compiling SwiftLintBuiltInRules PrivateOutletConfiguration.swift
[1003/1060] Compiling SwiftLintBuiltInRules PrivateOverFilePrivateConfiguration.swift
[1004/1060] Compiling SwiftLintBuiltInRules ProhibitedSuperConfiguration.swift
[1005/1060] Compiling SwiftLintBuiltInRules MultipleClosuresWithTrailingClosureRule.swift
[1006/1060] Compiling SwiftLintBuiltInRules NoSpaceInMethodCallRule.swift
[1007/1060] Compiling SwiftLintBuiltInRules NonOverridableClassDeclarationRule.swift
[1008/1060] Compiling SwiftLintBuiltInRules NumberSeparatorRule.swift
[1009/1060] Compiling SwiftLintBuiltInRules NumberSeparatorRuleExamples.swift
[1010/1060] Compiling SwiftLintBuiltInRules OpeningBraceRule.swift
[1011/1060] Compiling SwiftLintBuiltInRules OpeningBraceRuleExamples.swift
[1012/1060] Compiling SwiftLintBuiltInRules OperatorFunctionWhitespaceRule.swift
[1013/1060] Compiling SwiftLintBuiltInRules OperatorUsageWhitespaceRule.swift
[1014/1060] Compiling SwiftLintBuiltInRules OperatorUsageWhitespaceRuleExamples.swift
[1015/1060] Compiling SwiftLintBuiltInRules OptionalEnumCaseMatchingRule.swift
[1016/1060] Compiling SwiftLintBuiltInRules PreferSelfInStaticReferencesRule.swift
[1017/1060] Compiling SwiftLintBuiltInRules PreferSelfInStaticReferencesRuleExamples.swift
[1018/1060] Compiling SwiftLintBuiltInRules PreferSelfTypeOverTypeOfSelfRule.swift
[1019/1060] Compiling SwiftLintBuiltInRules PrefixedTopLevelConstantRule.swift
[1020/1060] Compiling SwiftLintBuiltInRules ProtocolPropertyAccessorsOrderRule.swift
[1021/1060] Compiling SwiftLintBuiltInRules RedundantDiscardableLetRule.swift
[1022/1060] Compiling SwiftLintBuiltInRules RedundantSelfInClosureRule.swift
[1023/1060] Compiling SwiftLintBuiltInRules RedundantSelfInClosureRuleExamples.swift
[1024/1060] Compiling SwiftLintBuiltInRules ReturnArrowWhitespaceRule.swift
[1025/1060] Compiling SwiftLintBuiltInRules SelfBindingRule.swift
[1026/1060] Compiling SwiftLintBuiltInRules ShorthandArgumentRule.swift
[1027/1060] Compiling SwiftLintBuiltInRules ShorthandOperatorRule.swift
[1028/1060] Compiling SwiftLintBuiltInRules SingleTestClassRule.swift
[1029/1060] Compiling SwiftLintBuiltInRules SortedEnumCasesRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:136:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let uncuddledRegex = regex(uncuddledPattern, options: [])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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])
               ^
[1030/1060] Compiling SwiftLintBuiltInRules SortedImportsRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:136:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let uncuddledRegex = regex(uncuddledPattern, options: [])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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])
               ^
[1031/1060] Compiling SwiftLintBuiltInRules SortedImportsRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:136:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let uncuddledRegex = regex(uncuddledPattern, options: [])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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])
               ^
[1032/1060] Compiling SwiftLintBuiltInRules StatementPositionRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:136:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let uncuddledRegex = regex(uncuddledPattern, options: [])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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])
               ^
[1033/1060] Compiling SwiftLintBuiltInRules SuperfluousElseRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:136:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let uncuddledRegex = regex(uncuddledPattern, options: [])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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])
               ^
[1034/1060] Compiling SwiftLintBuiltInRules SwitchCaseAlignmentRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:136:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let uncuddledRegex = regex(uncuddledPattern, options: [])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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])
               ^
[1035/1060] Compiling SwiftLintBuiltInRules SwitchCaseOnNewlineRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:136:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let uncuddledRegex = regex(uncuddledPattern, options: [])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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])
               ^
[1036/1060] Compiling SwiftLintBuiltInRules TrailingClosureRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:136:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let uncuddledRegex = regex(uncuddledPattern, options: [])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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])
               ^
[1037/1060] Compiling SwiftLintBuiltInRules TrailingCommaRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:136:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let uncuddledRegex = regex(uncuddledPattern, options: [])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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])
               ^
[1038/1060] Compiling SwiftLintBuiltInRules TrailingNewlineRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:136:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let uncuddledRegex = regex(uncuddledPattern, options: [])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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])
               ^
[1039/1060] Compiling SwiftLintBuiltInRules TrailingWhitespaceRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:136:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let uncuddledRegex = regex(uncuddledPattern, options: [])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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])
               ^
[1040/1060] Compiling SwiftLintBuiltInRules TypeContentsOrderRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:136:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let uncuddledRegex = regex(uncuddledPattern, options: [])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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])
               ^
[1041/1060] Compiling SwiftLintBuiltInRules TypeContentsOrderRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:136:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let uncuddledRegex = regex(uncuddledPattern, options: [])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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])
               ^
[1042/1060] Compiling SwiftLintBuiltInRules UnneededParenthesesInClosureArgumentRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:136:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let uncuddledRegex = regex(uncuddledPattern, options: [])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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])
               ^
[1043/1060] Compiling SwiftLintBuiltInRules UnusedOptionalBindingRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:136:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let uncuddledRegex = regex(uncuddledPattern, options: [])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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])
               ^
[1044/1060] Compiling SwiftLintBuiltInRules VerticalParameterAlignmentOnCallRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:136:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let uncuddledRegex = regex(uncuddledPattern, options: [])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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])
               ^
[1045/1060] Compiling SwiftLintBuiltInRules VerticalParameterAlignmentRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:136:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let uncuddledRegex = regex(uncuddledPattern, options: [])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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])
               ^
[1046/1060] Compiling SwiftLintBuiltInRules VerticalParameterAlignmentRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:136:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let uncuddledRegex = regex(uncuddledPattern, options: [])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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])
               ^
[1047/1060] Compiling SwiftLintBuiltInRules VerticalWhitespaceBetweenCasesRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:136:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let uncuddledRegex = regex(uncuddledPattern, options: [])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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])
               ^
[1048/1060] Compiling SwiftLintBuiltInRules VerticalWhitespaceClosingBracesRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:136:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let uncuddledRegex = regex(uncuddledPattern, options: [])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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])
               ^
[1049/1060] Compiling SwiftLintBuiltInRules VerticalWhitespaceClosingBracesRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:136:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let uncuddledRegex = regex(uncuddledPattern, options: [])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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])
               ^
[1050/1060] Compiling SwiftLintBuiltInRules VerticalWhitespaceOpeningBracesRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:136:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let uncuddledRegex = regex(uncuddledPattern, options: [])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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])
               ^
[1051/1060] Compiling SwiftLintBuiltInRules VerticalWhitespaceRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:136:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let uncuddledRegex = regex(uncuddledPattern, options: [])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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])
               ^
[1052/1060] Compiling SwiftLintBuiltInRules VoidReturnRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:136:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let uncuddledRegex = regex(uncuddledPattern, options: [])
               ^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    static let commentKinds: Set<SyntaxKind> = [
               ^
/host/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])
               ^
[1053/1061] Wrapping AST for SwiftLintBuiltInRules for debugging
[1055/1113] Compiling SwiftLintFramework RelativePathReporter.swift
[1056/1113] Compiling SwiftLintFramework Reporter.swift
[1057/1113] Compiling SwiftLintFramework SARIFReporter.swift
[1058/1113] Compiling SwiftLintFramework SonarQubeReporter.swift
[1059/1113] Compiling SwiftLintFramework SummaryReporter.swift
[1060/1113] Compiling SwiftLintFramework XcodeReporter.swift
[1061/1113] Compiling SwiftLintFramework CoreRules.swift
[1062/1120] Compiling SwiftLintFramework Version.swift
[1063/1120] Compiling SwiftLintFramework YamlParser.swift
[1064/1120] Compiling SwiftLintFramework ProcessInfo+XcodeCloud.swift
[1065/1120] Compiling SwiftLintFramework ProgressBar.swift
[1066/1120] Compiling SwiftLintFramework CSVReporter.swift
[1067/1120] Compiling SwiftLintFramework CheckstyleReporter.swift
[1068/1120] Compiling SwiftLintFramework CodeClimateReporter.swift
[1069/1120] Compiling SwiftLintFramework EmojiReporter.swift
[1070/1120] Compiling SwiftLintFramework GitHubActionsLoggingReporter.swift
[1071/1120] Compiling SwiftLintFramework GitLabJUnitReporter.swift
[1072/1120] Compiling SwiftLintFramework HTMLReporter.swift
[1073/1120] Compiling SwiftLintFramework JSONReporter.swift
[1074/1120] Compiling SwiftLintFramework JUnitReporter.swift
[1075/1120] Compiling SwiftLintFramework MarkdownReporter.swift
[1076/1120] Compiling SwiftLintFramework Configuration+Merging.swift
/host/spi-builder-workspace/Source/SwiftLintFramework/Configuration/Configuration+RulesWrapper.swift:297:63: error: value of type 'NSLock' has no member 'withLock'
            let cachedIsOptInRule = Self.isOptInRuleCacheLock.withLock {
                                    ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Source/SwiftLintFramework/Configuration/Configuration+RulesWrapper.swift:306:39: error: value of type 'NSLock' has no member 'withLock'
            Self.isOptInRuleCacheLock.withLock {
            ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
[1077/1120] Compiling SwiftLintFramework Configuration+Parsing.swift
/host/spi-builder-workspace/Source/SwiftLintFramework/Configuration/Configuration+RulesWrapper.swift:297:63: error: value of type 'NSLock' has no member 'withLock'
            let cachedIsOptInRule = Self.isOptInRuleCacheLock.withLock {
                                    ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Source/SwiftLintFramework/Configuration/Configuration+RulesWrapper.swift:306:39: error: value of type 'NSLock' has no member 'withLock'
            Self.isOptInRuleCacheLock.withLock {
            ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
[1078/1120] Compiling SwiftLintFramework Configuration+Remote.swift
/host/spi-builder-workspace/Source/SwiftLintFramework/Configuration/Configuration+RulesWrapper.swift:297:63: error: value of type 'NSLock' has no member 'withLock'
            let cachedIsOptInRule = Self.isOptInRuleCacheLock.withLock {
                                    ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Source/SwiftLintFramework/Configuration/Configuration+RulesWrapper.swift:306:39: error: value of type 'NSLock' has no member 'withLock'
            Self.isOptInRuleCacheLock.withLock {
            ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
[1079/1120] Compiling SwiftLintFramework Configuration+RulesMode.swift
/host/spi-builder-workspace/Source/SwiftLintFramework/Configuration/Configuration+RulesWrapper.swift:297:63: error: value of type 'NSLock' has no member 'withLock'
            let cachedIsOptInRule = Self.isOptInRuleCacheLock.withLock {
                                    ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Source/SwiftLintFramework/Configuration/Configuration+RulesWrapper.swift:306:39: error: value of type 'NSLock' has no member 'withLock'
            Self.isOptInRuleCacheLock.withLock {
            ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
[1080/1120] Compiling SwiftLintFramework Configuration+RulesWrapper.swift
/host/spi-builder-workspace/Source/SwiftLintFramework/Configuration/Configuration+RulesWrapper.swift:297:63: error: value of type 'NSLock' has no member 'withLock'
            let cachedIsOptInRule = Self.isOptInRuleCacheLock.withLock {
                                    ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Source/SwiftLintFramework/Configuration/Configuration+RulesWrapper.swift:306:39: error: value of type 'NSLock' has no member 'withLock'
            Self.isOptInRuleCacheLock.withLock {
            ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
[1081/1120] Compiling SwiftLintFramework Configuration.swift
/host/spi-builder-workspace/Source/SwiftLintFramework/Configuration/Configuration+RulesWrapper.swift:297:63: error: value of type 'NSLock' has no member 'withLock'
            let cachedIsOptInRule = Self.isOptInRuleCacheLock.withLock {
                                    ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Source/SwiftLintFramework/Configuration/Configuration+RulesWrapper.swift:306:39: error: value of type 'NSLock' has no member 'withLock'
            Self.isOptInRuleCacheLock.withLock {
            ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
[1082/1120] Compiling SwiftLintFramework RuleDocumentation.swift
/host/spi-builder-workspace/Source/SwiftLintFramework/Configuration/Configuration+RulesWrapper.swift:297:63: error: value of type 'NSLock' has no member 'withLock'
            let cachedIsOptInRule = Self.isOptInRuleCacheLock.withLock {
                                    ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Source/SwiftLintFramework/Configuration/Configuration+RulesWrapper.swift:306:39: error: value of type 'NSLock' has no member 'withLock'
            Self.isOptInRuleCacheLock.withLock {
            ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
[1083/1120] Compiling SwiftLintFramework RuleListDocumentation.swift
/host/spi-builder-workspace/Source/SwiftLintFramework/Configuration/Configuration+RulesWrapper.swift:297:63: error: value of type 'NSLock' has no member 'withLock'
            let cachedIsOptInRule = Self.isOptInRuleCacheLock.withLock {
                                    ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Source/SwiftLintFramework/Configuration/Configuration+RulesWrapper.swift:306:39: error: value of type 'NSLock' has no member 'withLock'
            Self.isOptInRuleCacheLock.withLock {
            ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
[1084/1120] Compiling SwiftLintFramework LintOrAnalyzeCommand.swift
/host/spi-builder-workspace/Source/SwiftLintFramework/Models/CustomRuleTimer.swift:19:14: error: value of type 'NSLock' has no member 'withLock'
        lock.withLock {
        ~~~~ ^~~~~~~~
/host/spi-builder-workspace/Source/SwiftLintFramework/Models/CustomRuleTimer.swift:30:18: error: value of type 'NSLock' has no member 'withLock'
            lock.withLock {
            ~~~~ ^~~~~~~~
[1085/1120] Compiling SwiftLintFramework LintableFilesVisitor.swift
/host/spi-builder-workspace/Source/SwiftLintFramework/Models/CustomRuleTimer.swift:19:14: error: value of type 'NSLock' has no member 'withLock'
        lock.withLock {
        ~~~~ ^~~~~~~~
/host/spi-builder-workspace/Source/SwiftLintFramework/Models/CustomRuleTimer.swift:30:18: error: value of type 'NSLock' has no member 'withLock'
            lock.withLock {
            ~~~~ ^~~~~~~~
[1086/1120] Compiling SwiftLintFramework CustomRuleTimer.swift
/host/spi-builder-workspace/Source/SwiftLintFramework/Models/CustomRuleTimer.swift:19:14: error: value of type 'NSLock' has no member 'withLock'
        lock.withLock {
        ~~~~ ^~~~~~~~
/host/spi-builder-workspace/Source/SwiftLintFramework/Models/CustomRuleTimer.swift:30:18: error: value of type 'NSLock' has no member 'withLock'
            lock.withLock {
            ~~~~ ^~~~~~~~
[1087/1120] Compiling SwiftLintFramework HashableConfigurationRuleWrapperWrapper.swift
/host/spi-builder-workspace/Source/SwiftLintFramework/Models/CustomRuleTimer.swift:19:14: error: value of type 'NSLock' has no member 'withLock'
        lock.withLock {
        ~~~~ ^~~~~~~~
/host/spi-builder-workspace/Source/SwiftLintFramework/Models/CustomRuleTimer.swift:30:18: error: value of type 'NSLock' has no member 'withLock'
            lock.withLock {
            ~~~~ ^~~~~~~~
[1088/1120] Compiling SwiftLintFramework Linter.swift
/host/spi-builder-workspace/Source/SwiftLintFramework/Models/CustomRuleTimer.swift:19:14: error: value of type 'NSLock' has no member 'withLock'
        lock.withLock {
        ~~~~ ^~~~~~~~
/host/spi-builder-workspace/Source/SwiftLintFramework/Models/CustomRuleTimer.swift:30:18: error: value of type 'NSLock' has no member 'withLock'
            lock.withLock {
            ~~~~ ^~~~~~~~
[1089/1120] Compiling SwiftLintFramework LinterCache.swift
/host/spi-builder-workspace/Source/SwiftLintFramework/Models/CustomRuleTimer.swift:19:14: error: value of type 'NSLock' has no member 'withLock'
        lock.withLock {
        ~~~~ ^~~~~~~~
/host/spi-builder-workspace/Source/SwiftLintFramework/Models/CustomRuleTimer.swift:30:18: error: value of type 'NSLock' has no member 'withLock'
            lock.withLock {
            ~~~~ ^~~~~~~~
[1090/1120] Compiling SwiftLintFramework ReportersList.swift
/host/spi-builder-workspace/Source/SwiftLintFramework/Models/CustomRuleTimer.swift:19:14: error: value of type 'NSLock' has no member 'withLock'
        lock.withLock {
        ~~~~ ^~~~~~~~
/host/spi-builder-workspace/Source/SwiftLintFramework/Models/CustomRuleTimer.swift:30:18: error: value of type 'NSLock' has no member 'withLock'
            lock.withLock {
            ~~~~ ^~~~~~~~
[1091/1120] Compiling SwiftLintFramework Exports.swift
[1092/1120] Compiling SwiftLintFramework FileManager+SwiftLint.swift
[1093/1120] Compiling SwiftLintFramework String+XML.swift
[1094/1120] Compiling SwiftLintFramework String+sha256.swift
[1095/1120] Compiling SwiftLintFramework ExecutableInfo.swift
[1096/1120] Compiling SwiftLintFramework Glob.swift
[1097/1120] Compiling SwiftLintFramework Reachability.swift
[1098/1120] Compiling SwiftLintFramework CustomRules.swift
/host/spi-builder-workspace/Source/SwiftLintFramework/UpdateChecker.swift:46:44: error: value of type 'URLSession' has no member 'data'
        return try await URLSession.shared.data(for: request).0
                         ~~~~~~~~~~~~~~~~~ ^~~~
/host/spi-builder-workspace/Source/SwiftLintFramework/UpdateChecker.swift:46:20: warning: no 'async' operations occur within 'await' expression
        return try await URLSession.shared.data(for: request).0
                   ^
/host/spi-builder-workspace/Source/SwiftLintFramework/UpdateChecker.swift:46:16: warning: no calls to throwing functions occur within 'try' expression
        return try await URLSession.shared.data(for: request).0
               ^
[1099/1120] Compiling SwiftLintFramework SuperfluousDisableCommandRule.swift
/host/spi-builder-workspace/Source/SwiftLintFramework/UpdateChecker.swift:46:44: error: value of type 'URLSession' has no member 'data'
        return try await URLSession.shared.data(for: request).0
                         ~~~~~~~~~~~~~~~~~ ^~~~
/host/spi-builder-workspace/Source/SwiftLintFramework/UpdateChecker.swift:46:20: warning: no 'async' operations occur within 'await' expression
        return try await URLSession.shared.data(for: request).0
                   ^
/host/spi-builder-workspace/Source/SwiftLintFramework/UpdateChecker.swift:46:16: warning: no calls to throwing functions occur within 'try' expression
        return try await URLSession.shared.data(for: request).0
               ^
[1100/1120] Compiling SwiftLintFramework RulesFilter.swift
/host/spi-builder-workspace/Source/SwiftLintFramework/UpdateChecker.swift:46:44: error: value of type 'URLSession' has no member 'data'
        return try await URLSession.shared.data(for: request).0
                         ~~~~~~~~~~~~~~~~~ ^~~~
/host/spi-builder-workspace/Source/SwiftLintFramework/UpdateChecker.swift:46:20: warning: no 'async' operations occur within 'await' expression
        return try await URLSession.shared.data(for: request).0
                   ^
/host/spi-builder-workspace/Source/SwiftLintFramework/UpdateChecker.swift:46:16: warning: no calls to throwing functions occur within 'try' expression
        return try await URLSession.shared.data(for: request).0
               ^
[1101/1120] Compiling SwiftLintFramework Signposts.swift
/host/spi-builder-workspace/Source/SwiftLintFramework/UpdateChecker.swift:46:44: error: value of type 'URLSession' has no member 'data'
        return try await URLSession.shared.data(for: request).0
                         ~~~~~~~~~~~~~~~~~ ^~~~
/host/spi-builder-workspace/Source/SwiftLintFramework/UpdateChecker.swift:46:20: warning: no 'async' operations occur within 'await' expression
        return try await URLSession.shared.data(for: request).0
                   ^
/host/spi-builder-workspace/Source/SwiftLintFramework/UpdateChecker.swift:46:16: warning: no calls to throwing functions occur within 'try' expression
        return try await URLSession.shared.data(for: request).0
               ^
[1102/1120] Compiling SwiftLintFramework SwiftLintError.swift
/host/spi-builder-workspace/Source/SwiftLintFramework/UpdateChecker.swift:46:44: error: value of type 'URLSession' has no member 'data'
        return try await URLSession.shared.data(for: request).0
                         ~~~~~~~~~~~~~~~~~ ^~~~
/host/spi-builder-workspace/Source/SwiftLintFramework/UpdateChecker.swift:46:20: warning: no 'async' operations occur within 'await' expression
        return try await URLSession.shared.data(for: request).0
                   ^
/host/spi-builder-workspace/Source/SwiftLintFramework/UpdateChecker.swift:46:16: warning: no calls to throwing functions occur within 'try' expression
        return try await URLSession.shared.data(for: request).0
               ^
[1103/1120] Compiling SwiftLintFramework SwiftPMCompilationDB.swift
/host/spi-builder-workspace/Source/SwiftLintFramework/UpdateChecker.swift:46:44: error: value of type 'URLSession' has no member 'data'
        return try await URLSession.shared.data(for: request).0
                         ~~~~~~~~~~~~~~~~~ ^~~~
/host/spi-builder-workspace/Source/SwiftLintFramework/UpdateChecker.swift:46:20: warning: no 'async' operations occur within 'await' expression
        return try await URLSession.shared.data(for: request).0
                   ^
/host/spi-builder-workspace/Source/SwiftLintFramework/UpdateChecker.swift:46:16: warning: no calls to throwing functions occur within 'try' expression
        return try await URLSession.shared.data(for: request).0
               ^
[1104/1120] Compiling SwiftLintFramework UpdateChecker.swift
/host/spi-builder-workspace/Source/SwiftLintFramework/UpdateChecker.swift:46:44: error: value of type 'URLSession' has no member 'data'
        return try await URLSession.shared.data(for: request).0
                         ~~~~~~~~~~~~~~~~~ ^~~~
/host/spi-builder-workspace/Source/SwiftLintFramework/UpdateChecker.swift:46:20: warning: no 'async' operations occur within 'await' expression
        return try await URLSession.shared.data(for: request).0
                   ^
/host/spi-builder-workspace/Source/SwiftLintFramework/UpdateChecker.swift:46:16: warning: no calls to throwing functions occur within 'try' expression
        return try await URLSession.shared.data(for: request).0
               ^
[1105/1120] Emitting module SwiftLintFramework
[1106/1120] Compiling SwiftLintFramework Benchmark.swift
[1107/1120] Compiling SwiftLintFramework CompilerArgumentsExtractor.swift
[1108/1120] Compiling SwiftLintFramework Configuration+CommandLine.swift
[1109/1120] Compiling SwiftLintFramework Configuration+Cache.swift
[1110/1120] Compiling SwiftLintFramework Configuration+FileGraph.swift
[1111/1120] Compiling SwiftLintFramework Configuration+FileGraphSubtypes.swift
[1112/1120] Compiling SwiftLintFramework Configuration+IndentationStyle.swift
[1113/1120] Compiling SwiftLintFramework Configuration+LintableFiles.swift
error: fatalError
BUILD FAILURE 5.10 linux