realm / SwiftLint

A tool to enforce Swift style and conventions.
https://realm.github.io/SwiftLint
MIT License
18.46k stars 2.2k forks source link

Use SwiftSyntax version 600.0.0-prerelease-2024-04-02 #5527

Closed SimplyDanny closed 2 weeks ago

SimplyDanny commented 3 months ago

We can also switch back to an exact SwiftSyntax version now with the plugins in a separate repository. In fact, using the plugin, no direct dependency to SwiftSyntax is required whatsoever.

SwiftLintBot commented 3 months ago
583 Warnings
:warning: If this is a user-facing change, please include a CHANGELOG entry to credit yourself!
You can find it at CHANGELOG.md.
:warning: This PR introduced a violation in Realm: /Realm/ObjectServerTests/ClientResetTests.swift:74:52: warning: Unneeded Parentheses in Closure Argument Violation: Parentheses are not needed when declaring closure arguments (unneeded_parentheses_in_closure_argument)
:warning: This PR introduced a violation in Realm: /Realm/ObjectServerTests/ClientResetTests.swift:74:53: error: Identifier Name Violation: Variable name 'e' should be between 3 and 40 characters long (identifier_name)
:warning: This PR introduced a violation in Realm: /Realm/ObjectServerTests/SwiftObjectServerTests.swift:685:52: warning: Unneeded Parentheses in Closure Argument Violation: Parentheses are not needed when declaring closure arguments (unneeded_parentheses_in_closure_argument)
:warning: This PR introduced a violation in Realm: /Realm/ObjectServerTests/SwiftObjectServerTests.swift:770:52: warning: Unneeded Parentheses in Closure Argument Violation: Parentheses are not needed when declaring closure arguments (unneeded_parentheses_in_closure_argument)
:warning: This PR introduced a violation in Swift: /stdlib/public/Concurrency/AsyncStream.swift:410:1: warning: Extension Access Modifier Violation: Prefer to use extension access modifiers (extension_access_modifier)
:warning: This PR introduced a violation in Swift: /stdlib/public/Concurrency/AsyncThrowingStream.swift:447:1: warning: Extension Access Modifier Violation: Prefer to use extension access modifiers (extension_access_modifier)
:warning: This PR introduced a violation in Swift: /stdlib/public/Concurrency/CheckedContinuation.swift:407:15: error: Identifier Name Violation: Function name 'resumeCheckedThrowingContinuation(:_:)' should start with a lowercase character (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/Concurrency/CheckedContinuation.swift:416:15: error: Identifier Name Violation: Function name 'resumeCheckedThrowingContinuationWithError(:_:)' should start with a lowercase character (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/Concurrency/PartialAsyncTask.swift:645:15: error: Identifier Name Violation: Function name 'resumeUnsafeThrowingContinuation(:_:)' should start with a lowercase character (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/Concurrency/PartialAsyncTask.swift:654:15: error: Identifier Name Violation: Function name 'resumeUnsafeThrowingContinuationWithError(:_:)' should start with a lowercase character (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/Concurrency/PartialAsyncTask.swift:691:5: warning: Identifier Name Violation: Variable name 'fn' should be between 3 and 40 characters long (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/Concurrency/PartialAsyncTask.swift:693:3: warning: Implicit Return Violation: Prefer implicit returns in closures, functions and getters (implicit_return)
:warning: This PR introduced a violation in Swift: /stdlib/public/Concurrency/PartialAsyncTask.swift:694:37: warning: Anonymous Argument in Multiline Closure Violation: Use named arguments in multiline closures (anonymous_argument_in_multiline_closure)
:warning: This PR introduced a violation in Swift: /stdlib/public/Concurrency/PartialAsyncTask.swift:727:5: warning: Identifier Name Violation: Variable name 'fn' should be between 3 and 40 characters long (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/Concurrency/PartialAsyncTask.swift:729:3: warning: Implicit Return Violation: Prefer implicit returns in closures, functions and getters (implicit_return)
:warning: This PR introduced a violation in Swift: /stdlib/public/Concurrency/PartialAsyncTask.swift:730:37: warning: Anonymous Argument in Multiline Closure Violation: Use named arguments in multiline closures (anonymous_argument_in_multiline_closure)
:warning: This PR introduced a violation in Swift: /stdlib/public/Concurrency/PartialAsyncTask.swift:737:13: error: Identifier Name Violation: Function name '_abiEnableAwaitContinuation()' should start with a lowercase character (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/Concurrency/PartialAsyncTask.swift:737:8: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable (unavailable_function)
:warning: This PR introduced a violation in Swift: /stdlib/public/Concurrency/PartialAsyncTask.swift:746:15: error: Identifier Name Violation: Function name 'swift_concurrency_jobPriority(:)' should start with a lowercase character (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/Concurrency/Task+TaskExecutor.swift:152:7: warning: Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)
:warning: This PR introduced a violation in Swift: /stdlib/public/Concurrency/Task+TaskExecutor.swift:166:13: error: Identifier Name Violation: Function name '_abi__withTaskExecutorPreference(:operation:)' should start with a lowercase character (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/Concurrency/Task+TaskExecutor.swift:177:7: warning: Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)
:warning: This PR introduced a violation in Swift: /stdlib/public/Concurrency/Task+TaskExecutor.swift:223:10: warning: Function Default Parameter at End Violation: Prefer to locate parameters with defaults toward the end of the parameter list (function_default_parameter_at_end)
:warning: This PR introduced a violation in Swift: /stdlib/public/Distributed/DistributedActor.swift:370:19: warning: Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)
:warning: This PR introduced a violation in Swift: /stdlib/public/Distributed/DistributedActor.swift:372:7: warning: Superfluous Else Violation: Else branches should be avoided when the previous if-block exits the current scope (superfluous_else)
:warning: This PR introduced a violation in Swift: /stdlib/public/Distributed/DistributedActor.swift:380:15: warning: Explicit ACL Violation: All declarations should specify Access Control Level keywords explicitly (explicit_acl)
:warning: This PR introduced a violation in Swift: /stdlib/public/Distributed/DistributedActor.swift:380:20: error: Identifier Name Violation: Function name '_abi_whenLocal(:)' should start with a lowercase character (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/Distributed/DistributedActor.swift:390:1: warning: Extension Access Modifier Violation: Prefer to use extension access modifiers (extension_access_modifier)
:warning: This PR introduced a violation in Swift: /stdlib/public/Distributed/DistributedActor.swift:393:22: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports (attributes)
:warning: This PR introduced a violation in Swift: /stdlib/public/Distributed/DistributedActor.swift:393:26: error: Identifier Name Violation: Variable name '__actorUnownedExecutor' should only contain alphanumeric and other allowed characters (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/Distributed/DistributedActor.swift:396:7: warning: Superfluous Else Violation: Else branches should be avoided when the previous if-block exits the current scope (superfluous_else)
:warning: This PR introduced a violation in Swift: /stdlib/public/Distributed/DistributedActor.swift:429:13: error: Identifier Name Violation: Function name '_isRemoteActor(:)' should start with a lowercase character (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/Distributed/DistributedActor.swift:435:13: error: Identifier Name Violation: Function name '_isLocalActor(:)' should start with a lowercase character (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/Distributed/DistributedActor.swift:436:3: warning: Implicit Return Violation: Prefer implicit returns in closures, functions and getters (implicit_return)
:warning: This PR introduced a violation in Swift: /stdlib/public/Distributed/DistributedActor.swift:442:1: warning: Explicit ACL Violation: All declarations should specify Access Control Level keywords explicitly (explicit_acl)
:warning: This PR introduced a violation in Swift: /stdlib/public/Distributed/DistributedActor.swift:442:1: warning: Explicit Top Level ACL Violation: Top-level declarations should specify Access Control Level keywords explicitly (explicit_top_level_acl)
:warning: This PR introduced a violation in Swift: /stdlib/public/Distributed/DistributedActor.swift:442:6: error: Identifier Name Violation: Function name 'distributedActorRemoteInitialize(:)' should start with a lowercase character (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/Distributed/DistributedActor.swift:447:17: error: Type Name Violation: Type name '_DistributedActorStub' should only contain alphanumeric and other allowed characters (type_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/Distributed/DistributedActor.swift:447:8: warning: One Declaration per File Violation: Only a single declaration is allowed in a file (one_declaration_per_file)
:warning: This PR introduced a violation in Swift: /stdlib/public/Distributed/DistributedActor.swift:450:13: error: Identifier Name Violation: Function name '_distributedStubFatalError(function:)' should start with a lowercase character (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/Synchronization/Mutex/Mutex.swift:59:1: warning: Extension Access Modifier Violation: Prefer to use extension access modifiers (extension_access_modifier)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1037:24: warning: Multiline Arguments Brackets Violation: Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1037:49: warning: Multiline Arguments Violation: Arguments should be either on the same line, or one per line (multiline_arguments)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1038:5: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1039:42: warning: Multiline Arguments Brackets Violation: Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1045:1: warning: Explicit ACL Violation: All declarations should specify Access Control Level keywords explicitly (explicit_acl)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1045:1: warning: Explicit Top Level ACL Violation: Top-level declarations should specify Access Control Level keywords explicitly (explicit_top_level_acl)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1045:6: error: Identifier Name Violation: Function name '_abi_withoutActuallyEscaping(:do:)' should start with a lowercase character (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1052:24: warning: Multiline Arguments Brackets Violation: Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1052:49: warning: Multiline Arguments Violation: Arguments should be either on the same line, or one per line (multiline_arguments)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1053:5: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1054:42: warning: Multiline Arguments Brackets Violation: Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1061:13: error: Identifier Name Violation: Function name 'openExistential(:do:)' should start with a lowercase character (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1068:24: warning: Multiline Arguments Brackets Violation: Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1068:49: warning: Multiline Arguments Violation: Arguments should be either on the same line, or one per line (multiline_arguments)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1069:5: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1070:42: warning: Multiline Arguments Brackets Violation: Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1076:1: warning: Explicit ACL Violation: All declarations should specify Access Control Level keywords explicitly (explicit_acl)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1076:1: warning: Explicit Top Level ACL Violation: Top-level declarations should specify Access Control Level keywords explicitly (explicit_top_level_acl)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1076:6: error: Identifier Name Violation: Function name '_abi_openExistential(:do:)' should start with a lowercase character (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1083:24: warning: Multiline Arguments Brackets Violation: Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1083:49: warning: Multiline Arguments Violation: Arguments should be either on the same line, or one per line (multiline_arguments)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1084:5: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1085:42: warning: Multiline Arguments Brackets Violation: Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1097:1: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports (attributes)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1097:6: error: Identifier Name Violation: Function name 'getGlobalStringTablePointer(:)' should start with a lowercase character (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1098:3: warning: Implicit Return Violation: Prefer implicit returns in closures, functions and getters (implicit_return)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1104:1: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports (attributes)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Builtin.swift:1104:6: error: Identifier Name Violation: Function name '_allocateVector(elementType:capacity:)' should start with a lowercase character (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1197:9: error: Identifier Name Violation: Variable name 'n' should be between 3 and 40 characters long (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1197:9: warning: Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1202:9: warning: Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1205:9: error: Identifier Name Violation: Variable name 'i' should be between 3 and 40 characters long (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1205:9: warning: Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1221:3: warning: Explicit ACL Violation: All declarations should specify Access Control Level keywords explicitly (explicit_acl)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1221:8: error: Identifier Name Violation: Function name '_rethrows_map(:)' should start with a lowercase character (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1248:39: error: Identifier Name Violation: Variable name 'k' should be between 3 and 40 characters long (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1250:9: warning: Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1275:38: error: Identifier Name Violation: Variable name 'k' should be between 3 and 40 characters long (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1277:75: warning: Multiline Arguments Brackets Violation: Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1278:9: warning: Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1279:21: warning: Multiline Arguments Brackets Violation: Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1279:9: warning: Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1280:25: warning: Multiline Arguments Violation: Arguments should be either on the same line, or one per line (multiline_arguments)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1280:44: warning: Multiline Arguments Brackets Violation: Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1280:7: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1297:9: warning: Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1328:65: warning: Multiline Arguments Brackets Violation: Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1329:21: warning: Multiline Arguments Brackets Violation: Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1329:9: warning: Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1330:28: warning: Multiline Arguments Violation: Arguments should be either on the same line, or one per line (multiline_arguments)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1330:47: warning: Multiline Arguments Brackets Violation: Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1330:7: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1347:9: warning: Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1378:65: warning: Multiline Arguments Brackets Violation: Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1379:9: warning: Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1380:23: warning: Multiline Arguments Brackets Violation: Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1380:9: warning: Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1381:25: warning: Multiline Arguments Violation: Arguments should be either on the same line, or one per line (multiline_arguments)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1381:44: warning: Multiline Arguments Brackets Violation: Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1381:7: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1421:5: warning: Implicit Return Violation: Prefer implicit returns in closures, functions and getters (implicit_return)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1459:5: warning: Implicit Return Violation: Prefer implicit returns in closures, functions and getters (implicit_return)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1494:5: warning: Implicit Return Violation: Prefer implicit returns in closures, functions and getters (implicit_return)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1570:9: warning: Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1571:9: warning: Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1574:13: warning: Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1593:1: warning: Extension Access Modifier Violation: Prefer to use extension access modifiers (extension_access_modifier)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1647:5: warning: Implicit Return Violation: Prefer implicit returns in closures, functions and getters (implicit_return)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1650:23: warning: Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1650:42: warning: Multiline Arguments Brackets Violation: Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1654:1: warning: Extension Access Modifier Violation: Prefer to use extension access modifiers (extension_access_modifier)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1667:24: warning: Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1667:9: warning: Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1683:38: error: Identifier Name Violation: Variable name 'k' should be between 3 and 40 characters long (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1684:5: warning: Conditional Returns on Newline Violation: Conditional statements should always return on the next line (conditional_returns_on_newline)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/Collection.swift:1688:69: warning: Multiline Arguments Brackets Violation: Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/ExistentialCollection.swift:1376:19: error: Force Cast Violation: Force casts should be avoided (force_cast)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/ExistentialCollection.swift:1479:19: error: Force Cast Violation: Force casts should be avoided (force_cast)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/ExistentialCollection.swift:1588:19: error: Force Cast Violation: Force casts should be avoided (force_cast)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/ExistentialCollection.swift:1699:19: error: Force Cast Violation: Force casts should be avoided (force_cast)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/LifetimeManager.swift:113:15: error: Identifier Name Violation: Function name '_abi_se0413_withUnsafeMutablePointer(to::)' should start with a lowercase character (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/LifetimeManager.swift:117:3: warning: Implicit Return Violation: Prefer implicit returns in closures, functions and getters (implicit_return)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/LifetimeManager.swift:125:13: error: Identifier Name Violation: Function name 'withUnprotectedUnsafeMutablePointer(to::)' should start with a lowercase character (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/LifetimeManager.swift:131: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)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/LifetimeManager.swift:164: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)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/LifetimeManager.swift:165:3: warning: Implicit Return Violation: Prefer implicit returns in closures, functions and getters (implicit_return)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/LifetimeManager.swift:174:15: error: Identifier Name Violation: Function name '_abi_withUnsafePointer(to::)' should start with a lowercase character (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/LifetimeManager.swift:178: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)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/LifetimeManager.swift:179:3: warning: Implicit Return Violation: Prefer implicit returns in closures, functions and getters (implicit_return)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/LifetimeManager.swift:1:1: warning: File Name Violation: File name should match a type or extension declared in the file (if any) (file_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/LifetimeManager.swift:220:15: error: Identifier Name Violation: Function name '_abi_se0413_withUnsafePointer(to::)' should start with a lowercase character (identifier_name)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/LifetimeManager.swift:224:3: warning: Implicit Return Violation: Prefer implicit returns in closures, functions and getters (implicit_return)
:warning: This PR introduced a violation in Swift: /stdlib/public/core/LifetimeManager.swift:232:13: error: Identifier Name Violation: Function name 'withUnprotectedUnsafePointer(to::)' should start with a lowercase character (identifier_name)
:warning: Danger found 583 violations with this PR. Due to GitHub's max issue comment size, the number shown has been truncated to 135.
105 Messages
:book: Linting Aerial with this PR took 0.89s vs 1.13s on main (21% faster)
:book: Linting Alamofire with this PR took 1.28s vs 1.65s on main (22% faster)
:book: Linting Brave with this PR took 7.29s vs 9.54s on main (23% faster)
:book: Linting DuckDuckGo with this PR took 3.97s vs 4.94s on main (19% faster)
:book: Linting Firefox with this PR took 10.49s vs 12.77s on main (17% faster)
:book: Linting Kickstarter with this PR took 9.26s vs 11.54s on main (19% faster)
:book: Linting Moya with this PR took 0.52s vs 0.64s on main (18% faster)
:book: Linting NetNewsWire with this PR took 2.49s vs 3.22s on main (22% faster)
:book: Linting Nimble with this PR took 0.76s vs 0.94s on main (19% faster)
:book: Linting PocketCasts with this PR took 8.17s vs 9.35s on main (12% faster)
:book: Linting Quick with this PR took 0.42s vs 0.49s on main (14% faster)
:book: Linting Realm with this PR took 4.62s vs 5.81s on main (20% faster)
:book: Linting Sourcery with this PR took 2.29s vs 2.97s on main (22% faster)
:book: Linting Swift with this PR took 4.5s vs 5.73s on main (21% faster)
:book: Linting VLC with this PR took 1.2s vs 1.54s on main (22% faster)
:book: Linting Wire with this PR took 17.02s vs 21.93s on main (22% faster)
:book: Linting WordPress with this PR took 12.83s vs 16.86s on main (23% faster)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncCompactMapSequence.swift:150:11: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncCompactMapSequence.swift:154:11: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncDropFirstSequence.swift:137:11: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncDropFirstSequence.swift:142:7: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncDropWhileSequence.swift:148:11: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncDropWhileSequence.swift:152:11: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncDropWhileSequence.swift:155:7: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncFilterSequence.swift:133:11: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncFilterSequence.swift:136:11: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncFlatMapSequence.swift:296:13: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncFlatMapSequence.swift:305:13: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncFlatMapSequence.swift:316:13: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncFlatMapSequence.swift:323:7: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncIteratorProtocol.swift:109:74: warning: Variable Declaration Whitespace Violation: Variable declarations should be separated from other statements by a blank line (let_var_whitespace)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncIteratorProtocol.swift:109:75: error: Identifier Name Violation: Variable name 'Failure' should start with a lowercase character (identifier_name)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncIteratorProtocol.swift:121:7: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncIteratorProtocol.swift:137:5: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncMapSequence.swift:135:9: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncMapSequence.swift:137:7: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncPrefixSequence.swift:127:9: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncPrefixSequence.swift:129:9: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncPrefixWhileSequence.swift:139:11: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncPrefixWhileSequence.swift:144:7: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncStream.swift:425:35: error: Identifier Name Violation: Function name 'Result()' should start with a lowercase character (identifier_name)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncStream.swift:425:35: warning: Explicit ACL Violation: All declarations should specify Access Control Level keywords explicitly (explicit_acl)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncStream.swift:581:10: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable (unavailable_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncThrowingCompactMapSequence.swift:169:11: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncThrowingCompactMapSequence.swift:173:13: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncThrowingCompactMapSequence.swift:180:7: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncThrowingDropWhileSequence.swift:172:11: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncThrowingDropWhileSequence.swift:177:13: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncThrowingDropWhileSequence.swift:185:9: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncThrowingDropWhileSequence.swift:187:7: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncThrowingFilterSequence.swift:153:11: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncThrowingFilterSequence.swift:157:13: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncThrowingFilterSequence.swift:165:7: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncThrowingFlatMapSequence.swift:194:13: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncThrowingFlatMapSequence.swift:201:13: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncThrowingFlatMapSequence.swift:212:13: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncThrowingFlatMapSequence.swift:220:7: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncThrowingMapSequence.swift:154:9: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncThrowingMapSequence.swift:157:9: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncThrowingPrefixWhileSequence.swift:155:13: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncThrowingPrefixWhileSequence.swift:164:7: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncThrowingStream.swift:257:20: warning: Operator Usage Whitespace Violation: Operators should be surrounded by a single whitespace when they are being used (operator_usage_whitespace)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncThrowingStream.swift:435:7: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncThrowingStream.swift:466:35: error: Identifier Name Violation: Function name 'Result()' should start with a lowercase character (identifier_name)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncThrowingStream.swift:466:35: warning: Explicit ACL Violation: All declarations should specify Access Control Level keywords explicitly (explicit_acl)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncThrowingStream.swift:620:10: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable (unavailable_function)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/Task+TaskExecutor.swift:132:8: warning: Function Default Parameter at End Violation: Prefer to locate parameters with defaults toward the end of the parameter list (function_default_parameter_at_end)
:book: This PR fixed a violation in Swift: /stdlib/public/Synchronization/Mutex/Mutex.swift:135:43: warning: Explicit ACL Violation: All declarations should specify Access Control Level keywords explicitly (explicit_acl)
:book: This PR fixed a violation in Swift: /stdlib/public/Synchronization/Mutex/Mutex.swift:135:43: warning: Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)
:book: This PR fixed a violation in Swift: /stdlib/public/Synchronization/Mutex/Mutex.swift:135:43: warning: Variable Declaration Whitespace Violation: Variable declarations should be separated from other statements by a blank line (let_var_whitespace)
:book: This PR fixed a violation in Swift: /stdlib/public/Synchronization/Mutex/Mutex.swift:135:44: error: Identifier Name Violation: Variable name 'E' should be between 3 and 40 characters long (identifier_name)
:book: This PR fixed a violation in Swift: /stdlib/public/core/Collection.swift:1194:34: warning: Explicit ACL Violation: All declarations should specify Access Control Level keywords explicitly (explicit_acl)
:book: This PR fixed a violation in Swift: /stdlib/public/core/Collection.swift:1194:34: warning: Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)
:book: This PR fixed a violation in Swift: /stdlib/public/core/Collection.swift:1194:34: warning: Variable Declaration Whitespace Violation: Variable declarations should be separated from other statements by a blank line (let_var_whitespace)
:book: This PR fixed a violation in Swift: /stdlib/public/core/Collection.swift:1194:35: error: Identifier Name Violation: Variable name 'E' should be between 3 and 40 characters long (identifier_name)
:book: This PR fixed a violation in Swift: /stdlib/public/core/ManagedBuffer.swift:164:13: warning: Explicit ACL Violation: All declarations should specify Access Control Level keywords explicitly (explicit_acl)
:book: This PR fixed a violation in Swift: /stdlib/public/core/ManagedBuffer.swift:164:13: warning: Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)
:book: This PR fixed a violation in Swift: /stdlib/public/core/ManagedBuffer.swift:164:13: warning: Variable Declaration Whitespace Violation: Variable declarations should be separated from other statements by a blank line (let_var_whitespace)
:book: This PR fixed a violation in Swift: /stdlib/public/core/ManagedBuffer.swift:164:14: error: Identifier Name Violation: Variable name 'E' should be between 3 and 40 characters long (identifier_name)
:book: This PR fixed a violation in Swift: /stdlib/public/core/Optional.swift:190:34: warning: Explicit ACL Violation: All declarations should specify Access Control Level keywords explicitly (explicit_acl)
:book: This PR fixed a violation in Swift: /stdlib/public/core/Optional.swift:190:34: warning: Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)
:book: This PR fixed a violation in Swift: /stdlib/public/core/Optional.swift:190:34: warning: Variable Declaration Whitespace Violation: Variable declarations should be separated from other statements by a blank line (let_var_whitespace)
:book: This PR fixed a violation in Swift: /stdlib/public/core/Optional.swift:190:35: error: Identifier Name Violation: Variable name 'E' should be between 3 and 40 characters long (identifier_name)
:book: This PR fixed a violation in Swift: /stdlib/public/core/Result.swift:310:7: warning: Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
:book: This PR fixed a violation in Swift: /stdlib/public/core/Sequence.swift:687:34: warning: Explicit ACL Violation: All declarations should specify Access Control Level keywords explicitly (explicit_acl)
:book: This PR fixed a violation in Swift: /stdlib/public/core/Sequence.swift:687:34: warning: Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)
:book: This PR fixed a violation in Swift: /stdlib/public/core/Sequence.swift:687:34: warning: Variable Declaration Whitespace Violation: Variable declarations should be separated from other statements by a blank line (let_var_whitespace)
:book: This PR fixed a violation in Swift: /stdlib/public/core/Sequence.swift:687:35: error: Identifier Name Violation: Variable name 'E' should be between 3 and 40 characters long (identifier_name)
:book: This PR fixed a violation in Swift: /stdlib/public/core/SequenceAlgorithms.swift:607:38: warning: Explicit ACL Violation: All declarations should specify Access Control Level keywords explicitly (explicit_acl)
:book: This PR fixed a violation in Swift: /stdlib/public/core/SequenceAlgorithms.swift:607:38: warning: Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)
:book: This PR fixed a violation in Swift: /stdlib/public/core/SequenceAlgorithms.swift:607:38: warning: Variable Declaration Whitespace Violation: Variable declarations should be separated from other statements by a blank line (let_var_whitespace)
:book: This PR fixed a violation in Swift: /stdlib/public/core/SequenceAlgorithms.swift:607:39: error: Identifier Name Violation: Variable name 'E' should be between 3 and 40 characters long (identifier_name)
:book: This PR fixed a violation in Swift: /stdlib/public/core/SequenceAlgorithms.swift:611:36: warning: Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
:book: This PR fixed a violation in Swift: /stdlib/public/core/UnsafeBufferPointerSlice.swift:283:68: warning: Explicit ACL Violation: All declarations should specify Access Control Level keywords explicitly (explicit_acl)
:book: This PR fixed a violation in Swift: /stdlib/public/core/UnsafeBufferPointerSlice.swift:283:68: warning: Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)
:book: This PR fixed a violation in Swift: /stdlib/public/core/UnsafeBufferPointerSlice.swift:283:68: warning: Variable Declaration Whitespace Violation: Variable declarations should be separated from other statements by a blank line (let_var_whitespace)
:book: This PR fixed a violation in Swift: /stdlib/public/core/UnsafeBufferPointerSlice.swift:283:69: error: Identifier Name Violation: Variable name 'E' should be between 3 and 40 characters long (identifier_name)
:book: This PR fixed a violation in Swift: /stdlib/public/core/UnsafePointer.swift:400:49: warning: Explicit ACL Violation: All declarations should specify Access Control Level keywords explicitly (explicit_acl)
:book: This PR fixed a violation in Swift: /stdlib/public/core/UnsafePointer.swift:400:49: warning: Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)
:book: This PR fixed a violation in Swift: /stdlib/public/core/UnsafePointer.swift:400:49: warning: Variable Declaration Whitespace Violation: Variable declarations should be separated from other statements by a blank line (let_var_whitespace)
:book: This PR fixed a violation in Swift: /stdlib/public/core/UnsafePointer.swift:400:50: error: Identifier Name Violation: Variable name 'E' should be between 3 and 40 characters long (identifier_name)
:book: This PR fixed a violation in Swift: /stdlib/public/core/UnsafeRawPointer.swift:391:49: warning: Explicit ACL Violation: All declarations should specify Access Control Level keywords explicitly (explicit_acl)
:book: This PR fixed a violation in Swift: /stdlib/public/core/UnsafeRawPointer.swift:391:49: warning: Explicit Type Interface Violation: Properties should have a type interface (explicit_type_interface)
:book: This PR fixed a violation in Swift: /stdlib/public/core/UnsafeRawPointer.swift:391:49: warning: Variable Declaration Whitespace Violation: Variable declarations should be separated from other statements by a blank line (let_var_whitespace)
:book: This PR fixed a violation in Swift: /stdlib/public/core/UnsafeRawPointer.swift:391:50: error: Identifier Name Violation: Variable name 'E' should be between 3 and 40 characters long (identifier_name)

Here's an example of your CHANGELOG entry:

* Use SwiftSyntax version 600.0.0-prerelease-2024-03-11.  
  [SimplyDanny](https://github.com/SimplyDanny)
  [#issue_number](https://github.com/realm/SwiftLint/issues/issue_number)

note: There are two invisible spaces after the entry's text.

Generated by :no_entry_sign: Danger

SimplyDanny commented 2 months ago

OSS findings look all valid. Most of them stem from a fix that parses @Sendable used on closure parameters as an attribute on the argument list as opposed to an attribute with arguments as before.

Other differences are caused by support for new keywords like __consuming and typed-throws.