Linting Swift files in current working directory
Linting 'DocsuckerSearchTests.swift' (1/212)
Linting 'MCPSharedTests.swift' (2/212)
Linting 'DocsuckerSharedTests.swift' (3/212)
Linting 'DocsuckerMCPSupportTests.swift' (5/212)
Linting 'MCPServerTests.swift' (4/212)
Linting 'CupertinoCoreTests.swift' (6/212)
Linting 'BugTests.swift' (7/212)
Linting 'DocsuckerLoggingTests.swift' (8/212)
Linting 'CupertinoSearchToolProviderTests.swift' (9/212)
Linting 'MCPTransportTests.swift' (10/212)
Linting 'ArgumentParserToolInfoTests.swift' (11/212)
Linting 'TransformEndToEndTests.swift' (12/212)
Linting 'JoinedEndToEndTests.swift' (13/212)
Linting 'CustomParsingEndToEndTests.swift' (14/212)
Linting 'AsyncCommandEndToEndTests.swift' (15/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserToolInfoTests/ArgumentParserToolInfoTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserToolInfoTests/ArgumentParserToolInfoTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/TransformEndToEndTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/TransformEndToEndTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/CustomParsingEndToEndTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/CustomParsingEndToEndTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/CustomParsingEndToEndTests.swift:93:25: error: Force Try Violation: Force tries should be avoided (force_try)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/CustomParsingEndToEndTests.swift:150:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/CustomParsingEndToEndTests.swift:178:12: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
Linting 'RepeatingEndToEndTests+ParsingStrategy.swift' (16/212)
Linting 'EqualsEndToEndTests.swift' (17/212)
Linting 'SourceCompatEndToEndTests.swift' (18/212)
Linting 'SingleValueParsingStrategyTests.swift' (19/212)
Linting 'DefaultSubcommandEndToEndTests.swift' (20/212)
Linting 'DefaultsEndToEndTests.swift' (21/212)
Linting 'FlagsEndToEndTests.swift' (22/212)
Linting 'SubcommandEndToEndTests.swift' (23/212)
Linting 'RawRepresentableEndToEndTests.swift' (24/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/AsyncCommandEndToEndTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/AsyncCommandEndToEndTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'LongNameWithShortDashEndToEndTests.swift' (25/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SingleValueParsingStrategyTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SingleValueParsingStrategyTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/JoinedEndToEndTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/JoinedEndToEndTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'ShortNameEndToEndTests.swift' (26/212)
Linting 'NestedCommandEndToEndTests.swift' (27/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultSubcommandEndToEndTests.swift:64:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultSubcommandEndToEndTests.swift:133:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultSubcommandEndToEndTests.swift:142:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultSubcommandEndToEndTests.swift:211:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultSubcommandEndToEndTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultSubcommandEndToEndTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultSubcommandEndToEndTests.swift:120:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
Linting 'EnumEndToEndTests.swift' (29/212)
Linting 'ValidationEndToEndTests.swift' (28/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/RepeatingEndToEndTests+ParsingStrategy.swift:156:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/RepeatingEndToEndTests+ParsingStrategy.swift:205:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/RepeatingEndToEndTests+ParsingStrategy.swift:282:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/RepeatingEndToEndTests+ParsingStrategy.swift:299:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/RepeatingEndToEndTests+ParsingStrategy.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/RepeatingEndToEndTests+ParsingStrategy.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/RepeatingEndToEndTests+ParsingStrategy.swift:193:3: warning: Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 97 lines (function_body_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/RepeatingEndToEndTests+ParsingStrategy.swift:67:9: warning: Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/FlagsEndToEndTests.swift:74:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/FlagsEndToEndTests.swift:78:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/FlagsEndToEndTests.swift:82:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/FlagsEndToEndTests.swift:92:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/FlagsEndToEndTests.swift:339:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/FlagsEndToEndTests.swift:344:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/FlagsEndToEndTests.swift:381:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/FlagsEndToEndTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/FlagsEndToEndTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/FlagsEndToEndTests.swift:106:7: warning: Implicit Optional Initialization Violation: Optional should be implicitly initialized without nil (implicit_optional_initialization)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/FlagsEndToEndTests.swift:286:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 136 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/FlagsEndToEndTests.swift:126:29: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/FlagsEndToEndTests.swift:141:28: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
Linting 'RepeatingEndToEndTests.swift' (30/212)
Linting 'PositionalEndToEndTests.swift' (31/212)
Linting 'OptionGroupEndToEndTests.swift' (32/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/EqualsEndToEndTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/EqualsEndToEndTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'OptionalEndToEndTests.swift' (33/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:24:27: error: Identifier Name Violation: Variable name 'a_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:25:19: warning: Identifier Name Violation: Variable name 'a0' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:26:27: warning: Identifier Name Violation: Variable name 'a1' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:27:17: error: Identifier Name Violation: Variable name 'a2_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:29:50: error: Identifier Name Violation: Variable name 'b_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:30:17: error: Identifier Name Violation: Variable name 'b1_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:31:27: warning: Identifier Name Violation: Variable name 'b2' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:32:40: warning: Identifier Name Violation: Variable name 'b3' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:33:50: warning: Identifier Name Violation: Variable name 'b4' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:34:40: error: Identifier Name Violation: Variable name 'b5_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:35:27: error: Identifier Name Violation: Variable name 'b6_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:37:19: warning: Identifier Name Violation: Variable name 'c0' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:38:27: warning: Identifier Name Violation: Variable name 'c1' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:40:27: warning: Identifier Name Violation: Variable name 'd2' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:41:40: warning: Identifier Name Violation: Variable name 'd3' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:42:50: warning: Identifier Name Violation: Variable name 'd4' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:44:48: error: Identifier Name Violation: Variable name 'e' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:45:48: warning: Identifier Name Violation: Variable name 'e1' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:46:38: warning: Identifier Name Violation: Variable name 'e2' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:47:27: warning: Identifier Name Violation: Variable name 'e3' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:48:19: warning: Identifier Name Violation: Variable name 'e4' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:49:27: warning: Identifier Name Violation: Variable name 'e5' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:50:38: warning: Identifier Name Violation: Variable name 'e6' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:51:19: warning: Identifier Name Violation: Variable name 'e7' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:52:71: warning: Identifier Name Violation: Variable name 'e8' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:54:71: warning: Identifier Name Violation: Variable name 'e9' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:65:54: error: Identifier Name Violation: Variable name 'a_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:66:41: error: Identifier Name Violation: Variable name 'a1_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:67:54: warning: Identifier Name Violation: Variable name 'a2' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:68:38: error: Identifier Name Violation: Variable name 'a3_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:69:41: warning: Identifier Name Violation: Variable name 'a4' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:70:25: error: Identifier Name Violation: Variable name 'a5_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:71:31: error: Identifier Name Violation: Variable name 'a6_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:72:38: warning: Identifier Name Violation: Variable name 'a7' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:73:44: warning: Identifier Name Violation: Variable name 'a8' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:74:28: error: Identifier Name Violation: Variable name 'a9_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:76:15: error: Identifier Name Violation: Variable name 'a11_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:80:54: warning: Identifier Name Violation: Variable name 'b2' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:81:41: warning: Identifier Name Violation: Variable name 'b4' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:82:38: warning: Identifier Name Violation: Variable name 'b7' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:83:44: warning: Identifier Name Violation: Variable name 'b8' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:89:7: error: Identifier Name Violation: Variable name 'c_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:91:7: error: Identifier Name Violation: Variable name 'c1_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:92:77: warning: Identifier Name Violation: Variable name 'c2' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:94:61: error: Identifier Name Violation: Variable name 'c3_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:96:64: warning: Identifier Name Violation: Variable name 'c4' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:97:48: error: Identifier Name Violation: Variable name 'c5_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:98:54: error: Identifier Name Violation: Variable name 'c6_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:100:61: warning: Identifier Name Violation: Variable name 'c7' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:101:67: warning: Identifier Name Violation: Variable name 'c8' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:102:51: error: Identifier Name Violation: Variable name 'c9_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:104:38: error: Identifier Name Violation: Variable name 'c11_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:108:77: warning: Identifier Name Violation: Variable name 'd2' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:110:64: warning: Identifier Name Violation: Variable name 'd4' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:111:61: warning: Identifier Name Violation: Variable name 'd7' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:112:67: warning: Identifier Name Violation: Variable name 'd8' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:117:61: error: Identifier Name Violation: Variable name 'e' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:118:48: warning: Identifier Name Violation: Variable name 'e1' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:119:61: warning: Identifier Name Violation: Variable name 'e2' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:120:38: warning: Identifier Name Violation: Variable name 'e3' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:121:48: warning: Identifier Name Violation: Variable name 'e4' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:122:25: warning: Identifier Name Violation: Variable name 'e5' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:123:38: warning: Identifier Name Violation: Variable name 'e6' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:124:38: warning: Identifier Name Violation: Variable name 'e7' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:125:51: warning: Identifier Name Violation: Variable name 'e8' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:126:28: warning: Identifier Name Violation: Variable name 'e9' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:133:7: error: Identifier Name Violation: Variable name 'f' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:134:71: warning: Identifier Name Violation: Variable name 'f1' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:137:7: warning: Identifier Name Violation: Variable name 'f2' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:138:61: warning: Identifier Name Violation: Variable name 'f3' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:139:71: warning: Identifier Name Violation: Variable name 'f4' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:140:48: warning: Identifier Name Violation: Variable name 'f5' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:141:61: warning: Identifier Name Violation: Variable name 'f6' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:142:61: warning: Identifier Name Violation: Variable name 'f7' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:143:74: warning: Identifier Name Violation: Variable name 'f8' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:145:51: warning: Identifier Name Violation: Variable name 'f9' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:158:36: error: Identifier Name Violation: Variable name 'a_explicitFalse' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:159:15: error: Identifier Name Violation: Variable name 'a0_explicitFalse' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:160:26: error: Identifier Name Violation: Variable name 'a1_explicitFalse' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:161:23: error: Identifier Name Violation: Variable name 'a2_explicitFalse' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:164:7: error: Identifier Name Violation: Variable name 'b' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:165:73: warning: Identifier Name Violation: Variable name 'b1' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:166:60: warning: Identifier Name Violation: Variable name 'b2' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:167:76: warning: Identifier Name Violation: Variable name 'b3' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:169:47: warning: Identifier Name Violation: Variable name 'b4' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:170:63: warning: Identifier Name Violation: Variable name 'b5' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:171:50: warning: Identifier Name Violation: Variable name 'b6' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:172:37: warning: Identifier Name Violation: Variable name 'b7' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:175:7: error: Identifier Name Violation: Variable name 'c_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:177:7: error: Identifier Name Violation: Variable name 'c1_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:178:60: error: Identifier Name Violation: Variable name 'c2_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:181:7: error: Identifier Name Violation: Variable name 'c3_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:182:47: error: Identifier Name Violation: Variable name 'c4_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:184:7: error: Identifier Name Violation: Variable name 'c5_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:185:50: error: Identifier Name Violation: Variable name 'c6_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:187:37: error: Identifier Name Violation: Variable name 'c7_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:190:7: error: Identifier Name Violation: Variable name 'd_implicitNil' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:192:7: error: Identifier Name Violation: Variable name 'd1_implicitNil' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:193:60: error: Identifier Name Violation: Variable name 'd2_implicitNil' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:195:7: error: Identifier Name Violation: Variable name 'd3_implicitNil' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:196:47: error: Identifier Name Violation: Variable name 'd4_implicitNil' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:197:63: error: Identifier Name Violation: Variable name 'd5_implicitNil' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:199:50: error: Identifier Name Violation: Variable name 'd6_implicitNil' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:200:37: error: Identifier Name Violation: Variable name 'd7_implicitNil' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:202:36: error: Identifier Name Violation: Variable name 'e' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:203:15: warning: Identifier Name Violation: Variable name 'e0' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:204:26: warning: Identifier Name Violation: Variable name 'e1' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:205:23: warning: Identifier Name Violation: Variable name 'e2' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:207:49: error: Identifier Name Violation: Variable name 'f_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:208:15: warning: Identifier Name Violation: Variable name 'f1' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:209:49: warning: Identifier Name Violation: Variable name 'f2' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:210:23: error: Identifier Name Violation: Variable name 'f3_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:211:39: error: Identifier Name Violation: Variable name 'f4_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:212:23: warning: Identifier Name Violation: Variable name 'f5' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:213:39: warning: Identifier Name Violation: Variable name 'f6' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:214:13: error: Identifier Name Violation: Variable name 'f7_newDefaultSyntax' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:216:49: error: Identifier Name Violation: Variable name 'g' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:217:15: warning: Identifier Name Violation: Variable name 'g1' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:218:23: warning: Identifier Name Violation: Variable name 'g2' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:219:39: warning: Identifier Name Violation: Variable name 'g3' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:221:23: error: Identifier Name Violation: Variable name 'h' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:222:15: warning: Identifier Name Violation: Variable name 'h1' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:223:23: warning: Identifier Name Violation: Variable name 'h2' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:224:15: warning: Identifier Name Violation: Variable name 'h3' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SourceCompatEndToEndTests.swift:154:8: warning: Type Name Violation: Type name 'E' should be between 3 and 40 characters long (type_name)
Linting 'SimpleEndToEndTests.swift' (34/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SubcommandEndToEndTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SubcommandEndToEndTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SubcommandEndToEndTests.swift:161:7: error: Force Cast Violation: Force casts should be avoided (force_cast)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SubcommandEndToEndTests.swift:50:9: error: Identifier Name Violation: Variable name 'a' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SubcommandEndToEndTests.swift:57:9: error: Identifier Name Violation: Variable name 'b' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SubcommandEndToEndTests.swift:66:9: error: Identifier Name Violation: Variable name 'a' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SubcommandEndToEndTests.swift:225:13: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SubcommandEndToEndTests.swift:247:17: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SubcommandEndToEndTests.swift:258:72: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SubcommandEndToEndTests.swift:272:16: warning: Type Name Violation: Type name 'A' should be between 3 and 40 characters long (type_name)
Linting 'UnparsedValuesEndToEndTest.swift' (35/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/RawRepresentableEndToEndTests.swift:39:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/RawRepresentableEndToEndTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/RawRepresentableEndToEndTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/ShortNameEndToEndTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/ShortNameEndToEndTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'RepeatExampleTests.swift' (36/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/LongNameWithShortDashEndToEndTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/LongNameWithShortDashEndToEndTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/LongNameWithShortDashEndToEndTests.swift:107:7: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/EnumEndToEndTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/EnumEndToEndTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:80:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:90:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:100:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:137:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:147:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:157:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:449:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:542:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:575:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:662:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:675:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:706:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:766:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:819:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:827:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:840:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:848:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:868:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:888:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:995:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:999:1: warning: File Length Violation: File should contain 400 lines or less: currently contains 999 (file_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:61:10: error: Identifier Name Violation: Enum element name 'A' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:62:10: error: Identifier Name Violation: Enum element name 'B' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:63:10: error: Identifier Name Violation: Enum element name 'C' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:222:10: error: Identifier Name Violation: Enum element name 'A' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:223:10: error: Identifier Name Violation: Enum element name 'B' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:224:10: error: Identifier Name Violation: Enum element name 'C' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:225:10: error: Identifier Name Violation: Enum element name 'D' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:973:9: error: Identifier Name Violation: Variable name '_arg' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:978:9: error: Identifier Name Violation: Variable name '_columns' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:437:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 151 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:444:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 132 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:538:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 151 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:547:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 132 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:572:1: error: Line Length Violation: Line should be 200 characters or less; currently it has 202 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:652:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 151 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:659:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 132 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:703:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 151 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:711:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 132 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:845:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 121 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:885:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 123 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:922:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 144 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:422:1: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:429:1: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:447:3: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:482:3: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:509:1: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:516:1: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:523:1: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:530:1: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:540:3: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:550:3: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:585:3: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:587:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:688:1: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:695:1: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:714:3: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:326:63: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:220:16: error: Type Name Violation: Type name 'Bar_NextInput' should only contain alphanumeric and other allowed characters (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:412:16: error: Type Name Violation: Type name 'OptionPropertyInitArguments_Default' should only contain alphanumeric and other allowed characters (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:420:16: error: Type Name Violation: Type name 'OptionPropertyInitArguments_NoDefault_NoTransform' should only contain alphanumeric and other allowed characters (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:427:16: error: Type Name Violation: Type name 'OptionPropertyInitArguments_NoDefault_Transform' should only contain alphanumeric and other allowed characters (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:507:16: error: Type Name Violation: Type name 'ArgumentPropertyInitArguments_Default_NoTransform' should only contain alphanumeric and other allowed characters (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:514:16: error: Type Name Violation: Type name 'ArgumentPropertyInitArguments_NoDefault_NoTransform' should only contain alphanumeric and other allowed characters (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:521:16: error: Type Name Violation: Type name 'ArgumentPropertyInitArguments_Default_Transform' should only contain alphanumeric and other allowed characters (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:528:16: error: Type Name Violation: Type name 'ArgumentPropertyInitArguments_NoDefault_Transform' should only contain alphanumeric and other allowed characters (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:639:16: error: Type Name Violation: Type name 'FlagPropertyInitArguments_Bool_Default' should only contain alphanumeric and other allowed characters (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:644:16: error: Type Name Violation: Type name 'FlagPropertyInitArguments_Bool_NoDefault' should only contain alphanumeric and other allowed characters (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:686:16: error: Type Name Violation: Type name 'FlagPropertyInitArguments_EnumerableFlag_Default' should only contain alphanumeric and other allowed characters (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:693:16: error: Type Name Violation: Type name 'FlagPropertyInitArguments_EnumerableFlag_NoDefault' should only contain alphanumeric and other allowed characters (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:783:16: error: Type Name Violation: Type name 'RequiredArray_Option_NoTransform' should only contain alphanumeric and other allowed characters (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:788:16: error: Type Name Violation: Type name 'RequiredArray_Option_Transform' should only contain alphanumeric and other allowed characters (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:793:16: error: Type Name Violation: Type name 'RequiredArray_Argument_NoTransform' should only contain alphanumeric and other allowed characters (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:798:16: error: Type Name Violation: Type name 'RequiredArray_Argument_Transform' should only contain alphanumeric and other allowed characters (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:803:16: error: Type Name Violation: Type name 'RequiredArray_Flag' should only contain alphanumeric and other allowed characters (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/DefaultsEndToEndTests.swift:914:16: error: Type Name Violation: Type name 'OptionPropertyDeprecatedInit_NoDefault' should only contain alphanumeric and other allowed characters (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/NestedCommandEndToEndTests.swift:78:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/NestedCommandEndToEndTests.swift:89:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/NestedCommandEndToEndTests.swift:95:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/NestedCommandEndToEndTests.swift:107:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/NestedCommandEndToEndTests.swift:119:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/NestedCommandEndToEndTests.swift:131:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/NestedCommandEndToEndTests.swift:143:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/NestedCommandEndToEndTests.swift:155:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/NestedCommandEndToEndTests.swift:168:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/NestedCommandEndToEndTests.swift:181:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/NestedCommandEndToEndTests.swift:194:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/NestedCommandEndToEndTests.swift:207:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/NestedCommandEndToEndTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/NestedCommandEndToEndTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/NestedCommandEndToEndTests.swift:68:3: error: Function Body Length Violation: Function body should span 100 lines or less excluding comments and whitespace: currently spans 119 lines (function_body_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/NestedCommandEndToEndTests.swift:57:14: error: Identifier Name Violation: Function name 'AssertParseFooCommand(_:_:file:line:closure:)' should start with a lowercase character (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/NestedCommandEndToEndTests.swift:43:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/NestedCommandEndToEndTests.swift:48:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/NestedCommandEndToEndTests.swift:101:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/NestedCommandEndToEndTests.swift:113:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/NestedCommandEndToEndTests.swift:125:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/NestedCommandEndToEndTests.swift:137:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/NestedCommandEndToEndTests.swift:149:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/ValidationEndToEndTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/ValidationEndToEndTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/OptionGroupEndToEndTests.swift:166:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/OptionGroupEndToEndTests.swift:171:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/OptionGroupEndToEndTests.swift:184:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/OptionGroupEndToEndTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/OptionGroupEndToEndTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/OptionGroupEndToEndTests.swift:179:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/OptionGroupEndToEndTests.swift:90:12: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/OptionGroupEndToEndTests.swift:114:53: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/PositionalEndToEndTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/PositionalEndToEndTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/PositionalEndToEndTests.swift:250:15: error: Identifier Name Violation: Variable name 'i' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/PositionalEndToEndTests.swift:131:8: warning: Todo Violation: TODOs should be resolved (Allow zero-argument arrays?) (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SimpleEndToEndTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/SimpleEndToEndTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'RollDiceExampleTests.swift' (37/212)
Linting 'MathExampleTests.swift' (38/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/OptionalEndToEndTests.swift:74:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/OptionalEndToEndTests.swift:84:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/OptionalEndToEndTests.swift:94:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/OptionalEndToEndTests.swift:131:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/OptionalEndToEndTests.swift:141:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/OptionalEndToEndTests.swift:151:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/OptionalEndToEndTests.swift:197:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/OptionalEndToEndTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/OptionalEndToEndTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/OptionalEndToEndTests.swift:59:10: error: Identifier Name Violation: Enum element name 'A' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/OptionalEndToEndTests.swift:60:10: error: Identifier Name Violation: Enum element name 'B' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/OptionalEndToEndTests.swift:61:10: error: Identifier Name Violation: Enum element name 'C' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/OptionalEndToEndTests.swift:63:17: warning: Implicit Optional Initialization Violation: Optional should be implicitly initialized without nil (implicit_optional_initialization)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/OptionalEndToEndTests.swift:64:17: warning: Implicit Optional Initialization Violation: Optional should be implicitly initialized without nil (implicit_optional_initialization)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/OptionalEndToEndTests.swift:66:19: warning: Implicit Optional Initialization Violation: Optional should be implicitly initialized without nil (implicit_optional_initialization)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/OptionalEndToEndTests.swift:226:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/OptionalEndToEndTests.swift:227:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
Linting 'CountLinesExampleTests.swift' (39/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/UnparsedValuesEndToEndTest.swift:101:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/UnparsedValuesEndToEndTest.swift:113:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/UnparsedValuesEndToEndTest.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/UnparsedValuesEndToEndTest.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/UnparsedValuesEndToEndTest.swift:315:8: error: Identifier Name Violation: Enum element name 'q' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/UnparsedValuesEndToEndTest.swift:316:8: error: Identifier Name Violation: Enum element name 'i' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/UnparsedValuesEndToEndTest.swift:333:13: error: Identifier Name Violation: Variable name 'c' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/UnparsedValuesEndToEndTest.swift:338:7: error: Identifier Name Violation: Variable name 'a' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/UnparsedValuesEndToEndTest.swift:342:7: error: Identifier Name Violation: Variable name 'b' should be between 3 and 40 characters long (identifier_name)
Linting 'SendableTests.swift' (40/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/RepeatingEndToEndTests.swift:123:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/RepeatingEndToEndTests.swift:230:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/RepeatingEndToEndTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/RepeatingEndToEndTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/RepeatingEndToEndTests.swift:434:1: warning: File Length Violation: File should contain 400 lines or less: currently contains 434 (file_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/RepeatingEndToEndTests.swift:180:3: warning: Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 68 lines (function_body_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/RepeatingEndToEndTests.swift:324:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/RepeatingEndToEndTests.swift:333:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/RepeatingEndToEndTests.swift:342:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/RepeatingEndToEndTests.swift:197:15: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/RepeatingEndToEndTests.swift:209:24: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserEndToEndTests/RepeatingEndToEndTests.swift:362:67: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
Linting 'HelpGenerationTests+AtOption.swift' (41/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserExampleTests/MathExampleTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserExampleTests/MathExampleTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserExampleTests/MathExampleTests.swift:117:1: error: Line Length Violation: Line should be 200 characters or less; currently it has 227 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserExampleTests/MathExampleTests.swift:260:21: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserExampleTests/MathExampleTests.swift:272:21: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserExampleTests/MathExampleTests.swift:283:21: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserExampleTests/RepeatExampleTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserExampleTests/RepeatExampleTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserExampleTests/CountLinesExampleTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserExampleTests/CountLinesExampleTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'InputOriginTests.swift' (42/212)
Linting 'TreeTests.swift' (43/212)
Linting 'UsageGenerationTests.swift' (44/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:475:1: warning: File Length Violation: File should contain 400 lines or less: currently contains 475 (file_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:44:11: warning: Implicit Optional Initialization Violation: Optional should be implicitly initialized without nil (implicit_optional_initialization)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:202:11: warning: Implicit Optional Initialization Violation: Optional should be implicitly initialized without nil (implicit_optional_initialization)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:348:11: warning: Implicit Optional Initialization Violation: Optional should be implicitly initialized without nil (implicit_optional_initialization)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:25:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:27:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:32:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:37:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:42:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:47:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:52:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:57:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:62:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:178:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:185:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:190:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:195:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:200:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:206:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:211:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:216:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:221:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:324:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:331:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:336:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:341:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:346:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:351:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:356:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:361:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:366:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:25:12: warning: Type Name Violation: Type name 'A' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:178:12: warning: Type Name Violation: Type name 'A' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtOption.swift:324:12: warning: Type Name Violation: Type name 'A' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/TreeTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/TreeTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/TreeTests.swift:23:7: error: Identifier Name Violation: Variable name 'x' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/TreeTests.swift:26:9: error: Identifier Name Violation: Variable name 'y' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/TreeTests.swift:76:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/TreeTests.swift:87:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/TreeTests.swift:61:10: warning: Type Name Violation: Type name 'A' should be between 3 and 40 characters long (type_name)
Linting 'ExitCodeTests.swift' (45/212)
Linting 'StringSnakeCaseTests.swift' (46/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/InputOriginTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/InputOriginTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/InputOriginTests.swift:36:75: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
Linting 'HelpGenerationTests.swift' (47/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserExampleTests/RollDiceExampleTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserExampleTests/RollDiceExampleTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'MirrorTests.swift' (48/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/StringSnakeCaseTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/StringSnakeCaseTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/StringSnakeCaseTests.swift:58:55: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/StringSnakeCaseTests.swift:104:56: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
Linting 'HelpGenerationTests+GroupName.swift' (49/212)
Linting 'ErrorMessageTests.swift' (50/212)
Linting 'CompletionScriptTests.swift' (51/212)
Linting 'SplitArgumentTests.swift' (52/212)
Linting 'SequenceExtensionTests.swift' (53/212)
Linting 'HelpGenerationTests+AtArgument.swift' (54/212)
Linting 'StringEditDistanceTests.swift' (55/212)
Linting 'ParsableArgumentsValidationTests.swift' (56/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/SendableTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/SendableTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'NameSpecificationTests.swift' (57/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/MirrorTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/MirrorTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'DumpHelpGenerationTests.swift' (58/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ExitCodeTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ExitCodeTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ExitCodeTests.swift:23:10: warning: Type Name Violation: Type name 'A' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ExitCodeTests.swift:24:10: warning: Type Name Violation: Type name 'E' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ExitCodeTests.swift:25:10: warning: Type Name Violation: Type name 'C' should be between 3 and 40 characters long (type_name)
Linting 'StringWrappingTests.swift' (59/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:19:6: error: Identifier Name Violation: Function name '_testSynopsis(_:visibility:expected:file:line:)' should start with a lowercase character (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:199:15: error: Identifier Name Violation: Variable name 'a' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:200:15: error: Identifier Name Violation: Variable name 'b' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:201:15: error: Identifier Name Violation: Variable name 'c' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:202:15: error: Identifier Name Violation: Variable name 'd' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:203:15: error: Identifier Name Violation: Variable name 'e' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:204:15: error: Identifier Name Violation: Variable name 'f' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:205:15: error: Identifier Name Violation: Variable name 'g' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:206:15: error: Identifier Name Violation: Variable name 'h' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:207:15: error: Identifier Name Violation: Variable name 'i' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:208:15: error: Identifier Name Violation: Variable name 'j' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:209:15: error: Identifier Name Violation: Variable name 'k' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:210:15: error: Identifier Name Violation: Variable name 'l' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:229:15: error: Identifier Name Violation: Variable name 'a' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:230:15: error: Identifier Name Violation: Variable name 'b' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:241:19: error: Identifier Name Violation: Variable name 'a' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:242:45: error: Identifier Name Violation: Variable name 'b' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:132:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:157:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:195:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:170:29: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:184:52: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:42:10: warning: Type Name Violation: Type name 'A' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:52:10: warning: Type Name Violation: Type name 'B' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:62:10: warning: Type Name Violation: Type name 'C' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:71:10: warning: Type Name Violation: Type name 'D' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:80:10: warning: Type Name Violation: Type name 'E' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:96:10: warning: Type Name Violation: Type name 'F' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:106:10: warning: Type Name Violation: Type name 'G' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:119:10: warning: Type Name Violation: Type name 'H' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:131:10: warning: Type Name Violation: Type name 'I' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:156:10: warning: Type Name Violation: Type name 'J' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:166:10: warning: Type Name Violation: Type name 'K' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:180:10: warning: Type Name Violation: Type name 'L' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:194:10: warning: Type Name Violation: Type name 'M' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:228:10: warning: Type Name Violation: Type name 'N' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/UsageGenerationTests.swift:240:10: warning: Type Name Violation: Type name 'O' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/SequenceExtensionTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/SequenceExtensionTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'GenerateManualTests.swift' (60/212)
Linting 'Tests.swift' (61/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/CompletionScriptTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/CompletionScriptTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/CompletionScriptTests.swift:85:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/CompletionScriptTests.swift:90:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/CompletionScriptTests.swift:94:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/CompletionScriptTests.swift:171:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/CompletionScriptTests.swift:205:41: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
Linting 'HelpTests.swift' (62/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:544:1: warning: File Length Violation: File should contain 400 lines or less: currently contains 544 (file_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:44:11: warning: Implicit Optional Initialization Violation: Optional should be implicitly initialized without nil (implicit_optional_initialization)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:226:11: warning: Implicit Optional Initialization Violation: Optional should be implicitly initialized without nil (implicit_optional_initialization)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:393:11: warning: Implicit Optional Initialization Violation: Optional should be implicitly initialized without nil (implicit_optional_initialization)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:25:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:27:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:32:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:37:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:42:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:47:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:52:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:57:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:62:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:202:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:209:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:214:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:219:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:224:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:230:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:235:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:240:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:245:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:369:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:376:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:381:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:386:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:391:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:396:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:401:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:406:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:411:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:25:12: warning: Type Name Violation: Type name 'A' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:202:12: warning: Type Name Violation: Type name 'A' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+AtArgument.swift:369:12: warning: Type Name Violation: Type name 'A' should be between 3 and 40 characters long (type_name)
Linting 'Config.swift' (63/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/NameSpecificationTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/NameSpecificationTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/NameSpecificationTests.swift:90:14: error: Identifier Name Violation: Function name 'Assert(nameSpecification:key:parent:makeNames:file:line:)' should start with a lowercase character (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/NameSpecificationTests.swift:99:14: error: Identifier Name Violation: Function name 'Assert(names:expected:file:line:)' should start with a lowercase character (identifier_name)
Linting 'Describe.swift' (64/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/DumpHelpGenerationTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/DumpHelpGenerationTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/DumpHelpGenerationTests.swift:50:12: error: Identifier Name Violation: Enum element name 'a' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/DumpHelpGenerationTests.swift:51:12: error: Identifier Name Violation: Enum element name 'b' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/DumpHelpGenerationTests.swift:52:12: error: Identifier Name Violation: Enum element name 'c' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/DumpHelpGenerationTests.swift:49:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/DumpHelpGenerationTests.swift:96:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/DumpHelpGenerationTests.swift:48:10: warning: Type Name Violation: Type name 'A' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/DumpHelpGenerationTests.swift:88:10: warning: Type Name Violation: Type name 'B' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/DumpHelpGenerationTests.swift:93:10: warning: Type Name Violation: Type name 'C' should be between 3 and 40 characters long (type_name)
Linting 'GenerateXcodeProject.swift' (65/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ErrorMessageTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ErrorMessageTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ErrorMessageTests.swift:133:3: warning: Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 54 lines (function_body_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ErrorMessageTests.swift:88:1: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ErrorMessageTests.swift:96:1: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/StringWrappingTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/StringWrappingTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/StringWrappingTests.swift:19:1: error: Line Length Violation: Line should be 200 characters or less; currently it has 387 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/StringWrappingTests.swift:25:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 135 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/StringWrappingTests.swift:31:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 186 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserPackageManagerTests/Tests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserPackageManagerTests/Tests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserPackageManagerTests/Tests.swift:55:40: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserPackageManagerTests/Tests.swift:75:59: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserPackageManagerTests/Tests.swift:96:56: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
Linting 'Options.swift' (66/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserPackageManagerTests/PackageManager/Config.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserPackageManagerTests/PackageManager/Config.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'GenerateDoccReferenceTests.swift' (68/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserGenerateManualTests/GenerateManualTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserGenerateManualTests/GenerateManualTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'Clean.swift' (67/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserPackageManagerTests/HelpTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserPackageManagerTests/HelpTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserPackageManagerTests/HelpTests.swift:278:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserPackageManagerTests/HelpTests.swift:27:1: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserPackageManagerTests/HelpTests.swift:288:44: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserPackageManagerTests/HelpTests.swift:296:45: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserPackageManagerTests/HelpTests.swift:305:73: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/StringEditDistanceTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/StringEditDistanceTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'ChangelogAuthors.swift' (69/212)
Linting 'Util.swift' (70/212)
Linting '.build/checkouts/swift-argument-parser/Package.swift' (71/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserPackageManagerTests/PackageManager/Describe.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserPackageManagerTests/PackageManager/Describe.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserPackageManagerTests/PackageManager/Describe.swift:23:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
Linting 'ArgumentParser+Markdown.swift' (72/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:1421:1: error: File Length Violation: File should contain 1000 lines or less: currently contains 1421 (file_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:912:3: warning: Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 69 lines (function_body_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:505:9: error: Identifier Name Violation: Variable name 'o' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:1141:17: error: Identifier Name Violation: Variable name 'a' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:1142:17: error: Identifier Name Violation: Variable name 'b' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:1176:9: error: Identifier Name Violation: Variable name 'a' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:1185:9: error: Identifier Name Violation: Variable name 'b' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:82:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 165 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:219:1: error: Line Length Violation: Line should be 200 characters or less; currently it has 247 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:362:1: error: Line Length Violation: Line should be 200 characters or less; currently it has 210 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:1296:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 122 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:194:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:201:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:207:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:242:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:255:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:309:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:310:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:314:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:318:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:748:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:753:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:757:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:836:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:841:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:871:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:1213:3: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:336:63: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:448:67: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:580:65: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:619:10: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:36:10: warning: Type Name Violation: Type name 'A' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:55:10: warning: Type Name Violation: Type name 'B' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:99:10: warning: Type Name Violation: Type name 'C' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:167:10: warning: Type Name Violation: Type name 'D' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:241:10: warning: Type Name Violation: Type name 'E' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:254:10: warning: Type Name Violation: Type name 'F' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:267:10: warning: Type Name Violation: Type name 'G' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:308:10: warning: Type Name Violation: Type name 'H' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:378:10: warning: Type Name Violation: Type name 'I' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:396:10: warning: Type Name Violation: Type name 'J' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:417:10: warning: Type Name Violation: Type name 'K' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:443:10: warning: Type Name Violation: Type name 'L' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:468:10: warning: Type Name Violation: Type name 'M' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:470:10: warning: Type Name Violation: Type name 'N' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:491:8: warning: Type Name Violation: Type name 'O' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:503:10: warning: Type Name Violation: Type name 'P' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests.swift:802:10: warning: Type Name Violation: Type name 'Q' should be between 3 and 40 characters long (type_name)
Linting '.build/checkouts/swift-argument-parser/Tools/changelog-authors/Models.swift' (73/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserPackageManagerTests/PackageManager/GenerateXcodeProject.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserPackageManagerTests/PackageManager/GenerateXcodeProject.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/SplitArgumentTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/SplitArgumentTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/SplitArgumentTests.swift:675:1: warning: File Length Violation: File should contain 400 lines or less: currently contains 675 (file_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/SplitArgumentTests.swift:26:14: error: Identifier Name Violation: Function name 'AssertIndexEqual(_:at:inputIndex:subIndex:file:line:)' should start with a lowercase character (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/SplitArgumentTests.swift:54:14: error: Identifier Name Violation: Function name 'AssertElementEqual(_:at:_:file:line:)' should start with a lowercase character (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/SplitArgumentTests.swift:469:9: error: Identifier Name Violation: Variable name 'a' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/SplitArgumentTests.swift:475:9: error: Identifier Name Violation: Variable name 'b' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/SplitArgumentTests.swift:487:9: error: Identifier Name Violation: Variable name 'a' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/SplitArgumentTests.swift:493:9: error: Identifier Name Violation: Variable name 'b' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/SplitArgumentTests.swift:19:1: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/SplitArgumentTests.swift:246:42: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/SplitArgumentTests.swift:278:42: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
Linting 'DocumentDate.swift' (74/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserPackageManagerTests/PackageManager/Options.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserPackageManagerTests/PackageManager/Options.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserPackageManagerTests/PackageManager/Options.swift:111:18: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+GroupName.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+GroupName.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+GroupName.swift:259:3: warning: Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 88 lines (function_body_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+GroupName.swift:82:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 144 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+GroupName.swift:106:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 152 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+GroupName.swift:147:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 141 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+GroupName.swift:169:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 149 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+GroupName.swift:309:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 134 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+GroupName.swift:332:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 142 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/HelpGenerationTests+GroupName.swift:247:17: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
Linting 'Section.swift' (75/212)
Linting 'Document.swift' (76/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserGenerateDoccReferenceTests/GenerateDoccReferenceTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserGenerateDoccReferenceTests/GenerateDoccReferenceTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'MDocASTNodeWrapper.swift' (77/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/changelog-authors/ChangelogAuthors.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/changelog-authors/ChangelogAuthors.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'ForEach.swift' (78/212)
Linting 'MDocBuilder.swift' (79/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Package.swift:2:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Package.swift:11:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Package.swift:26:35: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Package.swift:121:48: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Package.swift:137:37: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
Linting 'Container.swift' (80/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/changelog-authors/Util.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/changelog-authors/Util.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/changelog-authors/Util.swift:22:7: warning: Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/changelog-authors/Util.swift:17:3: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
Linting 'Empty.swift' (81/212)
Linting 'MDocComponent.swift' (82/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-docc-reference/Extensions/ArgumentParser+Markdown.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-docc-reference/Extensions/ArgumentParser+Markdown.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-docc-reference/Extensions/ArgumentParser+Markdown.swift:45:3: warning: Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-docc-reference/Extensions/ArgumentParser+Markdown.swift:131:8: warning: Todo Violation: TODOs should be resolved (default values, short, etc.) (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-docc-reference/Extensions/ArgumentParser+Markdown.swift:166:8: warning: Todo Violation: TODOs should be resolved (default values, values, short,...) (todo)
Linting 'Authors.swift' (83/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/changelog-authors/Models.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/changelog-authors/Models.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:570:1: warning: File Length Violation: File should contain 400 lines or less: currently contains 570 (file_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:482:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 178 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:484:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 160 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:516:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 178 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:518:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 160 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:25:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:50:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:64:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:79:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:186:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:199:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:213:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:337:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:371:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:397:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:414:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:447:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:94:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:104:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:116:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:146:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:233:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:242:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:283:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:315:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:351:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:385:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:427:3: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:431:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:478:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:512:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:120:59: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:17:7: error: Type Body Length Violation: Class body should span 350 lines or less excluding comments and whitespace: currently spans 413 lines (type_body_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:18:18: warning: Type Name Violation: Type name 'A' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:33:18: warning: Type Name Violation: Type name 'B' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:43:18: warning: Type Name Violation: Type name 'C' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:57:18: warning: Type Name Violation: Type name 'D' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:69:18: warning: Type Name Violation: Type name 'E' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:153:18: warning: Type Name Violation: Type name 'F' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:161:18: warning: Type Name Violation: Type name 'G' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:169:18: warning: Type Name Violation: Type name 'H' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:177:18: warning: Type Name Violation: Type name 'I' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:185:18: warning: Type Name Violation: Type name 'J' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:198:18: warning: Type Name Violation: Type name 'K' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:212:18: warning: Type Name Violation: Type name 'L' should be between 3 and 40 characters long (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:98:7: warning: XCTFail Message Violation: An XCTFail call should include a description of the assertion (xctfail_message)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:110:7: warning: XCTFail Message Violation: An XCTFail call should include a description of the assertion (xctfail_message)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:123:7: warning: XCTFail Message Violation: An XCTFail call should include a description of the assertion (xctfail_message)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:149:7: warning: XCTFail Message Violation: An XCTFail call should include a description of the assertion (xctfail_message)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:237:7: warning: XCTFail Message Violation: An XCTFail call should include a description of the assertion (xctfail_message)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserUnitTests/ParsableArgumentsValidationTests.swift:246:7: warning: XCTFail Message Violation: An XCTFail call should include a description of the assertion (xctfail_message)
Linting 'Author.swift' (84/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/DocumentDate.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/DocumentDate.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/DocumentDate.swift:32:8: warning: Todo Violation: FIXMEs should be resolved (emit a diagnostic if this fail...) (todo)
Linting '.build/checkouts/swift-argument-parser/Tools/generate-docc-reference/Extensions/Process+SimpleAPI.swift' (85/212)
Linting 'Preamble.swift' (86/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Document.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Document.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'SeeAlso.swift' (87/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Core/MDocASTNodeWrapper.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Core/MDocASTNodeWrapper.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Core/Container.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Core/Container.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'Discussion.swift' (88/212)
Linting 'Exit.swift' (89/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Core/MDocComponent.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Core/MDocComponent.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'Synopsis.swift' (90/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Core/Empty.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Core/Empty.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'MultiPageDescription.swift' (91/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Authors.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Authors.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'List.swift' (92/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Core/MDocBuilder.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Core/MDocBuilder.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'ArgumentSynopsis.swift' (93/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Preamble.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Preamble.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'SinglePageDescription.swift' (94/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/SeeAlso.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/SeeAlso.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'String+Escaping.swift' (95/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserPackageManagerTests/PackageManager/Clean.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tests/ArgumentParserPackageManagerTests/PackageManager/Clean.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'MDocMacro.swift' (96/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Author.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Author.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Core/ForEach.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Core/ForEach.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'MDocASTNode.swift' (97/212)
Linting 'MDocSerializationContext.swift' (98/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Discussion.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Discussion.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'AuthorArgument.swift' (99/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Exit.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Exit.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Section.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Section.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'ArgumentParser+MDoc.swift' (100/212)
Linting 'GenerateManual.swift' (101/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Synopsis.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Synopsis.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'Date+ExpressibleByArgument.swift' (102/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/List.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/List.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting '.build/checkouts/swift-argument-parser/Tools/generate-docc-reference/GenerateDoccReference.swift' (103/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/MultiPageDescription.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/MultiPageDescription.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/MultiPageDescription.swift:31:11: warning: Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/ArgumentSynopsis.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/ArgumentSynopsis.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'GenerateDoccReferenceError.swift' (104/212)
Linting 'GenerateManualPluginError.swift' (105/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/SinglePageDescription.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/SinglePageDescription.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/SinglePageDescription.swift:46:9: warning: Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
Linting 'GenerateManualPlugin.swift' (106/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/String+Escaping.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/String+Escaping.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/String+Escaping.swift:32:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 134 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/String+Escaping.swift:51:1: error: Line Length Violation: Line should be 200 characters or less; currently it has 358 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/String+Escaping.swift:54:1: error: Line Length Violation: Line should be 200 characters or less; currently it has 210 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/String+Escaping.swift:77:1: error: Line Length Violation: Line should be 200 characters or less; currently it has 225 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/String+Escaping.swift:84:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 155 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/String+Escaping.swift:19:8: warning: Todo Violation: TODOs should be resolved (maybe drop `where character.is...) (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/String+Escaping.swift:49:8: warning: Todo Violation: FIXMEs should be resolved (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/String+Escaping.swift:66:8: warning: Todo Violation: TODOs should be resolved (maybe drop `where character.is...) (todo)
Linting 'Package@swift-5.8.swift' (107/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-docc-reference/Extensions/Process+SimpleAPI.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-docc-reference/Extensions/Process+SimpleAPI.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocASTNode.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocASTNode.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocASTNode.swift:21:8: error: Identifier Name Violation: Function name '_serialized(context:)' should start with a lowercase character (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocASTNode.swift:33:15: error: Identifier Name Violation: Function name '_serialized(context:)' should start with a lowercase character (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocASTNode.swift:39:15: error: Identifier Name Violation: Function name '_serialized(context:)' should start with a lowercase character (identifier_name)
Linting 'TestHelpers.swift' (108/212)
Linting '.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Name.swift' (109/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocSerializationContext.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocSerializationContext.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:12:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:76:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:1489:1: error: File Length Violation: File should contain 1000 lines or less: currently contains 1489 (file_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:106:15: error: Identifier Name Violation: Function name '_serialized(context:)' should start with a lowercase character (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:1317:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 160 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:1319:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 155 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:430:12: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:1044:12: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:849:3: warning: Orphaned Doc Comment Violation: A doc comment should be attached to a declaration (orphaned_doc_comment)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:852:3: warning: Orphaned Doc Comment Violation: A doc comment should be attached to a declaration (orphaned_doc_comment)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:855:3: warning: Orphaned Doc Comment Violation: A doc comment should be attached to a declaration (orphaned_doc_comment)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:398:6: warning: Todo Violation: TODOs should be resolved ("Ed") (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:401:6: warning: Todo Violation: TODOs should be resolved ("D1") (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:404:6: warning: Todo Violation: TODOs should be resolved ("Dl") (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:407:6: warning: Todo Violation: TODOs should be resolved ("Ql") (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:409:6: warning: Todo Violation: FIXMEs should be resolved (Documentation) (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:436:10: warning: Todo Violation: TODOs should be resolved (case column) (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:550:6: warning: Todo Violation: TODOs should be resolved ("Ta") (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:563:6: warning: Todo Violation: TODOs should be resolved ("Re") (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:616:6: warning: Todo Violation: TODOs should be resolved (HorizontalSpacing) (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:627:6: warning: Todo Violation: TODOs should be resolved ("Ek") (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:823:6: warning: Todo Violation: TODOs should be resolved ("Lb") (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:826:6: warning: Todo Violation: TODOs should be resolved ("In") (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:829:6: warning: Todo Violation: TODOs should be resolved ("Fd") (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:832:6: warning: Todo Violation: TODOs should be resolved ("Ft") (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:835:6: warning: Todo Violation: TODOs should be resolved ("Fc") (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:838:6: warning: Todo Violation: TODOs should be resolved ("Fn") (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:841:6: warning: Todo Violation: TODOs should be resolved ("Fa") (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:844:6: warning: Todo Violation: TODOs should be resolved ("Vt") (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:847:6: warning: Todo Violation: TODOs should be resolved ("Va") (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:850:6: warning: Todo Violation: TODOs should be resolved ("Dv") (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:853:6: warning: Todo Violation: TODOs should be resolved ("Er") (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:856:6: warning: Todo Violation: TODOs should be resolved ("Ev") (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:935:6: warning: Todo Violation: TODOs should be resolved (KernelConfiguration) (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:945:6: warning: Todo Violation: TODOs should be resolved (MemoryAddress) (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:955:6: warning: Todo Violation: TODOs should be resolved (MathematicalSymbol) (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:1290:6: warning: Todo Violation: TODOs should be resolved (GenericEnclosure) (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:1316:6: warning: Todo Violation: TODOs should be resolved (ReturnStandard) (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:1328:6: warning: Todo Violation: TODOs should be resolved (StandardsReference) (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/MDoc/MDocMacro.swift:130:8: error: Type Body Length Violation: Enum body should span 350 lines or less excluding comments and whitespace: currently spans 455 lines (type_body_length)
Linting 'StringHelpers.swift' (110/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/GenerateManual.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/GenerateManual.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/GenerateManual.swift:143:3: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
Linting 'ToolInfo.swift' (111/212)
Linting '.build/checkouts/swift-argument-parser/Plugins/GenerateDoccReference/GenerateDoccReference.swift' (112/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/Extensions/ArgumentParser+MDoc.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/Extensions/ArgumentParser+MDoc.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/Extensions/ArgumentParser+MDoc.swift:44:8: warning: Todo Violation: FIXMEs should be resolved (MDocMacro.Emphasis?) (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/Extensions/Date+ExpressibleByArgument.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/Extensions/Date+ExpressibleByArgument.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/Extensions/Date+ExpressibleByArgument.swift:25:9: error: Identifier Name Violation: Variable name '_year' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/Extensions/Date+ExpressibleByArgument.swift:29:9: error: Identifier Name Violation: Variable name '_month' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/Extensions/Date+ExpressibleByArgument.swift:33:9: error: Identifier Name Violation: Variable name '_day' should only contain alphanumeric and other allowed characters (identifier_name)
Linting 'DumpHelpGenerator.swift' (113/212)
Linting 'HelpGenerator.swift' (114/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/AuthorArgument.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/AuthorArgument.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-docc-reference/GenerateDoccReference.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-docc-reference/GenerateDoccReference.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-docc-reference/GenerateDoccReference.swift:146:3: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
Linting 'UsageGenerator.swift' (115/212)
Linting 'OptionGroup.swift' (116/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Plugins/GenerateDoccReference/GenerateDoccReferenceError.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Plugins/GenerateDoccReference/GenerateDoccReferenceError.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Plugins/GenerateManual/GenerateManualPlugin.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Plugins/GenerateManual/GenerateManualPlugin.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Plugins/GenerateManual/GenerateManualPlugin.swift:86:31: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
Linting 'MessageInfo.swift' (117/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Package@swift-5.8.swift:2:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Package@swift-5.8.swift:11:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Package@swift-5.8.swift:26:35: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Package@swift-5.8.swift:122:48: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Package@swift-5.8.swift:138:37: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
Linting 'HelpCommand.swift' (118/212)
Linting 'ArgumentHelp.swift' (119/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Plugins/GenerateManual/GenerateManualPluginError.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Plugins/GenerateManual/GenerateManualPluginError.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Name.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/DSL/Name.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'NameSpecification.swift' (120/212)
Linting 'Option.swift' (121/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParserTestHelpers/StringHelpers.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParserTestHelpers/StringHelpers.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParserTestHelpers/StringHelpers.swift:14:15: error: Identifier Name Violation: Variable name 'i' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Tests/CupertinoCoreTests/BugTests.swift:221:9: warning: Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Tests/CupertinoCoreTests/BugTests.swift:123:1: warning: Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 55 lines (function_body_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Tests/CupertinoCoreTests/BugTests.swift:216:63: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParserToolInfo/ToolInfo.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParserToolInfo/ToolInfo.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParserToolInfo/ToolInfo.swift:113:12: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
Linting 'Errors.swift' (122/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParserTestHelpers/TestHelpers.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParserTestHelpers/TestHelpers.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParserTestHelpers/TestHelpers.swift:607:1: warning: File Length Violation: File should contain 400 lines or less: currently contains 607 (file_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParserTestHelpers/TestHelpers.swift:79:13: error: Identifier Name Violation: Function name 'AssertResultFailure(_:_:file:line:)' should start with a lowercase character (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParserTestHelpers/TestHelpers.swift:95:13: error: Identifier Name Violation: Function name 'AssertErrorMessage(_:_:_:file:line:)' should start with a lowercase character (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParserTestHelpers/TestHelpers.swift:109:13: error: Identifier Name Violation: Function name 'AssertFullErrorMessage(_:_:_:file:line:)' should start with a lowercase character (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParserTestHelpers/TestHelpers.swift:124:13: error: Identifier Name Violation: Function name 'AssertParse(_:_:file:line:closure:)' should start with a lowercase character (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParserTestHelpers/TestHelpers.swift:138:13: error: Identifier Name Violation: Function name 'AssertParseCommand(_:_:_:file:line:closure:)' should start with a lowercase character (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParserTestHelpers/TestHelpers.swift:158:13: error: Identifier Name Violation: Function name 'AssertEqualStrings(actual:expected:file:line:)' should start with a lowercase character (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParserTestHelpers/TestHelpers.swift:232:13: error: Identifier Name Violation: Function name 'AssertHelp(_:for:columns:equals:file:line:)' should start with a lowercase character (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParserTestHelpers/TestHelpers.swift:273:13: error: Identifier Name Violation: Function name 'AssertHelp(_:for:root:columns:equals:file:line:)' should start with a lowercase character (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParserTestHelpers/TestHelpers.swift:313:15: error: Identifier Name Violation: Function name 'AssertExecuteCommand(command:expected:exitCode:file:line:environment:)' should start with a lowercase character (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParserTestHelpers/TestHelpers.swift:333:15: error: Identifier Name Violation: Function name 'AssertExecuteCommand(command:expected:exitCode:file:line:environment:)' should start with a lowercase character (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParserTestHelpers/TestHelpers.swift:403:15: error: Identifier Name Violation: Function name 'AssertJSONEqualFromString(actual:expected:for:file:line:)' should start with a lowercase character (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParserTestHelpers/TestHelpers.swift:60:1: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParserTestHelpers/TestHelpers.swift:491:32: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParserTestHelpers/TestHelpers.swift:528:26: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParserTestHelpers/TestHelpers.swift:533:34: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
Linting 'CompletionKind.swift' (123/212)
Linting 'ArgumentDiscussion.swift' (124/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Plugins/GenerateDoccReference/GenerateDoccReference.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Plugins/GenerateDoccReference/GenerateDoccReference.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Plugins/GenerateDoccReference/GenerateDoccReference.swift:90:31: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
Linting 'Flag.swift' (125/212)
Linting 'ArgumentVisibility.swift' (126/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:210:17: warning: Empty Enum Arguments Violation: Arguments can be omitted when matching enums with associated values if they are not used (empty_enum_arguments)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:212:22: warning: Empty Enum Arguments Violation: Arguments can be omitted when matching enums with associated values if they are not used (empty_enum_arguments)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:214:27: warning: Empty Enum Arguments Violation: Arguments can be omitted when matching enums with associated values if they are not used (empty_enum_arguments)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:116:26: error: Identifier Name Violation: Variable name '_discussion' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:119:26: error: Identifier Name Violation: Variable name '_discussion' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:187:20: error: Identifier Name Violation: Variable name 'n' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:189:21: error: Identifier Name Violation: Variable name 'n' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:191:34: error: Identifier Name Violation: Variable name 'n' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/DumpHelpGenerator.swift:58:8: warning: Todo Violation: FIXMEs should be resolved (This is a hack to inject the h...) (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:200:11: warning: Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:364:52: warning: Empty Enum Arguments Violation: Arguments can be omitted when matching enums with associated values if they are not used (empty_enum_arguments)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:529:1: warning: File Length Violation: File should contain 400 lines or less: currently contains 529 (file_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:27:7: warning: Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 61 lines (function_body_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:200:18: error: Function Body Length Violation: Function body should span 100 lines or less excluding comments and whitespace: currently spans 116 lines (function_body_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:18:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:108:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpGenerator.swift:12:10: warning: Type Body Length Violation: Struct body should span 250 lines or less excluding comments and whitespace: currently spans 320 lines (type_body_length)
Linting 'Argument.swift' (127/212)
Linting 'Mutex.swift' (128/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpCommand.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/HelpCommand.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'Platform.swift' (129/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/OptionGroup.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/OptionGroup.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/OptionGroup.swift:35:16: error: Identifier Name Violation: Variable name '_parsedValue' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/OptionGroup.swift:36:16: error: Identifier Name Violation: Variable name '_visibility' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/OptionGroup.swift:40:16: error: Identifier Name Violation: Variable name '_dummy' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/OptionGroup.swift:45:17: error: Identifier Name Violation: Variable name '_parsedValue' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/OptionGroup.swift:50:20: error: Identifier Name Violation: Variable name '_decoder' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/OptionGroup.swift:51:12: error: Identifier Name Violation: Variable name 'd' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/OptionGroup.swift:57:14: error: Identifier Name Violation: Variable name 'd' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/OptionGroup.swift:101:23: error: Identifier Name Violation: Variable name 'v' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/OptionGroup.swift:118:21: error: Identifier Name Violation: Variable name 'v' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/OptionGroup.swift:129:15: error: Identifier Name Violation: Variable name '_hiddenFromHelp' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/OptionGroup.swift:147:16: error: Identifier Name Violation: Variable name '_visibility' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/OptionGroup.swift:53:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/OptionGroup.swift:38:6: warning: Todo Violation: FIXMEs should be resolved (Adding this property works aro...) (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/ArgumentHelp.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/ArgumentHelp.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:25:3: error: Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 26 (cyclomatic_complexity)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:25:3: error: Function Body Length Violation: Initializer body should span 100 lines or less excluding comments and whitespace: currently spans 112 lines (function_body_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:30:14: error: Identifier Name Violation: Variable name 'e' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:76:14: error: Identifier Name Violation: Variable name 'e' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:27:9: warning: Implicit Optional Initialization Violation: Optional should be implicitly initialized without nil (implicit_optional_initialization)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/MessageInfo.swift:152:10: warning: Todo Violation: FIXMEs should be resolved (refactor to avoid force unwrap) (todo)
Linting 'SwiftExtensions.swift' (130/212)
Linting '.build/checkouts/swift-argument-parser/Plugins/GenerateManual/PackagePlugin+Helpers.swift' (131/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/NameSpecification.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/NameSpecification.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/NameSpecification.swift:163:17: error: Identifier Name Violation: Variable name 'c' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/NameSpecification.swift:17:14: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
Linting 'SequenceExtensions.swift' (132/212)
Linting '.build/checkouts/swift-argument-parser/Plugins/GenerateDoccReference/PackagePlugin+Helpers.swift' (133/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:408:7: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:182:3: error: Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 23 (cyclomatic_complexity)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:535:1: warning: File Length Violation: File should contain 400 lines or less: currently contains 535 (file_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:182:3: warning: Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 58 lines (function_body_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:55:14: error: Identifier Name Violation: Variable name 'x' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:197:29: error: Identifier Name Violation: Variable name 'o' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:197:36: error: Identifier Name Violation: Variable name 'n' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:199:37: error: Identifier Name Violation: Variable name 'o' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:199:44: error: Identifier Name Violation: Variable name 'n' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:202:11: error: Identifier Name Violation: Variable name 'o' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:205:40: error: Identifier Name Violation: Variable name 'o' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:205:47: error: Identifier Name Violation: Variable name 'n' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:205:54: error: Identifier Name Violation: Variable name 'v' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:207:37: error: Identifier Name Violation: Variable name 'v' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:213:31: error: Identifier Name Violation: Variable name 'k' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:216:11: error: Identifier Name Violation: Variable name 'o' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:216:18: error: Identifier Name Violation: Variable name 'n' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:216:25: error: Identifier Name Violation: Variable name 'v' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:216:40: error: Identifier Name Violation: Variable name 'k' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:216:62: error: Identifier Name Violation: Variable name 'e' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:221:42: error: Identifier Name Violation: Variable name 'c' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:248:11: error: Identifier Name Violation: Variable name 'o' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:248:18: error: Identifier Name Violation: Variable name 'n' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:248:25: error: Identifier Name Violation: Variable name 'v' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:248:40: error: Identifier Name Violation: Variable name 'k' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:248:62: error: Identifier Name Violation: Variable name 'e' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:251:40: error: Identifier Name Violation: Variable name 'n' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:253:23: error: Identifier Name Violation: Variable name 'k' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:380:11: error: Identifier Name Violation: Variable name 'v' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:429:11: error: Identifier Name Violation: Variable name 'p' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:443:15: error: Identifier Name Violation: Variable name 'n' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:443:23: error: Identifier Name Violation: Variable name 'v' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:445:18: error: Identifier Name Violation: Variable name 'v' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:496:15: error: Identifier Name Violation: Variable name 'n' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:496:23: error: Identifier Name Violation: Variable name 'v' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:499:18: error: Identifier Name Violation: Variable name 'v' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:501:15: error: Identifier Name Violation: Variable name 'n' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:371:3: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:389:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Usage/UsageGenerator.swift:408:7: warning: Todo Violation: TODOs should be resolved (review this message once envir...) (todo)
Linting '.build/checkouts/swift-argument-parser/Tools/generate-manual/Extensions/Process+SimpleAPI.swift' (134/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Option.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Option.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Option.swift:891:1: warning: File Length Violation: File should contain 400 lines or less: currently contains 891 (file_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Option.swift:53:16: error: Identifier Name Violation: Variable name '_parsedValue' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Option.swift:55:17: error: Identifier Name Violation: Variable name '_parsedValue' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Option.swift:59:20: error: Identifier Name Violation: Variable name '_decoder' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Option.swift:87:23: error: Identifier Name Violation: Variable name 'v' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Option.swift:102:21: error: Identifier Name Violation: Variable name 'v' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Option.swift:304:18: error: Identifier Name Violation: Variable name '_wrappedValue' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Option.swift:514:18: error: Identifier Name Violation: Variable name '_wrappedValue' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Option.swift:643:18: error: Identifier Name Violation: Variable name '_wrappedValue' should only contain alphanumeric and other allowed characters (identifier_name)
Linting 'CollectionExtensions.swift' (135/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/CompletionKind.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/CompletionKind.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'Tree.swift' (136/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'CodingKeyValidator.swift' (137/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/ArgumentDiscussion.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/ArgumentDiscussion.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'StringExtensions.swift' (138/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/ArgumentVisibility.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/ArgumentVisibility.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/ArgumentVisibility.swift:43:16: error: Identifier Name Violation: Variable name '_comparableLevel' should only contain alphanumeric and other allowed characters (identifier_name)
Linting 'ParsableArgumentsValidation.swift' (139/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Mutex.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Mutex.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Argument.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Argument.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Argument.swift:789:1: warning: File Length Violation: File should contain 400 lines or less: currently contains 789 (file_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Argument.swift:48:16: error: Identifier Name Violation: Variable name '_parsedValue' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Argument.swift:50:17: error: Identifier Name Violation: Variable name '_parsedValue' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Argument.swift:54:20: error: Identifier Name Violation: Variable name '_decoder' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Argument.swift:82:23: error: Identifier Name Violation: Variable name 'v' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Argument.swift:97:21: error: Identifier Name Violation: Variable name 'v' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Argument.swift:500:18: error: Identifier Name Violation: Variable name '_wrappedValue' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Argument.swift:592:18: error: Identifier Name Violation: Variable name '_wrappedValue' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Argument.swift:47:1: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
Linting 'NonsenseFlagsValidator.swift' (140/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Plugins/GenerateManual/PackagePlugin+Helpers.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Plugins/GenerateManual/PackagePlugin+Helpers.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'PositionalArgumentsValidator.swift' (141/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Plugins/GenerateDoccReference/PackagePlugin+Helpers.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Plugins/GenerateDoccReference/PackagePlugin+Helpers.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'UniqueNamesValidator.swift' (142/212)
Linting 'ZshCompletionsGenerator.swift' (143/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/SequenceExtensions.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/SequenceExtensions.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'FishCompletionsGenerator.swift' (144/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:16:14: error: Identifier Name Violation: Variable name '_staticArguments' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:125:14: error: Identifier Name Violation: Variable name 'a' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:125:26: error: Identifier Name Violation: Variable name 'b' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:125:38: error: Identifier Name Violation: Variable name 'p' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:204:9: error: Identifier Name Violation: Variable name 'w' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:166:9: warning: Implicit Optional Initialization Violation: Optional should be implicitly initialized without nil (implicit_optional_initialization)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:167:9: warning: Implicit Optional Initialization Violation: Optional should be implicitly initialized without nil (implicit_optional_initialization)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:165:3: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:172:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:177:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:234:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:44:8: warning: Todo Violation: FIXMEs should be resolved (This retrieves the user's pref...) (todo)
Linting 'ParsedValues.swift' (145/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:423:12: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:423:15: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:537:12: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:537:15: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:578:12: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:578:15: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:660:1: warning: File Length Violation: File should contain 400 lines or less: currently contains 660 (file_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:646:10: warning: Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 7 (function_parameter_count)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:73:16: error: Identifier Name Violation: Variable name '_parsedValue' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:75:17: error: Identifier Name Violation: Variable name '_parsedValue' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:79:20: error: Identifier Name Violation: Variable name '_decoder' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:107:23: error: Identifier Name Violation: Variable name 'v' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:124:21: error: Identifier Name Violation: Variable name 'v' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:241:18: error: Identifier Name Violation: Variable name '_value' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:423:12: error: Identifier Name Violation: Variable name 'i' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:537:12: error: Identifier Name Violation: Variable name 'i' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:578:12: error: Identifier Name Violation: Variable name 'i' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:428:15: warning: Implicit Optional Initialization Violation: Optional should be implicitly initialized without nil (implicit_optional_initialization)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:257:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 129 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:259:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 168 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:271:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 149 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:274:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 141 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:289:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 121 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:291:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 168 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:312:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 169 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:315:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 175 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:345:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 124 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:348:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 175 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:399:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 121 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:401:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 168 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:463:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 142 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:467:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 128 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:479:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 141 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:498:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 128 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:565:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 128 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:567:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 168 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:626:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 180 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:606:3: warning: Orphaned Doc Comment Violation: A doc comment should be attached to a declaration (orphaned_doc_comment)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:452:41: warning: Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:554:41: warning: Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Flag.swift:594:41: warning: Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
Linting 'BashCompletionsGenerator.swift' (146/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/SwiftExtensions.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/SwiftExtensions.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/SwiftExtensions.swift:14:26: error: Type Name Violation: Type name '_SendableMetatype' should only contain alphanumeric and other allowed characters (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/SwiftExtensions.swift:16:26: error: Type Name Violation: Type name '_SendableMetatype' should only contain alphanumeric and other allowed characters (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Tree.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Tree.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'CompletionsGenerator.swift' (147/212)
Linting 'ArgumentDefinition.swift' (148/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/Extensions/Process+SimpleAPI.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Tools/generate-manual/Extensions/Process+SimpleAPI.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/CollectionExtensions.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/CollectionExtensions.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/CollectionExtensions.swift:20:9: error: Identifier Name Violation: Variable name 'i' should be between 3 and 40 characters long (identifier_name)
Linting 'Parsed.swift' (149/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/ParsableArgumentsValidation.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/ParsableArgumentsValidation.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/ParsableArgumentsValidation.swift:13:15: error: Identifier Name Violation: Function name '_validate(parent:)' should start with a lowercase character (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/ParsableArgumentsValidation.swift:18:34: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
Linting 'InputOrigin.swift' (150/212)
Linting 'InputKey.swift' (151/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/CodingKeyValidator.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/CodingKeyValidator.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/CodingKeyValidator.swift:17:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/CodingKeyValidator.swift:35:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/CodingKeyValidator.swift:49:3: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/CodingKeyValidator.swift:82:3: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/CodingKeyValidator.swift:101:3: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/CodingKeyValidator.swift:107:23: warning: Prefer Type Checking Violation: Prefer `a is X` to `a as? X != nil` (prefer_type_checking)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/CodingKeyValidator.swift:117:7: warning: Redundant Discardable Let Violation: Prefer `_ = foo()` over `let _ = foo()` when discarding a result from a function (redundant_discardable_let)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/NonsenseFlagsValidator.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/NonsenseFlagsValidator.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/NonsenseFlagsValidator.swift:37:3: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/NonsenseFlagsValidator.swift:56:9: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
Linting 'ArgumentSet.swift' (152/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/UniqueNamesValidator.swift:46:7: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/UniqueNamesValidator.swift:46:21: warning: Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/UniqueNamesValidator.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/UniqueNamesValidator.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/UniqueNamesValidator.swift:32:3: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/StringExtensions.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/StringExtensions.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/StringExtensions.swift:145:3: warning: Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 65 lines (function_body_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/StringExtensions.swift:202:9: error: Identifier Name Violation: Variable name 'm' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/StringExtensions.swift:203:9: error: Identifier Name Violation: Variable name 'n' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/StringExtensions.swift:211:9: error: Identifier Name Violation: Variable name 'i' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/StringExtensions.swift:216:11: error: Identifier Name Violation: Variable name 'j' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/StringExtensions.swift:238:29: error: Identifier Name Violation: Variable name 'n' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/StringExtensions.swift:246:36: error: Identifier Name Violation: Variable name 'n' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/StringExtensions.swift:118:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 139 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/StringExtensions.swift:124:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 128 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/StringExtensions.swift:87:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/StringExtensions.swift:158:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
Linting 'SplitArguments.swift' (153/212)
Linting 'ArgumentDecoder.swift' (154/212)
Linting 'ParserError.swift' (155/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/ZshCompletionsGenerator.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/ZshCompletionsGenerator.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/ZshCompletionsGenerator.swift:84:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 145 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/ZshCompletionsGenerator.swift:114:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 125 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/ZshCompletionsGenerator.swift:156:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 153 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/ZshCompletionsGenerator.swift:194:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 122 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/ZshCompletionsGenerator.swift:205:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 121 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/ZshCompletionsGenerator.swift:216:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 164 characters (line_length)
Linting 'CommandParser.swift' (156/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ParsedValues.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ParsedValues.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ParsedValues.swift:43:12: error: Identifier Name Violation: Variable name 'e' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ParsedValues.swift:63:9: error: Identifier Name Violation: Variable name 'e' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ParsedValues.swift:66:9: error: Identifier Name Violation: Variable name 'v' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ParsedValues.swift:77:9: error: Identifier Name Violation: Variable name 'e' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ParsedValues.swift:80:9: error: Identifier Name Violation: Variable name 'v' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ParsedValues.swift:38:3: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
Linting 'ExpressibleByArgument.swift' (157/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/PositionalArgumentsValidator.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Validators/PositionalArgumentsValidator.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'CommandGroup.swift' (158/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/FishCompletionsGenerator.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/FishCompletionsGenerator.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/FishCompletionsGenerator.swift:167:11: warning: Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 14 (cyclomatic_complexity)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/FishCompletionsGenerator.swift:167:11: warning: Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 67 lines (function_body_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/FishCompletionsGenerator.swift:179:9: error: Identifier Name Violation: Variable name 'r' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/FishCompletionsGenerator.swift:36:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 146 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/FishCompletionsGenerator.swift:61:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 122 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/FishCompletionsGenerator.swift:148:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 124 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/FishCompletionsGenerator.swift:201:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 193 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/FishCompletionsGenerator.swift:210:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 139 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/FishCompletionsGenerator.swift:190:7: warning: Unneeded Break in Switch Violation: Avoid using unneeded break statements (unneeded_break_in_switch)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/BashCompletionsGenerator.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/BashCompletionsGenerator.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/BashCompletionsGenerator.swift:421:1: warning: File Length Violation: File should contain 400 lines or less: currently contains 421 (file_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/BashCompletionsGenerator.swift:75:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 135 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/BashCompletionsGenerator.swift:86:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 123 characters (line_length)
Linting 'AsyncParsableCommand.swift' (159/212)
Linting 'CommandConfiguration.swift' (160/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDefinition.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDefinition.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDefinition.swift:452:1: warning: File Length Violation: File should contain 400 lines or less: currently contains 452 (file_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDefinition.swift:112:21: error: Identifier Name Violation: Variable name 'n' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDefinition.swift:16:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDefinition.swift:17:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDefinition.swift:42:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDefinition.swift:210:3: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDefinition.swift:358:10: warning: Type Name Violation: Type name 'ArgumentDefinitionContainerExpressibleByArgument' should be between 3 and 40 characters long (type_name)
Linting 'EnumerableFlag.swift' (161/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:63:14: error: Identifier Name Violation: Variable name '_requesting' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:76:14: error: Identifier Name Violation: Variable name '_requestingVersion' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:119:15: error: Identifier Name Violation: Variable name '_shell' should only contain alphanumeric and other allowed characters (identifier_name)
Linting 'ParsableArguments.swift' (162/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/InputOrigin.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/InputOrigin.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/InputOrigin.swift:43:31: error: Identifier Name Violation: Variable name 'i' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/InputOrigin.swift:52:31: error: Identifier Name Violation: Variable name 'i' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/InputOrigin.swift:55:23: error: Identifier Name Violation: Variable name 'n' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/InputOrigin.swift:119:30: error: Identifier Name Violation: Variable name 'l' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/InputOrigin.swift:119:53: error: Identifier Name Violation: Variable name 'r' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/InputKey.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/InputKey.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'ParsableCommand.swift' (163/212)
Linting 'Repeat.swift' (164/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Parsed.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Parsed.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Parsed.swift:40:7: error: Identifier Name Violation: Variable name '_parsedValue' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Parsed.swift:41:8: error: Identifier Name Violation: Variable name '_parsedValue' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Parsed.swift:50:8: error: Identifier Name Violation: Variable name '_parsedValue' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Parsed.swift:54:8: error: Identifier Name Violation: Variable name '_decoder' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Parsed.swift:55:15: error: Identifier Name Violation: Variable name 'd' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Parsed.swift:70:26: error: Identifier Name Violation: Variable name 'a' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Parsed.swift:77:8: error: Identifier Name Violation: Variable name '_decoder' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Parsed.swift:83:14: error: Identifier Name Violation: Variable name 'd' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Parsed.swift:84:13: error: Identifier Name Violation: Variable name 'v' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Parsed.swift:85:7: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ParserError.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ParserError.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'SplitMix64.swift' (165/212)
Linting 'Color.swift' (166/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:293:12: error: Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 23 (cyclomatic_complexity)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:462:12: warning: Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:557:12: warning: Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 13 (cyclomatic_complexity)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:657:1: warning: File Length Violation: File should contain 400 lines or less: currently contains 657 (file_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:293:12: error: Function Body Length Violation: Function body should span 100 lines or less excluding comments and whitespace: currently spans 120 lines (function_body_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:462:12: warning: Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 64 lines (function_body_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:557:12: warning: Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 61 lines (function_body_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:136:10: warning: Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 7 (function_parameter_count)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:293:12: warning: Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:28:38: error: Identifier Name Violation: Variable name 'i' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:195:19: error: Identifier Name Violation: Variable name 'a' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:195:63: error: Identifier Name Violation: Variable name 'b' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:283:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:312:7: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:319:7: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:338:7: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:345:7: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:364:7: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:393:7: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:404:7: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:421:7: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:477:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:543:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:598:11: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:531:12: warning: Todo Violation: FIXMEs should be resolved (I dont actually know why this ...) (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:550:12: warning: Todo Violation: FIXMEs should be resolved (I dont actually know why this ...) (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:255:1: warning: Type Body Length Violation: Struct body should span 250 lines or less excluding comments and whitespace: currently spans 293 lines (type_body_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:609:9: warning: Unneeded Break in Switch Violation: Avoid using unneeded break statements (unneeded_break_in_switch)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:92:35: warning: Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:164:35: warning: Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:176:35: warning: Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentSet.swift:194:35: warning: Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDecoder.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDecoder.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDecoder.swift:216:27: error: Force Cast Violation: Force casts should be avoided (force_cast)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDecoder.swift:96:9: error: Identifier Name Violation: Variable name 'k' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDecoder.swift:188:15: error: Identifier Name Violation: Variable name 'e' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDecoder.swift:196:15: error: Identifier Name Violation: Variable name 'a' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDecoder.swift:234:17: error: Identifier Name Violation: Variable name 'e' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDecoder.swift:242:17: error: Identifier Name Violation: Variable name 's' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDecoder.swift:273:17: error: Identifier Name Violation: Variable name 't' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDecoder.swift:308:10: error: Identifier Name Violation: Variable name 'a' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDecoder.swift:113:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDecoder.swift:134:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDecoder.swift:155:3: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDecoder.swift:160:3: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/ArgumentDecoder.swift:282:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
Linting 'CountLines.swift' (167/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift:584:1: warning: Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift:722:1: warning: File Length Violation: File should contain 400 lines or less: currently contains 722 (file_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift:57:20: error: Identifier Name Violation: Variable name 'n' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift:58:29: error: Identifier Name Violation: Variable name 'n' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift:65:32: error: Identifier Name Violation: Variable name 'v' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift:147:22: error: Identifier Name Violation: Variable name 'l' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift:147:35: error: Identifier Name Violation: Variable name 'r' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift:177:7: error: Identifier Name Violation: Variable name '_elements' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift:425:9: error: Identifier Name Violation: Variable name 'e' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift:436:9: error: Identifier Name Violation: Variable name 'e' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift:455:9: error: Identifier Name Violation: Variable name 'i' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift:463:9: warning: Identifier Name Violation: Variable name 'lo' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift:464:9: warning: Identifier Name Violation: Variable name 'hi' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift:540:35: error: Identifier Name Violation: Variable name 'i' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift:611:19: error: Identifier Name Violation: Variable name 'a' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift:612:15: error: Identifier Name Violation: Variable name 'i' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift:663:11: error: Identifier Name Violation: Variable name 'i' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift:86:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift:158:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift:586:1: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift:711:3: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/SplitArguments.swift:650:5: warning: Unused Control Flow Label Violation: Unused control flow label should be removed (unused_control_flow_label)
Linting 'Math.swift' (168/212)
Linting 'runner.swift' (169/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:381:3: warning: Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 13 (cyclomatic_complexity)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:652:1: warning: File Length Violation: File should contain 400 lines or less: currently contains 652 (file_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:512:9: error: Identifier Name Violation: Variable name 's' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:509:13: warning: Large Tuple Violation: Tuples should have at most 2 members (large_tuple)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:58:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:65:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:157:3: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:187:3: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:259:7: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:362:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:374:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:461:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:483:7: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
Linting 'ServeCommand.swift' (170/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ExpressibleByArgument.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ExpressibleByArgument.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ExpressibleByArgument.swift:75:1: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ExpressibleByArgument.swift:85:7: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandGroup.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandGroup.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:25:14: error: Identifier Name Violation: Variable name '_superCommandName' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:148:5: error: Identifier Name Violation: Variable name '_superCommandName' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:181:17: error: Identifier Name Violation: Variable name '_commandName' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:210:17: error: Identifier Name Violation: Variable name '_commandName' should only contain alphanumeric and other allowed characters (identifier_name)
Linting 'CupertinoMCP.swift' (171/212)
Linting 'Cupertino.swift' (172/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/AsyncParsableCommand.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/AsyncParsableCommand.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting '.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Name.swift' (173/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/EnumerableFlag.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/EnumerableFlag.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'SupportingTypes.swift' (174/212)
Linting 'Commands.swift' (175/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Examples/color/Color.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Examples/color/Color.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Linting 'HTMLToMarkdown.swift' (176/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:28:14: error: Identifier Name Violation: Variable name '_errorLabel' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:33:14: error: Identifier Name Violation: Variable name '_commandName' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:59:21: error: Identifier Name Violation: Variable name '_errorLabel' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:108:9: error: Identifier Name Violation: Variable name '_error' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:165:22: error: Identifier Name Violation: Function name '_dumpHelp()' should start with a lowercase character (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:277:7: error: Identifier Name Violation: Variable name '_visibility' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:281:7: error: Identifier Name Violation: Variable name '_visibility' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:297:9: error: Identifier Name Violation: Variable name 'a' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:40:5: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:90:10: warning: Todo Violation: TODOs should be resolved (this should be a "wrong comman...) (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:32:8: error: Type Name Violation: Type name '_WrappedParsableCommand' should only contain alphanumeric and other allowed characters (type_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Examples/roll/SplitMix64.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Examples/roll/SplitMix64.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Examples/roll/SplitMix64.swift:21:9: error: Identifier Name Violation: Variable name 'z' should be between 3 and 40 characters long (identifier_name)
Linting 'CrawlerState.swift' (177/212)
Linting 'SampleCodeDownloader.swift' (178/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableCommand.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableCommand.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableCommand.swift:23:14: error: Identifier Name Violation: Variable name '_commandName' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableCommand.swift:38:21: error: Identifier Name Violation: Variable name '_commandName' should only contain alphanumeric and other allowed characters (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableCommand.swift:224:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 180 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableCommand.swift:259:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 122 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableCommand.swift:261:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 183 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableCommand.swift:270:1: error: Line Length Violation: Line should be 200 characters or less; currently it has 278 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableCommand.swift:232:3: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableCommand.swift:236:7: warning: Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
Linting 'SwiftEvolutionCrawler.swift' (179/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Examples/count-lines/CountLines.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Examples/count-lines/CountLines.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Examples/count-lines/CountLines.swift:21:7: warning: Implicit Optional Initialization Violation: Optional should be implicitly initialized without nil (implicit_optional_initialization)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Examples/count-lines/CountLines.swift:24:7: warning: Implicit Optional Initialization Violation: Optional should be implicitly initialized without nil (implicit_optional_initialization)
Linting 'PackageFetcher.swift' (180/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Examples/math/Math.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Examples/math/Math.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Examples/math/Math.swift:148:34: error: Identifier Name Violation: Variable name 'v' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Examples/math/Math.swift:149:16: error: Identifier Name Violation: Variable name 'k' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Examples/math/Math.swift:262:25: error: Identifier Name Violation: Variable name 's' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Examples/math/Math.swift:268:35: error: Identifier Name Violation: Variable name 's' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Examples/math/Math.swift:101:5: warning: Nesting Violation: Types should be nested at most 1 level deep (nesting)
Linting 'Crawler.swift' (181/212)
Linting 'PDFExporter.swift' (182/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoMCP/ServeCommand.swift:109:54: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
Linting 'CupertinoCore.swift' (183/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/arm64-apple-macosx/debug/CupertinoPackageTests.derived/runner.swift:125:1: warning: Duplicate Imports Violation: Imports should be unique (duplicate_imports)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/arm64-apple-macosx/debug/CupertinoPackageTests.derived/runner.swift:392:1: warning: Duplicate Imports Violation: Imports should be unique (duplicate_imports)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/arm64-apple-macosx/debug/CupertinoPackageTests.derived/runner.swift:502:1: warning: Duplicate Imports Violation: Imports should be unique (duplicate_imports)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/arm64-apple-macosx/debug/CupertinoPackageTests.derived/runner.swift:547:1: warning: File Length Violation: File should contain 400 lines or less: currently contains 547 (file_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/arm64-apple-macosx/debug/CupertinoPackageTests.derived/runner.swift:143:17: error: Identifier Name Violation: Variable name 'h' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/arm64-apple-macosx/debug/CupertinoPackageTests.derived/runner.swift:171:17: warning: Identifier Name Violation: Variable name 'fd' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/arm64-apple-macosx/debug/CupertinoPackageTests.derived/runner.swift:197:19: warning: Identifier Name Violation: Variable name 'fd' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/arm64-apple-macosx/debug/CupertinoPackageTests.derived/runner.swift:209:19: warning: Identifier Name Violation: Variable name 'fd' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/arm64-apple-macosx/debug/CupertinoPackageTests.derived/runner.swift:63:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 176 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/arm64-apple-macosx/debug/CupertinoPackageTests.derived/runner.swift:67:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 144 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/arm64-apple-macosx/debug/CupertinoPackageTests.derived/runner.swift:86:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 175 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/arm64-apple-macosx/debug/CupertinoPackageTests.derived/runner.swift:90:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 147 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/arm64-apple-macosx/debug/CupertinoPackageTests.derived/runner.swift:388:1: error: Line Length Violation: Line should be 200 characters or less; currently it has 209 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/arm64-apple-macosx/debug/CupertinoPackageTests.derived/runner.swift:456:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 151 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/arm64-apple-macosx/debug/CupertinoPackageTests.derived/runner.swift:508:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 177 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/arm64-apple-macosx/debug/CupertinoPackageTests.derived/runner.swift:33:34: warning: Non-optional String -> Data Conversion Violation: Prefer non-optional `Data(_:)` initializer when converting `String` to `Data` (non_optional_string_data_conversion)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/arm64-apple-macosx/debug/CupertinoPackageTests.derived/runner.swift:108:4: warning: Todo Violation: FIXMEs should be resolved (Copied from `Lock.swift` in TS...) (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/arm64-apple-macosx/debug/CupertinoPackageTests.derived/runner.swift:227:4: warning: Todo Violation: FIXMEs should be resolved (Copied from `XCTEvents.swift`,...) (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/arm64-apple-macosx/debug/CupertinoPackageTests.derived/runner.swift:256:8: warning: Todo Violation: TODOs should be resolved (Handle `userInfo: [AnyHashable...) (todo)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/arm64-apple-macosx/debug/CupertinoPackageTests.derived/runner.swift:547:1: warning: Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/arm64-apple-macosx/debug/CupertinoPackageTests.derived/runner.swift:542:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/arm64-apple-macosx/debug/CupertinoPackageTests.derived/runner.swift:524:90: warning: Void Return Violation: Prefer `-> Void` over `-> ()` (void_return)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCore/HTMLToMarkdown.swift:9:22: warning: Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'type_body_length' rule once, or re-enable it as soon as possible` (blanket_disable_command)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCore/HTMLToMarkdown.swift:600:1: warning: File Length Violation: File should contain 400 lines or less: currently contains 600 (file_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCore/HTMLToMarkdown.swift:399:40: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCore/HTMLToMarkdown.swift:537:26: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
Linting 'SearchIndex.swift' (184/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCLI/Commands.swift:504:1: warning: File Length Violation: File should contain 400 lines or less: currently contains 504 (file_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCLI/Commands.swift:488:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 134 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCLI/Commands.swift:171:61: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
Linting 'PriorityPackageGenerator.swift' (185/212)
Linting 'Package.swift' (186/212)
Linting 'SearchIndexBuilder.swift' (187/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Examples/repeat/Repeat.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Examples/repeat/Repeat.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Examples/repeat/Repeat.swift:28:9: error: Identifier Name Violation: Variable name 'i' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Examples/repeat/Repeat.swift:17:7: warning: Implicit Optional Initialization Violation: Optional should be implicitly initialized without nil (implicit_optional_initialization)
Linting 'SearchResult.swift' (188/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCore/PDFExporter.swift:10:22: warning: Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'function_body_length' rule once, or re-enable it as soon as possible` (blanket_disable_command)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCore/PDFExporter.swift:298:49: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
Linting 'Sources/CupertinoMCP/main.swift' (189/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCore/PriorityPackageGenerator.swift:5:22: warning: Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'function_body_length' rule once, or re-enable it as soon as possible` (blanket_disable_command)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCore/PriorityPackageGenerator.swift:23:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 121 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCore/PriorityPackageGenerator.swift:176:61: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCore/PriorityPackageGenerator.swift:191:45: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
Linting 'MCPServer+Export.swift' (190/212)
Linting 'Providers.swift' (191/212)
Linting 'MCPServer.swift' (192/212)
Linting 'Tool.swift' (193/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Name.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Name.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Name.swift:71:20: error: Identifier Name Violation: Variable name 'n' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Name.swift:73:21: error: Identifier Name Violation: Variable name 'n' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Name.swift:75:34: error: Identifier Name Violation: Variable name 'n' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Name.swift:82:20: error: Identifier Name Violation: Variable name 'n' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Name.swift:84:21: error: Identifier Name Violation: Variable name 'n' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Name.swift:86:34: error: Identifier Name Violation: Variable name 'n' should be between 3 and 40 characters long (identifier_name)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/Name.swift:105:21: error: Identifier Name Violation: Variable name 'c' should be between 3 and 40 characters long (identifier_name)
Linting 'DocsResourceProvider.swift' (194/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Package.swift:15:38: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Package.swift:28:66: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Package.swift:44:83: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Package.swift:88:29: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Package.swift:154:79: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Package.swift:169:79: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Package.swift:187:27: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Package.swift:205:21: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
Linting 'Content.swift' (195/212)
Linting 'MCPMethods.swift' (196/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoMCPSupport/DocsResourceProvider.swift:31:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 144 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoMCPSupport/DocsResourceProvider.swift:50:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 137 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoMCPSupport/DocsResourceProvider.swift:232:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 146 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoMCPSupport/DocsResourceProvider.swift:141:14: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
Linting 'Sources/CupertinoCLI/main.swift' (197/212)
Linting 'JSONRPC.swift' (198/212)
Linting 'MCPShared.swift' (199/212)
Linting 'Resource.swift' (200/212)
Linting 'Protocol.swift' (201/212)
Linting 'Prompt.swift' (202/212)
Linting '.build/checkouts/swift-argument-parser/Examples/roll/main.swift' (203/212)
Linting 'CupertinoShared.swift' (204/212)
Linting 'CupertinoSearchToolProvider.swift' (205/212)
Linting 'Constants.swift' (206/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Examples/roll/main.swift:1:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Examples/roll/main.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/.build/checkouts/swift-argument-parser/Examples/roll/main.swift:27:7: warning: Implicit Optional Initialization Violation: Optional should be implicitly initialized without nil (implicit_optional_initialization)
Linting 'Configuration.swift' (207/212)
Linting 'CupertinoLogger.swift' (208/212)
Linting 'StdioTransport.swift' (209/212)
Linting 'MCPTransport.swift' (210/212)
Linting 'Transport.swift' (211/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoSearchToolProvider/CupertinoSearchToolProvider.swift:38:14: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
Linting 'Sources/CupertinoShared/Models.swift' (212/212)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCore/PackageFetcher.swift:7:22: warning: Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'type_body_length' rule once, or re-enable it as soon as possible` (blanket_disable_command)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCore/PackageFetcher.swift:561:1: warning: File Length Violation: File should contain 400 lines or less: currently contains 561 (file_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoSearch/SearchIndex.swift:7:22: warning: Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'type_body_length' rule once, or re-enable it as soon as possible` (blanket_disable_command)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoSearch/SearchIndex.swift:7:39: warning: Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'function_body_length' rule once, or re-enable it as soon as possible` (blanket_disable_command)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoSearch/SearchIndex.swift:7:60: warning: Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'function_parameter_count' rule once, or re-enable it as soon as possible` (blanket_disable_command)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoSearch/SearchIndex.swift:432:1: warning: File Length Violation: File should contain 400 lines or less: currently contains 432 (file_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoSearch/SearchIndex.swift:390:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 132 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCore/SampleCodeDownloader.swift:11:39: warning: Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'function_body_length' rule once, or re-enable it as soon as possible` (blanket_disable_command)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCore/SampleCodeDownloader.swift:11:22: warning: Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'type_body_length' rule once, or re-enable it as soon as possible` (blanket_disable_command)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCore/SampleCodeDownloader.swift:610:1: warning: File Length Violation: File should contain 400 lines or less: currently contains 610 (file_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCore/SampleCodeDownloader.swift:446:43: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCore/SampleCodeDownloader.swift:532:49: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCore/SwiftEvolutionCrawler.swift:82:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 126 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCore/SwiftEvolutionCrawler.swift:230:49: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCore/Crawler.swift:8:22: warning: Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'function_body_length' rule once, or re-enable it as soon as possible` (blanket_disable_command)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCore/Crawler.swift:454:1: warning: File Length Violation: File should contain 400 lines or less: currently contains 454 (file_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCore/Crawler.swift:173:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 121 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCore/Crawler.swift:338:15: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCore/Crawler.swift:358:63: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoCore/Crawler.swift:18:14: warning: Type Body Length Violation: Class body should span 250 lines or less excluding comments and whitespace: currently spans 278 lines (type_body_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoShared/Constants.swift:684:1: warning: File Length Violation: File should contain 400 lines or less: currently contains 684 (file_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoShared/Constants.swift:367:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 128 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoShared/Constants.swift:370:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 129 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoShared/Constants.swift:373:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 144 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoShared/Constants.swift:377:1: warning: Line Length Violation: Line should be 120 characters or less; currently it has 123 characters (line_length)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoShared/Constants.swift:670:40: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoShared/Constants.swift:681:68: warning: Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
/Volumes/Code/DeveloperExt/private/cupertino/Packages/Sources/CupertinoShared/Constants.swift:6:8: warning: Type Body Length Violation: Enum body should span 250 lines or less excluding comments and whitespace: currently spans 251 lines (type_body_length)
Done linting! Found 1406 violations, 338 serious in 212 files.
