Build Information
Failed to build SwiftLint, reference main (fb3ce5
), with Swift 5.10 for Linux on 12 Nov 2024 21:21:29 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
[651/705] Compiling SwiftLintCore SyntaxClassification+isComment.swift
[652/705] Compiling SwiftLintCore SyntaxKind+SwiftLint.swift
[653/705] Compiling SwiftLintCore ExecutableInfo.swift
[654/705] Compiling SwiftLintCore Glob.swift
[655/705] Compiling SwiftLintCore Macros.swift
[656/705] Compiling SwiftLintCore Reachability.swift
[657/705] Compiling SwiftLintCore Stack.swift
[658/705] Compiling SwiftLintCore RuleDocumentation.swift
[659/705] Compiling SwiftLintCore RuleListDocumentation.swift
[660/705] Compiling SwiftLintCore Array+SwiftLint.swift
[661/705] Compiling SwiftLintCore ByteCount+SwiftSyntax.swift
[662/705] Compiling SwiftLintCore Collection+Windows.swift
[663/705] Compiling SwiftLintCore Configuration+Cache.swift
[664/705] Compiling SwiftLintCore Configuration+FileGraph.swift
[665/705] Compiling SwiftLintCore Configuration+FileGraphSubtypes.swift
[666/705] Compiling SwiftLintCore Configuration+IndentationStyle.swift
[667/705] Compiling SwiftLintCore Configuration+LintableFiles.swift
[668/705] Compiling SwiftLintCore Configuration+Merging.swift
[669/705] Compiling SwiftLintCore Configuration+Parsing.swift
[670/705] Compiling SwiftLintCore Configuration+Remote.swift
[671/705] Compiling SwiftLintCore Configuration+RulesMode.swift
[672/705] Compiling SwiftLintCore AccessControlLevel.swift
[673/705] Compiling SwiftLintCore Baseline.swift
[674/705] Compiling SwiftLintCore ChildOptionSeverityConfiguration.swift
[675/705] Compiling SwiftLintCore Command.swift
[676/705] Compiling SwiftLintCore Configuration.swift
[677/705] Compiling SwiftLintCore ConfigurationRuleWrapper.swift
[678/705] Compiling SwiftLintCore Correction.swift
[679/705] Compiling SwiftLintCore CustomRuleTimer.swift
[680/705] Compiling SwiftLintCore Example.swift
[681/705] Compiling SwiftLintCore HashableConfigurationRuleWrapperWrapper.swift
[682/705] Compiling SwiftLintCore Issue.swift
[683/705] Compiling SwiftLintCore Linter.swift
[684/705] Compiling SwiftLintCore LinterCache.swift
[685/705] Compiling SwiftLintCore Location.swift
[686/705] Compiling SwiftLintCore SARIFReporter.swift
[687/705] Compiling SwiftLintCore SonarQubeReporter.swift
[688/705] Compiling SwiftLintCore SummaryReporter.swift
[689/705] Compiling SwiftLintCore XcodeReporter.swift
[690/705] Compiling SwiftLintCore CodeIndentingRewriter.swift
[691/705] Compiling SwiftLintCore RegexConfiguration.swift
[692/705] Compiling SwiftLintCore SeverityLevelsConfiguration.swift
[693/705] Compiling SwiftLintCore CoreRules.swift
[694/705] Compiling SwiftLintCore CustomRules.swift
[695/705] Compiling SwiftLintCore SuperfluousDisableCommandRule.swift
[696/705] Compiling SwiftLintCore CommandVisitor.swift
[697/705] Compiling SwiftLintCore DeclaredIdentifiersTrackingVisitor.swift
[698/705] Compiling SwiftLintCore ViolationsSyntaxVisitor.swift
[699/706] Wrapping AST for SwiftLintCore for debugging
[701/709] Compiling SwiftLintExtraRules Exports.swift
[702/709] Emitting module SwiftLintExtraRules
[703/709] Compiling SwiftLintExtraRules ExtraRules.swift
[704/886] Wrapping AST for SwiftLintExtraRules for debugging
[706/886] Compiling SwiftLintBuiltInRules QuickDiscouragedPendingTestRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
private static let mapTypePatterns = [
^
[707/886] 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 = [
^
[708/886] 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 = [
^
[709/886] 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 = [
^
[710/886] 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 = [
^
[711/886] 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 = [
^
[712/886] 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 = [
^
[713/886] 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 = [
^
[714/886] 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 = [
^
[715/886] 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 = [
^
[716/886] 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 = [
^
[717/886] 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 = [
^
[718/886] 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 = [
^
[719/886] 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 = [
^
[720/886] Compiling SwiftLintBuiltInRules UnusedCaptureListRule.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 = [
^
[721/886] 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 = [
^
[722/886] 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 = [
^
[723/886] 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 = [
^
[724/886] 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 = [
^
[725/886] 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 = [
^
[726/886] 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 = [
^
[727/886] 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 = [
^
[728/886] 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 = [
^
[729/886] 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 = [
^
[730/886] Compiling SwiftLintBuiltInRules ValidIBInspectableRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Lint/TypesafeArrayInitRule.swift:54:24: warning: static property 'mapTypePatterns' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
private static let mapTypePatterns = [
^
[731/886] Compiling SwiftLintBuiltInRules NSNumberInitAsFunctionReferenceRule.swift
[732/886] Compiling SwiftLintBuiltInRules NSObjectPreferIsEqualRule.swift
[733/886] Compiling SwiftLintBuiltInRules NSObjectPreferIsEqualRuleExamples.swift
[734/886] Compiling SwiftLintBuiltInRules NonOptionalStringDataConversionRule.swift
[735/886] Compiling SwiftLintBuiltInRules NotificationCenterDetachmentRule.swift
[736/886] Compiling SwiftLintBuiltInRules NotificationCenterDetachmentRuleExamples.swift
[737/886] Compiling SwiftLintBuiltInRules OptionalDataStringConversionRule.swift
[738/886] Compiling SwiftLintBuiltInRules OrphanedDocCommentRule.swift
[739/886] Compiling SwiftLintBuiltInRules OverriddenSuperCallRule.swift
[740/886] Compiling SwiftLintBuiltInRules OverrideInExtensionRule.swift
[741/886] Compiling SwiftLintBuiltInRules PeriodSpacingRule.swift
[742/886] Compiling SwiftLintBuiltInRules PrivateActionRule.swift
[743/886] Compiling SwiftLintBuiltInRules PrivateOutletRule.swift
[744/886] Compiling SwiftLintBuiltInRules PrivateSubjectRule.swift
[745/886] Compiling SwiftLintBuiltInRules PrivateSubjectRuleExamples.swift
[746/886] Compiling SwiftLintBuiltInRules PrivateSwiftUIStatePropertyRule.swift
[747/886] Compiling SwiftLintBuiltInRules PrivateSwiftUIStatePropertyRuleExamples.swift
[748/886] Compiling SwiftLintBuiltInRules PrivateUnitTestRule.swift
[749/886] Compiling SwiftLintBuiltInRules ProhibitedInterfaceBuilderRule.swift
[750/886] Compiling SwiftLintBuiltInRules ProhibitedSuperRule.swift
[751/886] Compiling SwiftLintBuiltInRules QuickDiscouragedCallRule.swift
[752/886] Compiling SwiftLintBuiltInRules QuickDiscouragedCallRuleExamples.swift
[753/886] Compiling SwiftLintBuiltInRules QuickDiscouragedFocusedTestRule.swift
[754/886] Compiling SwiftLintBuiltInRules QuickDiscouragedFocusedTestRuleExamples.swift
[755/886] Compiling SwiftLintBuiltInRules QuickDiscouragedPendingTestRule.swift
[756/936] Compiling SwiftLintBuiltInRules NoGroupingExtensionRule.swift
[757/936] Compiling SwiftLintBuiltInRules NoMagicNumbersRule.swift
[758/936] Compiling SwiftLintBuiltInRules ObjectLiteralRule.swift
[759/936] Compiling SwiftLintBuiltInRules OneDeclarationPerFileRule.swift
[760/936] Compiling SwiftLintBuiltInRules PatternMatchingKeywordsRule.swift
[761/936] Compiling SwiftLintBuiltInRules PreferKeyPathRule.swift
[762/936] Compiling SwiftLintBuiltInRules PreferNimbleRule.swift
[763/936] Compiling SwiftLintBuiltInRules PreferTypeCheckingRule.swift
[764/936] Compiling SwiftLintBuiltInRules PreferZeroOverExplicitInitRule.swift
[765/936] Compiling SwiftLintBuiltInRules PrivateOverFilePrivateRule.swift
[766/936] Compiling SwiftLintBuiltInRules RedundantNilCoalescingRule.swift
[767/936] Compiling SwiftLintBuiltInRules RedundantObjcAttributeRule.swift
[768/936] Compiling SwiftLintBuiltInRules RedundantObjcAttributeRuleExamples.swift
[769/936] Compiling SwiftLintBuiltInRules RedundantOptionalInitializationRule.swift
[770/936] Compiling SwiftLintBuiltInRules RedundantSetAccessControlRule.swift
[771/936] Compiling SwiftLintBuiltInRules RedundantStringEnumValueRule.swift
[772/936] Compiling SwiftLintBuiltInRules RedundantTypeAnnotationRule.swift
[773/936] Compiling SwiftLintBuiltInRules RedundantVoidReturnRule.swift
[774/936] Compiling SwiftLintBuiltInRules ReturnValueFromVoidFunctionRule.swift
[775/936] Compiling SwiftLintBuiltInRules ReturnValueFromVoidFunctionRuleExamples.swift
[776/936] Compiling SwiftLintBuiltInRules ShorthandOptionalBindingRule.swift
[777/936] Compiling SwiftLintBuiltInRules StaticOperatorRule.swift
[778/936] Compiling SwiftLintBuiltInRules StaticOverFinalClassRule.swift
[779/936] Compiling SwiftLintBuiltInRules StrictFilePrivateRule.swift
[780/936] Compiling SwiftLintBuiltInRules SyntacticSugarRule.swift
[781/961] 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> = [
^
[782/961] 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> = [
^
[783/961] 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> = [
^
[784/961] 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> = [
^
[785/961] 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> = [
^
[786/961] 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> = [
^
[787/961] 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> = [
^
[788/961] 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> = [
^
[789/961] 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> = [
^
[790/961] 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> = [
^
[791/961] 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> = [
^
[792/961] 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> = [
^
[793/961] 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> = [
^
[794/961] 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> = [
^
[795/961] 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> = [
^
[796/961] 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> = [
^
[797/961] 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> = [
^
[798/961] 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> = [
^
[799/961] 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> = [
^
[800/961] 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> = [
^
[801/961] 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> = [
^
[802/961] 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> = [
^
[803/961] 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> = [
^
[804/961] 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> = [
^
[805/961] Compiling SwiftLintBuiltInRules FlatMapOverMapReduceRule.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> = [
^
[806/986] 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])
^
[807/986] 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])
^
[808/986] 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])
^
[809/986] 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])
^
[810/986] 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])
^
[811/986] 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])
^
[812/986] 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])
^
[813/986] 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])
^
[814/986] 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])
^
[815/986] 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])
^
[816/986] 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])
^
[817/986] 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])
^
[818/986] 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])
^
[819/986] 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])
^
[820/986] 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])
^
[821/986] 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])
^
[822/986] 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])
^
[823/986] 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])
^
[824/986] 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])
^
[825/986] 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])
^
[826/986] 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])
^
[827/986] 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])
^
[828/986] 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])
^
[829/986] Compiling SwiftLintBuiltInRules FunctionParameterCountConfiguration.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])
^
[830/986] Compiling SwiftLintBuiltInRules IdentifierNameConfiguration.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])
^
[831/1011] Compiling SwiftLintBuiltInRules ImplicitReturnConfiguration.swift
[832/1011] Compiling SwiftLintBuiltInRules ImplicitlyUnwrappedOptionalConfiguration.swift
[833/1011] Compiling SwiftLintBuiltInRules InclusiveLanguageConfiguration.swift
[834/1011] Compiling SwiftLintBuiltInRules IndentationWidthConfiguration.swift
[835/1011] Compiling SwiftLintBuiltInRules LineLengthConfiguration.swift
[836/1011] Compiling SwiftLintBuiltInRules MissingDocsConfiguration.swift
[837/1011] Compiling SwiftLintBuiltInRules ModifierOrderConfiguration.swift
[838/1011] Compiling SwiftLintBuiltInRules MultilineArgumentsConfiguration.swift
[839/1011] Compiling SwiftLintBuiltInRules MultilineParametersConfiguration.swift
[840/1011] Compiling SwiftLintBuiltInRules NameConfiguration.swift
[841/1011] Compiling SwiftLintBuiltInRules NestingConfiguration.swift
[842/1011] Compiling SwiftLintBuiltInRules NoEmptyBlockConfiguration.swift
[843/1011] Compiling SwiftLintBuiltInRules NonOverridableClassDeclarationConfiguration.swift
[844/1011] Compiling SwiftLintBuiltInRules NumberSeparatorConfiguration.swift
[845/1011] Compiling SwiftLintBuiltInRules ObjectLiteralConfiguration.swift
[846/1011] Compiling SwiftLintBuiltInRules OpeningBraceConfiguration.swift
[847/1011] Compiling SwiftLintBuiltInRules OperatorUsageWhitespaceConfiguration.swift
[848/1011] Compiling SwiftLintBuiltInRules OverriddenSuperCallConfiguration.swift
[849/1011] Compiling SwiftLintBuiltInRules PreferKeyPathConfiguration.swift
[850/1011] Compiling SwiftLintBuiltInRules PrefixedTopLevelConstantConfiguration.swift
[851/1011] Compiling SwiftLintBuiltInRules PrivateOutletConfiguration.swift
[852/1011] Compiling SwiftLintBuiltInRules PrivateOverFilePrivateConfiguration.swift
[853/1011] Compiling SwiftLintBuiltInRules PrivateUnitTestConfiguration.swift
[854/1011] Compiling SwiftLintBuiltInRules ProhibitedSuperConfiguration.swift
[855/1011] Compiling SwiftLintBuiltInRules RedundantTypeAnnotationConfiguration.swift
[856/1035] Compiling SwiftLintBuiltInRules CommentSpacingRule.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> = [
^
[857/1035] Compiling SwiftLintBuiltInRules CompilerProtocolInitRule.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> = [
^
[858/1035] Compiling SwiftLintBuiltInRules DeploymentTargetRule.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> = [
^
[859/1035] Compiling SwiftLintBuiltInRules DeploymentTargetRuleExamples.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> = [
^
[860/1035] Compiling SwiftLintBuiltInRules DiscardedNotificationCenterObserverRule.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> = [
^
[861/1035] Compiling SwiftLintBuiltInRules DiscouragedDirectInitRule.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> = [
^
[862/1035] Compiling SwiftLintBuiltInRules DuplicateConditionsRule.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> = [
^
[863/1035] Compiling SwiftLintBuiltInRules DuplicateEnumCasesRule.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> = [
^
[864/1035] Compiling SwiftLintBuiltInRules DuplicatedKeyInDictionaryLiteralRule.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> = [
^
[865/1035] Compiling SwiftLintBuiltInRules DynamicInlineRule.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> = [
^
[866/1035] Compiling SwiftLintBuiltInRules EmptyXCTestMethodRule.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> = [
^
[867/1035] Compiling SwiftLintBuiltInRules EmptyXCTestMethodRuleExamples.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> = [
^
[868/1035] Compiling SwiftLintBuiltInRules ExpiringTodoRule.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> = [
^
[869/1035] Compiling SwiftLintBuiltInRules IBInspectableInExtensionRule.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> = [
^
[870/1035] Compiling SwiftLintBuiltInRules IdenticalOperandsRule.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> = [
^
[871/1035] Compiling SwiftLintBuiltInRules InertDeferRule.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> = [
^
[872/1035] Compiling SwiftLintBuiltInRules InvalidSwiftLintCommandRule.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> = [
^
[873/1035] Compiling SwiftLintBuiltInRules LocalDocCommentRule.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> = [
^
[874/1035] Compiling SwiftLintBuiltInRules LowerACLThanParentRule.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> = [
^
[875/1035] Compiling SwiftLintBuiltInRules MarkRule.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> = [
^
[876/1035] Compiling SwiftLintBuiltInRules MarkRuleExamples.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> = [
^
[877/1035] Compiling SwiftLintBuiltInRules MissingDocsRule.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> = [
^
[878/1035] Compiling SwiftLintBuiltInRules MissingDocsRuleExamples.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> = [
^
[879/1035] Compiling SwiftLintBuiltInRules NSLocalizedStringKeyRule.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> = [
^
[880/1035] Compiling SwiftLintBuiltInRules NSLocalizedStringRequireBundleRule.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> = [
^
[881/1035] Compiling SwiftLintBuiltInRules Exports.swift
[882/1035] Compiling SwiftLintBuiltInRules SourceKittenDictionary+SwiftUI.swift
[883/1035] Compiling SwiftLintBuiltInRules LegacyFunctionRuleHelper.swift
[884/1035] Compiling SwiftLintBuiltInRules BuiltInRules.swift
[885/1035] Compiling SwiftLintBuiltInRules ImportUsage.swift
[886/1035] Compiling SwiftLintBuiltInRules AnonymousArgumentInMultilineClosureRule.swift
[887/1035] Compiling SwiftLintBuiltInRules BlockBasedKVORule.swift
[888/1035] Compiling SwiftLintBuiltInRules ConvenienceTypeRule.swift
[889/1035] Compiling SwiftLintBuiltInRules DiscouragedAssertRule.swift
[890/1035] Compiling SwiftLintBuiltInRules DiscouragedNoneNameRule.swift
[891/1035] Compiling SwiftLintBuiltInRules DiscouragedObjectLiteralRule.swift
[892/1035] Compiling SwiftLintBuiltInRules DiscouragedOptionalBooleanRule.swift
[893/1035] Compiling SwiftLintBuiltInRules DiscouragedOptionalBooleanRuleExamples.swift
[894/1035] Compiling SwiftLintBuiltInRules DiscouragedOptionalCollectionExamples.swift
[895/1035] Compiling SwiftLintBuiltInRules DiscouragedOptionalCollectionRule.swift
[896/1035] Compiling SwiftLintBuiltInRules DuplicateImportsRule.swift
[897/1035] Compiling SwiftLintBuiltInRules DuplicateImportsRuleExamples.swift
[898/1035] Compiling SwiftLintBuiltInRules ExplicitACLRule.swift
[899/1035] Compiling SwiftLintBuiltInRules ExplicitEnumRawValueRule.swift
[900/1035] Compiling SwiftLintBuiltInRules ExplicitInitRule.swift
[901/1035] Compiling SwiftLintBuiltInRules ExplicitTopLevelACLRule.swift
[902/1035] Compiling SwiftLintBuiltInRules ExplicitTypeInterfaceRule.swift
[903/1035] Compiling SwiftLintBuiltInRules ExtensionAccessModifierRule.swift
[904/1035] Compiling SwiftLintBuiltInRules FallthroughRule.swift
[905/1035] Compiling SwiftLintBuiltInRules FatalErrorMessageRule.swift
[906/1083] Compiling SwiftLintBuiltInRules RedundantVoidReturnConfiguration.swift
[907/1083] Compiling SwiftLintBuiltInRules RequiredEnumCaseConfiguration.swift
[908/1083] Compiling SwiftLintBuiltInRules SelfBindingConfiguration.swift
[909/1083] Compiling SwiftLintBuiltInRules ShorthandArgumentConfiguration.swift
[910/1083] Compiling SwiftLintBuiltInRules SortedImportsConfiguration.swift
[911/1083] Compiling SwiftLintBuiltInRules StatementPositionConfiguration.swift
[912/1083] Compiling SwiftLintBuiltInRules SwitchCaseAlignmentConfiguration.swift
[913/1083] Compiling SwiftLintBuiltInRules TestCaseAccessibilityConfiguration.swift
[914/1083] Compiling SwiftLintBuiltInRules TodoConfiguration.swift
[915/1083] Compiling SwiftLintBuiltInRules TrailingClosureConfiguration.swift
[916/1083] Compiling SwiftLintBuiltInRules TrailingCommaConfiguration.swift
[917/1083] Compiling SwiftLintBuiltInRules TrailingWhitespaceConfiguration.swift
[918/1083] Compiling SwiftLintBuiltInRules TypeContentsOrderConfiguration.swift
[919/1083] Compiling SwiftLintBuiltInRules TypeNameConfiguration.swift
[920/1083] Compiling SwiftLintBuiltInRules UnitTestConfiguration.swift
[921/1083] Compiling SwiftLintBuiltInRules UnneededOverrideRuleConfiguration.swift
[922/1083] Compiling SwiftLintBuiltInRules UnusedDeclarationConfiguration.swift
[923/1083] Compiling SwiftLintBuiltInRules UnusedImportConfiguration.swift
[924/1083] Compiling SwiftLintBuiltInRules UnusedOptionalBindingConfiguration.swift
[925/1083] Compiling SwiftLintBuiltInRules VerticalWhitespaceClosingBracesConfiguration.swift
[926/1083] Compiling SwiftLintBuiltInRules VerticalWhitespaceConfiguration.swift
[927/1083] Compiling SwiftLintBuiltInRules XCTSpecificMatcherConfiguration.swift
[928/1083] Compiling SwiftLintBuiltInRules AttributeNameSpacingRule.swift
[929/1083] Compiling SwiftLintBuiltInRules AttributesRule.swift
[930/1083] Compiling SwiftLintBuiltInRules AttributesRuleExamples.swift
[931/1083] Compiling SwiftLintBuiltInRules SyntacticSugarRuleExamples.swift
[932/1083] Compiling SwiftLintBuiltInRules ToggleBoolRule.swift
[933/1083] Compiling SwiftLintBuiltInRules TrailingSemicolonRule.swift
[934/1083] Compiling SwiftLintBuiltInRules TypeNameRule.swift
[935/1083] Compiling SwiftLintBuiltInRules TypeNameRuleExamples.swift
[936/1083] Compiling SwiftLintBuiltInRules UnavailableConditionRule.swift
[937/1083] Compiling SwiftLintBuiltInRules UnavailableFunctionRule.swift
[938/1083] Compiling SwiftLintBuiltInRules UnneededBreakInSwitchRule.swift
[939/1083] Compiling SwiftLintBuiltInRules UnneededSynthesizedInitializerRule.swift
[940/1083] Compiling SwiftLintBuiltInRules UnneededSynthesizedInitializerRuleExamples.swift
[941/1083] Compiling SwiftLintBuiltInRules UntypedErrorInCatchRule.swift
[942/1083] Compiling SwiftLintBuiltInRules UnusedEnumeratedRule.swift
[943/1083] Compiling SwiftLintBuiltInRules VoidFunctionInTernaryConditionRule.swift
[944/1083] Compiling SwiftLintBuiltInRules XCTFailMessageRule.swift
[945/1083] Compiling SwiftLintBuiltInRules XCTSpecificMatcherRule.swift
[946/1083] Compiling SwiftLintBuiltInRules XCTSpecificMatcherRuleExamples.swift
[947/1083] Compiling SwiftLintBuiltInRules AccessibilityLabelForImageRule.swift
[948/1083] Compiling SwiftLintBuiltInRules AccessibilityLabelForImageRuleExamples.swift
[949/1083] Compiling SwiftLintBuiltInRules AccessibilityTraitForButtonRule.swift
[950/1083] Compiling SwiftLintBuiltInRules AccessibilityTraitForButtonRuleExamples.swift
[951/1083] Compiling SwiftLintBuiltInRules ArrayInitRule.swift
[952/1083] Compiling SwiftLintBuiltInRules BalancedXCTestLifecycleRule.swift
[953/1083] Compiling SwiftLintBuiltInRules BlanketDisableCommandRule.swift
[954/1083] Compiling SwiftLintBuiltInRules CaptureVariableRule.swift
[955/1083] Compiling SwiftLintBuiltInRules ClassDelegateProtocolRule.swift
[956/1083] Compiling SwiftLintBuiltInRules FileNameNoSpaceRule.swift
[957/1083] Compiling SwiftLintBuiltInRules FileNameRule.swift
[958/1083] Compiling SwiftLintBuiltInRules ForWhereRule.swift
[959/1083] Compiling SwiftLintBuiltInRules ForceCastRule.swift
[960/1083] Compiling SwiftLintBuiltInRules ForceTryRule.swift
[961/1083] Compiling SwiftLintBuiltInRules ForceUnwrappingRule.swift
[962/1083] Compiling SwiftLintBuiltInRules FunctionDefaultParameterAtEndRule.swift
[963/1083] Compiling SwiftLintBuiltInRules GenericTypeNameRule.swift
[964/1083] Compiling SwiftLintBuiltInRules ImplicitlyUnwrappedOptionalRule.swift
[965/1083] Compiling SwiftLintBuiltInRules IsDisjointRule.swift
[966/1083] Compiling SwiftLintBuiltInRules JoinedDefaultParameterRule.swift
[967/1083] Compiling SwiftLintBuiltInRules LegacyCGGeometryFunctionsRule.swift
[968/1083] Compiling SwiftLintBuiltInRules LegacyConstantRule.swift
[969/1083] Compiling SwiftLintBuiltInRules LegacyConstantRuleExamples.swift
[970/1083] Compiling SwiftLintBuiltInRules LegacyConstructorRule.swift
[971/1083] Compiling SwiftLintBuiltInRules LegacyHashingRule.swift
[972/1083] Compiling SwiftLintBuiltInRules LegacyMultipleRule.swift
[973/1083] Compiling SwiftLintBuiltInRules LegacyNSGeometryFunctionsRule.swift
[974/1083] Compiling SwiftLintBuiltInRules LegacyObjcTypeRule.swift
[975/1083] Compiling SwiftLintBuiltInRules LegacyRandomRule.swift
[976/1083] Compiling SwiftLintBuiltInRules NimbleOperatorRule.swift
[977/1083] Compiling SwiftLintBuiltInRules NoEmptyBlockRule.swift
[978/1083] Compiling SwiftLintBuiltInRules NoExtensionAccessModifierRule.swift
[979/1083] Compiling SwiftLintBuiltInRules NoFallthroughOnlyRule.swift
[980/1083] Compiling SwiftLintBuiltInRules NoFallthroughOnlyRuleExamples.swift
[981/1083] 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:138: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: [])
^
[982/1083] 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]")
^
/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> = [
^
[983/1083] 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]")
^
/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> = [
^
[984/1083] 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]")
^
/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> = [
^
[985/1083] 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]")
^
/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> = [
^
[986/1083] 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]")
^
/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> = [
^
[987/1083] 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]")
^
/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> = [
^
[988/1083] 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]")
^
/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> = [
^
[989/1083] 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]")
^
/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> = [
^
[990/1083] 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]")
^
/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> = [
^
[991/1083] 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]")
^
/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> = [
^
[992/1083] 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]")
^
/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> = [
^
[993/1083] 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]")
^
/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> = [
^
[994/1083] 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]")
^
/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> = [
^
[995/1083] 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]")
^
/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> = [
^
[996/1083] 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]")
^
/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> = [
^
[997/1083] 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]")
^
/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> = [
^
[998/1083] 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]")
^
/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> = [
^
[999/1083] 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]")
^
/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> = [
^
[1000/1083] 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]")
^
/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> = [
^
[1001/1083] 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]")
^
/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> = [
^
[1002/1083] Compiling SwiftLintBuiltInRules ExplicitSelfRule.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]")
^
/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> = [
^
[1003/1083] Compiling SwiftLintBuiltInRules ExplicitSelfRuleExamples.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]")
^
/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> = [
^
[1004/1083] Compiling SwiftLintBuiltInRules FileHeaderRule.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]")
^
/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> = [
^
[1005/1083] Compiling SwiftLintBuiltInRules FileTypesOrderRule.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]")
^
/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> = [
^
[1006/1083] Compiling SwiftLintBuiltInRules FileTypesOrderRuleExamples.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]")
^
/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> = [
^
[1007/1083] Compiling SwiftLintBuiltInRules IdentifierNameRule.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/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> = [
^
[1008/1083] Compiling SwiftLintBuiltInRules IdentifierNameRuleExamples.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/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> = [
^
[1009/1083] Compiling SwiftLintBuiltInRules ImplicitGetterRule.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/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> = [
^
[1010/1083] Compiling SwiftLintBuiltInRules ImplicitGetterRuleExamples.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/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> = [
^
[1011/1083] Compiling SwiftLintBuiltInRules ImplicitReturnRule.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/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> = [
^
[1012/1083] Compiling SwiftLintBuiltInRules ImplicitReturnRuleExamples.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/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> = [
^
[1013/1083] Compiling SwiftLintBuiltInRules InclusiveLanguageRule.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/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> = [
^
[1014/1083] Compiling SwiftLintBuiltInRules InclusiveLanguageRuleExamples.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/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> = [
^
[1015/1083] Compiling SwiftLintBuiltInRules IndentationWidthRule.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/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> = [
^
[1016/1083] Compiling SwiftLintBuiltInRules LeadingWhitespaceRule.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/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> = [
^
[1017/1083] Compiling SwiftLintBuiltInRules LetVarWhitespaceRule.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/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> = [
^
[1018/1083] Compiling SwiftLintBuiltInRules LiteralExpressionEndIndentationRule.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/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> = [
^
[1019/1083] Compiling SwiftLintBuiltInRules ModifierOrderRule.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/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> = [
^
[1020/1083] Compiling SwiftLintBuiltInRules ModifierOrderRuleExamples.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/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> = [
^
[1021/1083] Compiling SwiftLintBuiltInRules MultilineArgumentsBracketsRule.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/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> = [
^
[1022/1083] Compiling SwiftLintBuiltInRules MultilineArgumentsRule.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/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> = [
^
[1023/1083] Compiling SwiftLintBuiltInRules MultilineArgumentsRuleExamples.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/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> = [
^
[1024/1083] Compiling SwiftLintBuiltInRules MultilineFunctionChainsRule.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/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> = [
^
[1025/1083] Compiling SwiftLintBuiltInRules MultilineLiteralBracketsRule.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/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> = [
^
[1026/1083] Compiling SwiftLintBuiltInRules MultilineParametersBracketsRule.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/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> = [
^
[1027/1083] Compiling SwiftLintBuiltInRules MultilineParametersRule.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/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> = [
^
[1028/1083] Compiling SwiftLintBuiltInRules MultilineParametersRuleExamples.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/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> = [
^
[1029/1083] Compiling SwiftLintBuiltInRules MultipleClosuresWithTrailingClosureRule.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/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> = [
^
[1030/1083] Compiling SwiftLintBuiltInRules NoSpaceInMethodCallRule.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/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> = [
^
[1031/1083] Compiling SwiftLintBuiltInRules SortedImportsRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:138:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let uncuddledRegex = regex(uncuddledPattern, options: [])
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentKinds: Set<SyntaxKind> = [
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
^
[1032/1083] Compiling SwiftLintBuiltInRules StatementPositionRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:138:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let uncuddledRegex = regex(uncuddledPattern, options: [])
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentKinds: Set<SyntaxKind> = [
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
^
[1033/1083] Compiling SwiftLintBuiltInRules SuperfluousElseRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:138:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let uncuddledRegex = regex(uncuddledPattern, options: [])
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentKinds: Set<SyntaxKind> = [
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
^
[1034/1083] Compiling SwiftLintBuiltInRules SwitchCaseAlignmentRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:138:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let uncuddledRegex = regex(uncuddledPattern, options: [])
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentKinds: Set<SyntaxKind> = [
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
^
[1035/1083] Compiling SwiftLintBuiltInRules SwitchCaseOnNewlineRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:138:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let uncuddledRegex = regex(uncuddledPattern, options: [])
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentKinds: Set<SyntaxKind> = [
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
^
[1036/1083] Compiling SwiftLintBuiltInRules TrailingClosureRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:138:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let uncuddledRegex = regex(uncuddledPattern, options: [])
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentKinds: Set<SyntaxKind> = [
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
^
[1037/1083] Compiling SwiftLintBuiltInRules TrailingCommaRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:138:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let uncuddledRegex = regex(uncuddledPattern, options: [])
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentKinds: Set<SyntaxKind> = [
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
^
[1038/1083] Compiling SwiftLintBuiltInRules TrailingNewlineRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:138:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let uncuddledRegex = regex(uncuddledPattern, options: [])
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentKinds: Set<SyntaxKind> = [
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
^
[1039/1083] Compiling SwiftLintBuiltInRules TrailingWhitespaceRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:138:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let uncuddledRegex = regex(uncuddledPattern, options: [])
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentKinds: Set<SyntaxKind> = [
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
^
[1040/1083] Compiling SwiftLintBuiltInRules TypeContentsOrderRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:138:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let uncuddledRegex = regex(uncuddledPattern, options: [])
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentKinds: Set<SyntaxKind> = [
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
^
[1041/1083] Compiling SwiftLintBuiltInRules TypeContentsOrderRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:138:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let uncuddledRegex = regex(uncuddledPattern, options: [])
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentKinds: Set<SyntaxKind> = [
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
^
[1042/1083] Compiling SwiftLintBuiltInRules UnneededParenthesesInClosureArgumentRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:138:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let uncuddledRegex = regex(uncuddledPattern, options: [])
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentKinds: Set<SyntaxKind> = [
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
^
[1043/1083] Compiling SwiftLintBuiltInRules UnusedOptionalBindingRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:138:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let uncuddledRegex = regex(uncuddledPattern, options: [])
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentKinds: Set<SyntaxKind> = [
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
^
[1044/1083] Compiling SwiftLintBuiltInRules VerticalParameterAlignmentOnCallRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:138:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let uncuddledRegex = regex(uncuddledPattern, options: [])
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentKinds: Set<SyntaxKind> = [
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
^
[1045/1083] Compiling SwiftLintBuiltInRules VerticalParameterAlignmentRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:138:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let uncuddledRegex = regex(uncuddledPattern, options: [])
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentKinds: Set<SyntaxKind> = [
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
^
[1046/1083] Compiling SwiftLintBuiltInRules VerticalParameterAlignmentRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:138:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let uncuddledRegex = regex(uncuddledPattern, options: [])
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentKinds: Set<SyntaxKind> = [
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
^
[1047/1083] Compiling SwiftLintBuiltInRules VerticalWhitespaceBetweenCasesRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:138:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let uncuddledRegex = regex(uncuddledPattern, options: [])
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentKinds: Set<SyntaxKind> = [
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
^
[1048/1083] Compiling SwiftLintBuiltInRules VerticalWhitespaceClosingBracesRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:138:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let uncuddledRegex = regex(uncuddledPattern, options: [])
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentKinds: Set<SyntaxKind> = [
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
^
[1049/1083] Compiling SwiftLintBuiltInRules VerticalWhitespaceClosingBracesRuleExamples.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:138:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let uncuddledRegex = regex(uncuddledPattern, options: [])
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentKinds: Set<SyntaxKind> = [
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
^
[1050/1083] Compiling SwiftLintBuiltInRules VerticalWhitespaceOpeningBracesRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:138:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let uncuddledRegex = regex(uncuddledPattern, options: [])
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentKinds: Set<SyntaxKind> = [
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
^
[1051/1083] Compiling SwiftLintBuiltInRules VerticalWhitespaceRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:138:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let uncuddledRegex = regex(uncuddledPattern, options: [])
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentKinds: Set<SyntaxKind> = [
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
^
[1052/1083] Compiling SwiftLintBuiltInRules VoidReturnRule.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:138:16: warning: static property 'uncuddledRegex' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let uncuddledRegex = regex(uncuddledPattern, options: [])
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:13:16: warning: static property 'commentKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentKinds: Set<SyntaxKind> = [
^
/host/spi-builder-workspace/Source/SwiftLintCore/Extensions/SyntaxKind+SwiftLint.swift:11:16: warning: static property 'commentAndStringKinds' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
static let commentAndStringKinds: Set<SyntaxKind> = commentKinds.union([.string])
^
[1053/1083] Compiling SwiftLintBuiltInRules BodyLengthRuleVisitor.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:138: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])
^
[1054/1083] Compiling SwiftLintBuiltInRules CodeBlockVisitor.swift
/host/spi-builder-workspace/Source/SwiftLintBuiltInRules/Rules/Style/StatementPositionRule.swift:138: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])
^
[1055/1083] Compiling SwiftLintBuiltInRules NonOverridableClassDeclarationRule.swift
[1056/1083] Compiling SwiftLintBuiltInRules NumberSeparatorRule.swift
[1057/1083] Compiling SwiftLintBuiltInRules NumberSeparatorRuleExamples.swift
[1058/1083] Compiling SwiftLintBuiltInRules OpeningBraceRule.swift
[1059/1083] Compiling SwiftLintBuiltInRules OpeningBraceRuleExamples.swift
[1060/1083] Compiling SwiftLintBuiltInRules OperatorFunctionWhitespaceRule.swift
[1061/1083] Compiling SwiftLintBuiltInRules OperatorUsageWhitespaceRule.swift
[1062/1083] Compiling SwiftLintBuiltInRules OperatorUsageWhitespaceRuleExamples.swift
[1063/1083] Compiling SwiftLintBuiltInRules OptionalEnumCaseMatchingRule.swift
[1064/1083] Compiling SwiftLintBuiltInRules PreferSelfInStaticReferencesRule.swift
[1065/1083] Compiling SwiftLintBuiltInRules PreferSelfInStaticReferencesRuleExamples.swift
[1066/1083] Compiling SwiftLintBuiltInRules PreferSelfTypeOverTypeOfSelfRule.swift
[1067/1083] Compiling SwiftLintBuiltInRules PrefixedTopLevelConstantRule.swift
[1068/1083] Compiling SwiftLintBuiltInRules ProtocolPropertyAccessorsOrderRule.swift
[1069/1083] Compiling SwiftLintBuiltInRules RedundantDiscardableLetRule.swift
[1070/1083] Compiling SwiftLintBuiltInRules RedundantSelfInClosureRule.swift
[1071/1083] Compiling SwiftLintBuiltInRules RedundantSelfInClosureRuleExamples.swift
[1072/1083] Compiling SwiftLintBuiltInRules ReturnArrowWhitespaceRule.swift
[1073/1083] Compiling SwiftLintBuiltInRules SelfBindingRule.swift
[1074/1083] Compiling SwiftLintBuiltInRules ShorthandArgumentRule.swift
[1075/1083] Compiling SwiftLintBuiltInRules ShorthandOperatorRule.swift
[1076/1083] Compiling SwiftLintBuiltInRules SingleTestClassRule.swift
[1077/1083] Compiling SwiftLintBuiltInRules SortedEnumCasesRule.swift
[1078/1083] Compiling SwiftLintBuiltInRules SortedImportsRule.swift
[1079/1084] Wrapping AST for SwiftLintBuiltInRules for debugging
[1081/1098] Compiling SwiftLintFramework ProgressBar.swift
[1082/1098] Compiling SwiftLintFramework RulesFilter.swift
[1083/1098] Compiling SwiftLintFramework LintableFilesVisitor.swift
[1084/1098] Compiling SwiftLintFramework ProcessInfo+XcodeCloud.swift
[1085/1099] Compiling SwiftLintFramework UpdateChecker.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Models/Version.swift:12:23: warning: static property 'current' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
public static let current = Self(value: "0.57.0")
^
/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
^
[1086/1099] Compiling SwiftLintFramework Exports.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Models/CustomRuleTimer.swift:10:23: warning: class property 'shared' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
public static let shared = CustomRuleTimer()
^
[1087/1099] Compiling SwiftLintFramework LintOrAnalyzeCommand.swift
/host/spi-builder-workspace/Source/SwiftLintCore/Models/CustomRuleTimer.swift:10:23: warning: class property 'shared' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
public static let shared = CustomRuleTimer()
^
[1088/1099] Compiling SwiftLintFramework Benchmark.swift
/host/spi-builder-workspace/Source/SwiftLintFramework/Benchmark.swift:41:13: warning: let 'numberFormatter' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
private let numberFormatter: NumberFormatter = {
^
[1089/1099] Compiling SwiftLintFramework CompilerArgumentsExtractor.swift
/host/spi-builder-workspace/Source/SwiftLintFramework/Benchmark.swift:41:13: warning: let 'numberFormatter' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
private let numberFormatter: NumberFormatter = {
^
[1090/1099] Compiling SwiftLintFramework Configuration+CommandLine.swift
[1091/1099] Compiling SwiftLintFramework ExitHelper.swift
[1092/1099] Emitting module SwiftLintFramework
/host/spi-builder-workspace/Source/SwiftLintFramework/Benchmark.swift:41:13: warning: let 'numberFormatter' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
private let numberFormatter: NumberFormatter = {
^
[1093/1099] Compiling SwiftLintFramework SwiftPMCompilationDB.swift
[1094/1099] Compiling SwiftLintFramework Signposts.swift
[1095/1099] Compiling SwiftLintFramework SwiftLintError.swift
error: fatalError
BUILD FAILURE 5.10 linux