Build Information
Failed to build SwiftLint, reference main (ad23d0
), with Swift 5.10 for Linux on 20 Apr 2025 10:06:09 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
private static let mapTypePatterns = [
^
[723/904] 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 = [
^
[724/904] 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 = [
^
[725/904] 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 = [
^
[726/904] 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 = [
^
[727/904] 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 = [
^
[728/904] 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 = [
^
[729/904] 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 = [
^
[730/904] 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 = [
^
[731/904] 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 = [
^
[732/904] 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 = [
^
[733/904] 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 = [
^
[734/904] 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 = [
^
[735/904] 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 = [
^
[736/904] 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 = [
^
[737/904] 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 = [
^
[738/904] 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 = [
^
[739/904] 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 = [
^
[740/904] 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 = [
^
[741/904] 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 = [
^
[742/904] 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 = [
^
[743/904] 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 = [
^
[744/904] 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 = [
^
[745/904] 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 = [
^
[746/929] Compiling SwiftLintBuiltInRules ValidIBInspectableRule.swift
/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/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[747/929] Compiling SwiftLintBuiltInRules WeakDelegateRule.swift
/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/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[748/929] Compiling SwiftLintBuiltInRules YodaConditionRule.swift
/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/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[749/929] Compiling SwiftLintBuiltInRules ClosureBodyLengthRule.swift
/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/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[750/929] Compiling SwiftLintBuiltInRules ClosureBodyLengthRuleExamples.swift
/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/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[751/929] Compiling SwiftLintBuiltInRules CyclomaticComplexityRule.swift
/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/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[752/929] Compiling SwiftLintBuiltInRules EnumCaseAssociatedValuesLengthRule.swift
/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/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[753/929] Compiling SwiftLintBuiltInRules FileLengthRule.swift
/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/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[754/929] Compiling SwiftLintBuiltInRules FunctionBodyLengthRule.swift
/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/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[755/929] Compiling SwiftLintBuiltInRules FunctionParameterCountRule.swift
/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/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[756/929] Compiling SwiftLintBuiltInRules LargeTupleRule.swift
/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/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[757/929] Compiling SwiftLintBuiltInRules LargeTupleRuleExamples.swift
/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/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[758/929] Compiling SwiftLintBuiltInRules LineLengthRule.swift
/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/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[759/929] Compiling SwiftLintBuiltInRules NestingRule.swift
/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/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[760/929] Compiling SwiftLintBuiltInRules NestingRuleExamples.swift
/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/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[761/929] Compiling SwiftLintBuiltInRules TypeBodyLengthRule.swift
/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/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[762/929] Compiling SwiftLintBuiltInRules ContainsOverFilterCountRule.swift
/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/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[763/929] Compiling SwiftLintBuiltInRules ContainsOverFilterIsEmptyRule.swift
/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/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[764/929] Compiling SwiftLintBuiltInRules ContainsOverFirstNotNilRule.swift
/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/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[765/929] Compiling SwiftLintBuiltInRules ContainsOverRangeNilComparisonRule.swift
/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/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[766/929] Compiling SwiftLintBuiltInRules EmptyCollectionLiteralRule.swift
/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/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[767/929] Compiling SwiftLintBuiltInRules EmptyCountRule.swift
/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/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[768/929] Compiling SwiftLintBuiltInRules EmptyStringRule.swift
/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/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[769/929] Compiling SwiftLintBuiltInRules FinalTestCaseRule.swift
/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/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[770/929] Compiling SwiftLintBuiltInRules FirstWhereRule.swift
/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/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[771/954] Compiling SwiftLintBuiltInRules FlatMapOverMapReduceRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9: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:10: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:27: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])
^
[772/954] Compiling SwiftLintBuiltInRules LastWhereRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9: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:10: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:27: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])
^
[773/954] Compiling SwiftLintBuiltInRules ReduceBooleanRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9: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:10: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:27: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])
^
[774/954] Compiling SwiftLintBuiltInRules ReduceIntoRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9: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:10: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:27: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])
^
[775/954] Compiling SwiftLintBuiltInRules SortedFirstLastRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9: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:10: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:27: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])
^
[776/954] Compiling SwiftLintBuiltInRules AttributesConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9: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:10: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:27: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])
^
[777/954] Compiling SwiftLintBuiltInRules BlanketDisableCommandConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9: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:10: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:27: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])
^
[778/954] Compiling SwiftLintBuiltInRules CollectionAlignmentConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9: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:10: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:27: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])
^
[779/954] Compiling SwiftLintBuiltInRules ColonConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9: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:10: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:27: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])
^
[780/954] Compiling SwiftLintBuiltInRules ComputedAccessorsOrderConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9: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:10: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:27: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])
^
[781/954] Compiling SwiftLintBuiltInRules ConditionalReturnsOnNewlineConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9: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:10: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:27: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])
^
[782/954] Compiling SwiftLintBuiltInRules CyclomaticComplexityConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9: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:10: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:27: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])
^
[783/954] Compiling SwiftLintBuiltInRules DeploymentTargetConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9: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:10: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:27: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])
^
[784/954] Compiling SwiftLintBuiltInRules DiscouragedDirectInitConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9: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:10: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:27: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])
^
[785/954] Compiling SwiftLintBuiltInRules EmptyCountConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9: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:10: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:27: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])
^
[786/954] Compiling SwiftLintBuiltInRules ExpiringTodoConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9: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:10: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:27: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])
^
[787/954] Compiling SwiftLintBuiltInRules ExplicitInitConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9: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:10: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:27: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])
^
[788/954] Compiling SwiftLintBuiltInRules ExplicitTypeInterfaceConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9: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:10: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:27: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])
^
[789/954] Compiling SwiftLintBuiltInRules FileHeaderConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9: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:10: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:27: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])
^
[790/954] Compiling SwiftLintBuiltInRules FileLengthConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9: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:10: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:27: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])
^
[791/954] Compiling SwiftLintBuiltInRules FileNameConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9: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:10: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:27: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])
^
[792/954] Compiling SwiftLintBuiltInRules FileNameNoSpaceConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9: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:10: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:27: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])
^
[793/954] Compiling SwiftLintBuiltInRules FileTypesOrderConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9: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:10: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:27: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])
^
[794/954] Compiling SwiftLintBuiltInRules ForWhereConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9: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:10: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:27: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])
^
[795/954] Compiling SwiftLintBuiltInRules FunctionDefaultParameterAtEndConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9: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:10: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:27: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])
^
[796/979] Compiling SwiftLintBuiltInRules FunctionParameterCountConfiguration.swift
[797/979] Compiling SwiftLintBuiltInRules IdentifierNameConfiguration.swift
[798/979] Compiling SwiftLintBuiltInRules ImplicitReturnConfiguration.swift
[799/979] Compiling SwiftLintBuiltInRules ImplicitlyUnwrappedOptionalConfiguration.swift
[800/979] Compiling SwiftLintBuiltInRules InclusiveLanguageConfiguration.swift
[801/979] Compiling SwiftLintBuiltInRules IndentationWidthConfiguration.swift
[802/979] Compiling SwiftLintBuiltInRules LegacyObjcTypeConfiguration.swift
[803/979] Compiling SwiftLintBuiltInRules LineLengthConfiguration.swift
[804/979] Compiling SwiftLintBuiltInRules MissingDocsConfiguration.swift
[805/979] Compiling SwiftLintBuiltInRules ModifierOrderConfiguration.swift
[806/979] Compiling SwiftLintBuiltInRules MultilineArgumentsConfiguration.swift
[807/979] Compiling SwiftLintBuiltInRules MultilineParametersConfiguration.swift
[808/979] Compiling SwiftLintBuiltInRules NameConfiguration.swift
[809/979] Compiling SwiftLintBuiltInRules NestingConfiguration.swift
[810/979] Compiling SwiftLintBuiltInRules NoEmptyBlockConfiguration.swift
[811/979] Compiling SwiftLintBuiltInRules NoMagicNumbersConfiguration.swift
[812/979] Compiling SwiftLintBuiltInRules NonOverridableClassDeclarationConfiguration.swift
[813/979] Compiling SwiftLintBuiltInRules NumberSeparatorConfiguration.swift
[814/979] Compiling SwiftLintBuiltInRules ObjectLiteralConfiguration.swift
[815/979] Compiling SwiftLintBuiltInRules OpeningBraceConfiguration.swift
[816/979] Compiling SwiftLintBuiltInRules OperatorUsageWhitespaceConfiguration.swift
[817/979] Compiling SwiftLintBuiltInRules OverriddenSuperCallConfiguration.swift
[818/979] Compiling SwiftLintBuiltInRules PreferKeyPathConfiguration.swift
[819/979] Compiling SwiftLintBuiltInRules PrefixedTopLevelConstantConfiguration.swift
[820/979] Compiling SwiftLintBuiltInRules PrivateOutletConfiguration.swift
[821/1004] Compiling SwiftLintBuiltInRules NSLocalizedStringRequireBundleRule.swift
[822/1004] Compiling SwiftLintBuiltInRules NSNumberInitAsFunctionReferenceRule.swift
[823/1004] Compiling SwiftLintBuiltInRules NSObjectPreferIsEqualRule.swift
[824/1004] Compiling SwiftLintBuiltInRules NSObjectPreferIsEqualRuleExamples.swift
[825/1004] Compiling SwiftLintBuiltInRules NonOptionalStringDataConversionRule.swift
[826/1004] Compiling SwiftLintBuiltInRules NotificationCenterDetachmentRule.swift
[827/1004] Compiling SwiftLintBuiltInRules NotificationCenterDetachmentRuleExamples.swift
[828/1004] Compiling SwiftLintBuiltInRules OptionalDataStringConversionRule.swift
[829/1004] Compiling SwiftLintBuiltInRules OrphanedDocCommentRule.swift
[830/1004] Compiling SwiftLintBuiltInRules OverriddenSuperCallRule.swift
[831/1004] Compiling SwiftLintBuiltInRules OverrideInExtensionRule.swift
[832/1004] Compiling SwiftLintBuiltInRules PeriodSpacingRule.swift
[833/1004] Compiling SwiftLintBuiltInRules PrivateActionRule.swift
[834/1004] Compiling SwiftLintBuiltInRules PrivateOutletRule.swift
[835/1004] Compiling SwiftLintBuiltInRules PrivateSubjectRule.swift
[836/1004] Compiling SwiftLintBuiltInRules PrivateSubjectRuleExamples.swift
[837/1004] Compiling SwiftLintBuiltInRules PrivateSwiftUIStatePropertyRule.swift
[838/1004] Compiling SwiftLintBuiltInRules PrivateSwiftUIStatePropertyRuleExamples.swift
[839/1004] Compiling SwiftLintBuiltInRules PrivateUnitTestRule.swift
[840/1004] Compiling SwiftLintBuiltInRules ProhibitedInterfaceBuilderRule.swift
[841/1004] Compiling SwiftLintBuiltInRules ProhibitedSuperRule.swift
[842/1004] Compiling SwiftLintBuiltInRules QuickDiscouragedCallRule.swift
[843/1004] Compiling SwiftLintBuiltInRules QuickDiscouragedCallRuleExamples.swift
[844/1004] Compiling SwiftLintBuiltInRules QuickDiscouragedFocusedTestRule.swift
[845/1004] Compiling SwiftLintBuiltInRules QuickDiscouragedFocusedTestRuleExamples.swift
[846/1004] Compiling SwiftLintBuiltInRules FileNameNoSpaceRule.swift
[847/1004] Compiling SwiftLintBuiltInRules FileNameRule.swift
[848/1004] Compiling SwiftLintBuiltInRules ForWhereRule.swift
[849/1004] Compiling SwiftLintBuiltInRules ForceCastRule.swift
[850/1004] Compiling SwiftLintBuiltInRules ForceTryRule.swift
[851/1004] Compiling SwiftLintBuiltInRules ForceUnwrappingRule.swift
[852/1004] Compiling SwiftLintBuiltInRules FunctionDefaultParameterAtEndRule.swift
[853/1004] Compiling SwiftLintBuiltInRules GenericTypeNameRule.swift
[854/1004] Compiling SwiftLintBuiltInRules ImplicitlyUnwrappedOptionalRule.swift
[855/1004] Compiling SwiftLintBuiltInRules IsDisjointRule.swift
[856/1004] Compiling SwiftLintBuiltInRules JoinedDefaultParameterRule.swift
[857/1004] Compiling SwiftLintBuiltInRules LegacyCGGeometryFunctionsRule.swift
[858/1004] Compiling SwiftLintBuiltInRules LegacyConstantRule.swift
[859/1004] Compiling SwiftLintBuiltInRules LegacyConstantRuleExamples.swift
[860/1004] Compiling SwiftLintBuiltInRules LegacyConstructorRule.swift
[861/1004] Compiling SwiftLintBuiltInRules LegacyHashingRule.swift
[862/1004] Compiling SwiftLintBuiltInRules LegacyMultipleRule.swift
[863/1004] Compiling SwiftLintBuiltInRules LegacyNSGeometryFunctionsRule.swift
[864/1004] Compiling SwiftLintBuiltInRules LegacyObjcTypeRule.swift
[865/1004] Compiling SwiftLintBuiltInRules LegacyRandomRule.swift
[866/1004] Compiling SwiftLintBuiltInRules NimbleOperatorRule.swift
[867/1004] Compiling SwiftLintBuiltInRules NoEmptyBlockRule.swift
[868/1004] Compiling SwiftLintBuiltInRules NoExtensionAccessModifierRule.swift
[869/1004] Compiling SwiftLintBuiltInRules NoFallthroughOnlyRule.swift
[870/1004] Compiling SwiftLintBuiltInRules NoFallthroughOnlyRuleExamples.swift
[871/1004] Compiling SwiftLintBuiltInRules NoGroupingExtensionRule.swift
[872/1004] Compiling SwiftLintBuiltInRules NoMagicNumbersRule.swift
[873/1004] Compiling SwiftLintBuiltInRules ObjectLiteralRule.swift
[874/1004] Compiling SwiftLintBuiltInRules OneDeclarationPerFileRule.swift
[875/1004] Compiling SwiftLintBuiltInRules PatternMatchingKeywordsRule.swift
[876/1004] Compiling SwiftLintBuiltInRules PreferKeyPathRule.swift
[877/1004] Compiling SwiftLintBuiltInRules PreferNimbleRule.swift
[878/1004] Compiling SwiftLintBuiltInRules PreferTypeCheckingRule.swift
[879/1004] Compiling SwiftLintBuiltInRules PreferZeroOverExplicitInitRule.swift
[880/1004] Compiling SwiftLintBuiltInRules PrivateOverFilePrivateRule.swift
[881/1004] Compiling SwiftLintBuiltInRules RedundantNilCoalescingRule.swift
[882/1004] Compiling SwiftLintBuiltInRules RedundantObjcAttributeRule.swift
[883/1004] Compiling SwiftLintBuiltInRules RedundantObjcAttributeRuleExamples.swift
[884/1004] Compiling SwiftLintBuiltInRules RedundantOptionalInitializationRule.swift
[885/1004] Compiling SwiftLintBuiltInRules RedundantSetAccessControlRule.swift
[886/1004] Compiling SwiftLintBuiltInRules RedundantStringEnumValueRule.swift
[887/1004] Compiling SwiftLintBuiltInRules RedundantTypeAnnotationRule.swift
[888/1004] Compiling SwiftLintBuiltInRules RedundantVoidReturnRule.swift
[889/1004] Compiling SwiftLintBuiltInRules ReturnValueFromVoidFunctionRule.swift
[890/1004] Compiling SwiftLintBuiltInRules ReturnValueFromVoidFunctionRuleExamples.swift
[891/1004] Compiling SwiftLintBuiltInRules ShorthandOptionalBindingRule.swift
[892/1004] Compiling SwiftLintBuiltInRules StaticOperatorRule.swift
[893/1004] Compiling SwiftLintBuiltInRules StaticOverFinalClassRule.swift
[894/1004] Compiling SwiftLintBuiltInRules StrictFilePrivateRule.swift
[895/1004] Compiling SwiftLintBuiltInRules SyntacticSugarRule.swift
[896/1004] Compiling SwiftLintBuiltInRules Exports.swift
[897/1004] Compiling SwiftLintBuiltInRules SourceKittenDictionary+SwiftUI.swift
[898/1004] Compiling SwiftLintBuiltInRules LegacyFunctionRuleHelper.swift
[899/1004] Compiling SwiftLintBuiltInRules BuiltInRules.swift
[900/1004] Compiling SwiftLintBuiltInRules ImportUsage.swift
[901/1004] Compiling SwiftLintBuiltInRules AnonymousArgumentInMultilineClosureRule.swift
[902/1004] Compiling SwiftLintBuiltInRules BlockBasedKVORule.swift
[903/1004] Compiling SwiftLintBuiltInRules ConvenienceTypeRule.swift
[904/1004] Compiling SwiftLintBuiltInRules DiscouragedAssertRule.swift
[905/1004] Compiling SwiftLintBuiltInRules DiscouragedNoneNameRule.swift
[906/1004] Compiling SwiftLintBuiltInRules DiscouragedObjectLiteralRule.swift
[907/1004] Compiling SwiftLintBuiltInRules DiscouragedOptionalBooleanRule.swift
[908/1004] Compiling SwiftLintBuiltInRules DiscouragedOptionalBooleanRuleExamples.swift
[909/1004] Compiling SwiftLintBuiltInRules DiscouragedOptionalCollectionExamples.swift
[910/1004] Compiling SwiftLintBuiltInRules DiscouragedOptionalCollectionRule.swift
[911/1004] Compiling SwiftLintBuiltInRules DuplicateImportsRule.swift
[912/1004] Compiling SwiftLintBuiltInRules DuplicateImportsRuleExamples.swift
[913/1004] Compiling SwiftLintBuiltInRules ExplicitACLRule.swift
[914/1004] Compiling SwiftLintBuiltInRules ExplicitEnumRawValueRule.swift
[915/1004] Compiling SwiftLintBuiltInRules ExplicitInitRule.swift
[916/1004] Compiling SwiftLintBuiltInRules ExplicitTopLevelACLRule.swift
[917/1004] Compiling SwiftLintBuiltInRules ExplicitTypeInterfaceRule.swift
[918/1004] Compiling SwiftLintBuiltInRules ExtensionAccessModifierRule.swift
[919/1004] Compiling SwiftLintBuiltInRules FallthroughRule.swift
[920/1004] Compiling SwiftLintBuiltInRules FatalErrorMessageRule.swift
[921/1054] Compiling SwiftLintBuiltInRules PrivateOverFilePrivateConfiguration.swift
[922/1054] Compiling SwiftLintBuiltInRules ProhibitedSuperConfiguration.swift
[923/1054] Compiling SwiftLintBuiltInRules RedundantDiscardableLetConfiguration.swift
[924/1054] Compiling SwiftLintBuiltInRules RedundantSendableConfiguration.swift
[925/1054] Compiling SwiftLintBuiltInRules RedundantTypeAnnotationConfiguration.swift
[926/1054] Compiling SwiftLintBuiltInRules RedundantVoidReturnConfiguration.swift
[927/1054] Compiling SwiftLintBuiltInRules RequiredEnumCaseConfiguration.swift
[928/1054] Compiling SwiftLintBuiltInRules SelfBindingConfiguration.swift
[929/1054] Compiling SwiftLintBuiltInRules ShorthandArgumentConfiguration.swift
[930/1054] Compiling SwiftLintBuiltInRules SortedImportsConfiguration.swift
[931/1054] Compiling SwiftLintBuiltInRules StatementPositionConfiguration.swift
[932/1054] Compiling SwiftLintBuiltInRules SwitchCaseAlignmentConfiguration.swift
[933/1054] Compiling SwiftLintBuiltInRules TestCaseAccessibilityConfiguration.swift
[934/1054] Compiling SwiftLintBuiltInRules TodoConfiguration.swift
[935/1054] Compiling SwiftLintBuiltInRules TrailingClosureConfiguration.swift
[936/1054] Compiling SwiftLintBuiltInRules TrailingCommaConfiguration.swift
[937/1054] Compiling SwiftLintBuiltInRules TrailingWhitespaceConfiguration.swift
[938/1054] Compiling SwiftLintBuiltInRules TypeContentsOrderConfiguration.swift
[939/1054] Compiling SwiftLintBuiltInRules TypeNameConfiguration.swift
[940/1054] Compiling SwiftLintBuiltInRules UnitTestConfiguration.swift
[941/1054] Compiling SwiftLintBuiltInRules UnneededOverrideRuleConfiguration.swift
[942/1054] Compiling SwiftLintBuiltInRules UnusedDeclarationConfiguration.swift
[943/1054] Compiling SwiftLintBuiltInRules UnusedImportConfiguration.swift
[944/1054] Compiling SwiftLintBuiltInRules UnusedOptionalBindingConfiguration.swift
[945/1054] Compiling SwiftLintBuiltInRules VerticalWhitespaceClosingBracesConfiguration.swift
[946/1054] Compiling SwiftLintBuiltInRules VerticalWhitespaceConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/ClosureEndIndentationRule.swift:17: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]")
^
[947/1054] Compiling SwiftLintBuiltInRules XCTSpecificMatcherConfiguration.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/ClosureEndIndentationRule.swift:17: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]")
^
[948/1054] Compiling SwiftLintBuiltInRules AttributeNameSpacingRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/ClosureEndIndentationRule.swift:17: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]")
^
[949/1054] Compiling SwiftLintBuiltInRules AttributesRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/ClosureEndIndentationRule.swift:17: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]")
^
[950/1054] Compiling SwiftLintBuiltInRules AttributesRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/ClosureEndIndentationRule.swift:17: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]")
^
[951/1054] Compiling SwiftLintBuiltInRules ClosingBraceRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/ClosureEndIndentationRule.swift:17: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]")
^
[952/1054] Compiling SwiftLintBuiltInRules ClosureEndIndentationRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/ClosureEndIndentationRule.swift:17: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]")
^
[953/1054] Compiling SwiftLintBuiltInRules ClosureEndIndentationRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/ClosureEndIndentationRule.swift:17: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]")
^
[954/1054] Compiling SwiftLintBuiltInRules ClosureParameterPositionRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/ClosureEndIndentationRule.swift:17: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]")
^
[955/1054] Compiling SwiftLintBuiltInRules ClosureSpacingRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/ClosureEndIndentationRule.swift:17: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]")
^
[956/1054] Compiling SwiftLintBuiltInRules CollectionAlignmentRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/ClosureEndIndentationRule.swift:17: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]")
^
[957/1054] Compiling SwiftLintBuiltInRules ColonRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/ClosureEndIndentationRule.swift:17: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]")
^
[958/1054] Compiling SwiftLintBuiltInRules ColonRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/ClosureEndIndentationRule.swift:17: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]")
^
[959/1054] Compiling SwiftLintBuiltInRules CommaInheritanceRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/ClosureEndIndentationRule.swift:17: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]")
^
[960/1054] Compiling SwiftLintBuiltInRules CommaRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/ClosureEndIndentationRule.swift:17: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]")
^
[961/1054] Compiling SwiftLintBuiltInRules ComputedAccessorsOrderRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/ClosureEndIndentationRule.swift:17: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]")
^
[962/1054] Compiling SwiftLintBuiltInRules ComputedAccessorsOrderRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/ClosureEndIndentationRule.swift:17: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]")
^
[963/1054] Compiling SwiftLintBuiltInRules ConditionalReturnsOnNewlineRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/ClosureEndIndentationRule.swift:17: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]")
^
[964/1054] Compiling SwiftLintBuiltInRules ContrastedOpeningBraceRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/ClosureEndIndentationRule.swift:17: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]")
^
[965/1054] Compiling SwiftLintBuiltInRules ContrastedOpeningBraceRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/ClosureEndIndentationRule.swift:17: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]")
^
[966/1054] Compiling SwiftLintBuiltInRules ControlStatementRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/ClosureEndIndentationRule.swift:17: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]")
^
[967/1054] Compiling SwiftLintBuiltInRules DirectReturnRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/ClosureEndIndentationRule.swift:17: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]")
^
[968/1054] Compiling SwiftLintBuiltInRules EmptyEnumArgumentsRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/ClosureEndIndentationRule.swift:17: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]")
^
[969/1054] Compiling SwiftLintBuiltInRules EmptyParametersRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/ClosureEndIndentationRule.swift:17: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]")
^
[970/1054] Compiling SwiftLintBuiltInRules EmptyParenthesesWithTrailingClosureRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/ClosureEndIndentationRule.swift:17: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]")
^
[971/1054] Compiling SwiftLintBuiltInRules ExplicitSelfRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let typeKinds: Set<SwiftDeclarationKind> = [
^
/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:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[972/1054] Compiling SwiftLintBuiltInRules ExplicitSelfRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let typeKinds: Set<SwiftDeclarationKind> = [
^
/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:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[973/1054] Compiling SwiftLintBuiltInRules FileHeaderRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let typeKinds: Set<SwiftDeclarationKind> = [
^
/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:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[974/1054] Compiling SwiftLintBuiltInRules FileTypesOrderRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let typeKinds: Set<SwiftDeclarationKind> = [
^
/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:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[975/1054] Compiling SwiftLintBuiltInRules FileTypesOrderRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let typeKinds: Set<SwiftDeclarationKind> = [
^
/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:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[976/1054] Compiling SwiftLintBuiltInRules IdentifierNameRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let typeKinds: Set<SwiftDeclarationKind> = [
^
/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:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[977/1054] Compiling SwiftLintBuiltInRules IdentifierNameRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let typeKinds: Set<SwiftDeclarationKind> = [
^
/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:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[978/1054] Compiling SwiftLintBuiltInRules ImplicitGetterRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let typeKinds: Set<SwiftDeclarationKind> = [
^
/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:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[979/1054] Compiling SwiftLintBuiltInRules ImplicitGetterRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let typeKinds: Set<SwiftDeclarationKind> = [
^
/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:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[980/1054] Compiling SwiftLintBuiltInRules ImplicitReturnRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let typeKinds: Set<SwiftDeclarationKind> = [
^
/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:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[981/1054] Compiling SwiftLintBuiltInRules ImplicitReturnRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let typeKinds: Set<SwiftDeclarationKind> = [
^
/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:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[982/1054] Compiling SwiftLintBuiltInRules InclusiveLanguageRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let typeKinds: Set<SwiftDeclarationKind> = [
^
/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:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[983/1054] Compiling SwiftLintBuiltInRules InclusiveLanguageRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let typeKinds: Set<SwiftDeclarationKind> = [
^
/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:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[984/1054] Compiling SwiftLintBuiltInRules IndentationWidthRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let typeKinds: Set<SwiftDeclarationKind> = [
^
/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:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[985/1054] Compiling SwiftLintBuiltInRules LeadingWhitespaceRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let typeKinds: Set<SwiftDeclarationKind> = [
^
/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:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[986/1054] Compiling SwiftLintBuiltInRules LetVarWhitespaceRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let typeKinds: Set<SwiftDeclarationKind> = [
^
/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:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[987/1054] Compiling SwiftLintBuiltInRules LiteralExpressionEndIndentationRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let typeKinds: Set<SwiftDeclarationKind> = [
^
/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:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[988/1054] Compiling SwiftLintBuiltInRules ModifierOrderRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let typeKinds: Set<SwiftDeclarationKind> = [
^
/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:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[989/1054] Compiling SwiftLintBuiltInRules ModifierOrderRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let typeKinds: Set<SwiftDeclarationKind> = [
^
/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:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[990/1054] Compiling SwiftLintBuiltInRules MultilineArgumentsBracketsRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let typeKinds: Set<SwiftDeclarationKind> = [
^
/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:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[991/1054] Compiling SwiftLintBuiltInRules MultilineArgumentsRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let typeKinds: Set<SwiftDeclarationKind> = [
^
/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:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[992/1054] Compiling SwiftLintBuiltInRules MultilineArgumentsRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let typeKinds: Set<SwiftDeclarationKind> = [
^
/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:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[993/1054] Compiling SwiftLintBuiltInRules MultilineFunctionChainsRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let typeKinds: Set<SwiftDeclarationKind> = [
^
/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:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[994/1054] Compiling SwiftLintBuiltInRules MultilineLiteralBracketsRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let typeKinds: Set<SwiftDeclarationKind> = [
^
/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:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[995/1054] Compiling SwiftLintBuiltInRules MultilineParametersBracketsRule.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SwiftDeclarationKind+SwiftLint.swift:30:16: warning: static property 'typeKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let typeKinds: Set<SwiftDeclarationKind> = [
^
/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:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
[996/1054] 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/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it 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/SwiftDeclarationKind+SwiftLint.swift:13:16: warning: static property 'functionKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let functionKinds: Set<SwiftDeclarationKind> = [
^
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/RuleConfigurations/FileHeaderConfiguration.swift:9: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:10: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:27: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/ClosureEndIndentationRule.swift:17: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/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: [])
^
[997/1054] Compiling SwiftLintBuiltInRules SingleTestClassRule.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])
^
[998/1054] 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])
^
[999/1054] 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])
^
[1000/1054] 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])
^
[1001/1054] 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])
^
[1002/1054] 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])
^
[1003/1054] 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])
^
[1004/1054] 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])
^
[1005/1054] 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])
^
[1006/1054] 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])
^
[1007/1054] 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])
^
[1008/1054] 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])
^
[1009/1054] 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])
^
[1010/1054] 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])
^
[1011/1054] 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])
^
[1012/1054] 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])
^
[1013/1054] 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])
^
[1014/1054] 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])
^
[1015/1054] 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])
^
[1016/1054] 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])
^
[1017/1054] 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])
^
[1018/1054] 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])
^
[1019/1054] 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])
^
[1020/1054] 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])
^
[1021/1054] 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])
^
[1022/1054] Compiling SwiftLintBuiltInRules MultilineParametersRule.swift
[1023/1054] Compiling SwiftLintBuiltInRules MultilineParametersRuleExamples.swift
[1024/1054] Compiling SwiftLintBuiltInRules MultipleClosuresWithTrailingClosureRule.swift
[1025/1054] Compiling SwiftLintBuiltInRules NoSpaceInMethodCallRule.swift
[1026/1054] Compiling SwiftLintBuiltInRules NonOverridableClassDeclarationRule.swift
[1027/1054] Compiling SwiftLintBuiltInRules NumberSeparatorRule.swift
[1028/1054] Compiling SwiftLintBuiltInRules NumberSeparatorRuleExamples.swift
[1029/1054] Compiling SwiftLintBuiltInRules OpeningBraceRule.swift
[1030/1054] Compiling SwiftLintBuiltInRules OpeningBraceRuleExamples.swift
[1031/1054] Compiling SwiftLintBuiltInRules OperatorFunctionWhitespaceRule.swift
[1032/1054] Compiling SwiftLintBuiltInRules OperatorUsageWhitespaceRule.swift
[1033/1054] Compiling SwiftLintBuiltInRules OperatorUsageWhitespaceRuleExamples.swift
[1034/1054] Compiling SwiftLintBuiltInRules OptionalEnumCaseMatchingRule.swift
[1035/1054] Compiling SwiftLintBuiltInRules PreferSelfInStaticReferencesRule.swift
[1036/1054] Compiling SwiftLintBuiltInRules PreferSelfInStaticReferencesRuleExamples.swift
[1037/1054] Compiling SwiftLintBuiltInRules PreferSelfTypeOverTypeOfSelfRule.swift
[1038/1054] Compiling SwiftLintBuiltInRules PrefixedTopLevelConstantRule.swift
[1039/1054] Compiling SwiftLintBuiltInRules ProtocolPropertyAccessorsOrderRule.swift
[1040/1054] Compiling SwiftLintBuiltInRules RedundantDiscardableLetRule.swift
[1041/1054] Compiling SwiftLintBuiltInRules RedundantSelfInClosureRule.swift
[1042/1054] Compiling SwiftLintBuiltInRules RedundantSelfInClosureRuleExamples.swift
[1043/1054] Compiling SwiftLintBuiltInRules ReturnArrowWhitespaceRule.swift
[1044/1054] Compiling SwiftLintBuiltInRules SelfBindingRule.swift
[1045/1054] Compiling SwiftLintBuiltInRules ShorthandArgumentRule.swift
[1046/1054] Compiling SwiftLintBuiltInRules ShorthandOperatorRule.swift
[1047/1055] Wrapping AST for SwiftLintBuiltInRules for debugging
[1049/1107] Compiling SwiftLintFramework Exports.swift
[1050/1107] Compiling SwiftLintFramework FileManager+SwiftLint.swift
[1051/1107] Compiling SwiftLintFramework String+XML.swift
[1052/1107] Compiling SwiftLintFramework String+sha256.swift
[1053/1107] Compiling SwiftLintFramework ExecutableInfo.swift
[1054/1107] Compiling SwiftLintFramework Glob.swift
[1055/1107] Compiling SwiftLintFramework Reachability.swift
[1056/1114] Compiling SwiftLintFramework EmojiReporter.swift
[1057/1114] Compiling SwiftLintFramework GitHubActionsLoggingReporter.swift
[1058/1114] Compiling SwiftLintFramework GitLabJUnitReporter.swift
[1059/1114] Compiling SwiftLintFramework HTMLReporter.swift
[1060/1114] Compiling SwiftLintFramework JSONReporter.swift
[1061/1114] Compiling SwiftLintFramework JUnitReporter.swift
[1062/1114] Compiling SwiftLintFramework MarkdownReporter.swift
[1063/1114] Compiling SwiftLintFramework RelativePathReporter.swift
[1064/1114] Compiling SwiftLintFramework Reporter.swift
[1065/1114] Compiling SwiftLintFramework SARIFReporter.swift
[1066/1114] Compiling SwiftLintFramework SonarQubeReporter.swift
[1067/1114] Compiling SwiftLintFramework SummaryReporter.swift
[1068/1114] Compiling SwiftLintFramework XcodeReporter.swift
[1069/1114] Compiling SwiftLintFramework CoreRules.swift
[1070/1114] 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 {
~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
[1071/1114] 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 {
~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
[1072/1114] 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 {
~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
[1073/1114] 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 {
~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
[1074/1114] 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 {
~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
[1075/1114] 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 {
~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
[1076/1114] 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 {
~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
[1077/1114] 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 {
~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~
[1078/1114] Compiling SwiftLintFramework Version.swift
[1079/1114] Compiling SwiftLintFramework YamlParser.swift
[1080/1114] Compiling SwiftLintFramework ProcessInfo+XcodeCloud.swift
[1081/1114] Compiling SwiftLintFramework ProgressBar.swift
[1082/1114] Compiling SwiftLintFramework CSVReporter.swift
[1083/1114] Compiling SwiftLintFramework CheckstyleReporter.swift
[1084/1114] Compiling SwiftLintFramework CodeClimateReporter.swift
[1085/1114] 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 {
~~~~ ^~~~~~~~
[1086/1114] 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 {
~~~~ ^~~~~~~~
[1087/1114] 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 {
~~~~ ^~~~~~~~
[1088/1114] 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 {
~~~~ ^~~~~~~~
[1089/1114] 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 {
~~~~ ^~~~~~~~
[1090/1114] 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 {
~~~~ ^~~~~~~~
[1091/1114] 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 {
~~~~ ^~~~~~~~
[1092/1114] 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
^
[1093/1114] 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
^
[1094/1114] 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
^
[1095/1114] 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
^
[1096/1114] 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
^
[1097/1114] 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
^
[1098/1114] 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
^
[1099/1114] Compiling SwiftLintFramework Benchmark.swift
[1100/1114] Compiling SwiftLintFramework CompilerArgumentsExtractor.swift
[1101/1114] Compiling SwiftLintFramework Configuration+CommandLine.swift
[1102/1114] Compiling SwiftLintFramework Configuration+Cache.swift
[1103/1114] Compiling SwiftLintFramework Configuration+FileGraph.swift
[1104/1114] Compiling SwiftLintFramework Configuration+FileGraphSubtypes.swift
[1105/1114] Compiling SwiftLintFramework Configuration+IndentationStyle.swift
[1106/1114] Compiling SwiftLintFramework Configuration+LintableFiles.swift
[1107/1114] Emitting module SwiftLintFramework
error: fatalError
BUILD FAILURE 5.10 linux