Updates to allow building using Swift 6 #1
swift.yml
on: push
Test-on-macOS
1m 0s
Test-on-all-others
1m 29s
SwiftLint
30s
Annotations
1 error and 2 warnings
|
Test-on-all-others
Process completed with exit code 70.
|
|
SwiftLint:
Sources/Haversack/Entities/PasswordBaseEntity.swift#L71
Superfluous Disable Command Violation: SwiftLint rule 'cyclomatic_complexity' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
|
|
SwiftLint:
Sources/Haversack/Entities/PasswordBaseEntity.swift#L81
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
|