Listening Feature for CoughSync #21
Annotations
3 errors and 5 warnings
Fastlane:
CoughSync/CoughSyncDetection.swift#L47
capture of 'self' with non-sendable type 'CoughDetection?' in a `@Sendable` closure
|
Fastlane:
CoughSync/CoughSyncDetection.swift#L100
capture of 'self' with non-sendable type 'CoughDetection?' in a `@Sendable` closure
|
Fastlane
Process completed with exit code 1.
|
Fastlane:
CoughSync/CoughSyncDetection.swift#L47
Conditional Returns on Newline Violation: Conditional statements should always return on the next line (conditional_returns_on_newline)
|
Fastlane:
CoughSync/CoughSyncDetection.swift#L94
Conditional Returns on Newline Violation: Conditional statements should always return on the next line (conditional_returns_on_newline)
|
Fastlane:
CoughSync/CoughSyncDetection.swift#L55
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
Fastlane:
CoughSync/CoughSyncDetection.swift#L22
Sorted Imports Violation: Imports should be sorted (sorted_imports)
|
Fastlane:
CoughSync/CoughSyncDetection.swift#L118
Vertical Whitespace before Closing Braces Violation: Don't include vertical whitespace (empty line) before closing braces (vertical_whitespace_closing_braces)
|
Loading