try updating ruby node and xcode #25
unit-test.yml
on: pull_request
SwiftLint
33s
Build and Test default scheme using iPhone simulator
12m 21s
Annotations
21 warnings
SwiftLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
SwiftLint:
Common/Sources/Common/Extensions/Sequence+Extensions.swift#L24
Array/Dictionary initializer Violation: Use explicit type annotation when initializing empty arrays and dictionaries (array_constructor)
|
SwiftLint:
Common/Sources/Common/Extensions/String+Extensions.swift#L32
Identifier Name Violation: Variable name 'to' should be between 3 and 40 characters long (identifier_name)
|
SwiftLint:
animeal/src/Flows/Main/Modules/More/MorePartition/Model/MorePartitionModel.swift#L15
Function Body Length Violation: Function body should span 60 lines or less excluding comments and whitespace: currently spans 71 lines (function_body_length)
|
SwiftLint:
animeal/src/Flows/Main/Modules/More/MorePartition/Model/MorePartitionModel.swift#L82
Line Length Violation: Line should be 120 characters or less; currently it has 125 characters (line_length)
|
SwiftLint:
animeal/src/Flows/Main/Modules/More/Submodules/Donate/View/DonateView.swift#L68
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
SwiftLint:
animeal/src/Flows/Main/Modules/More/Submodules/FAQ/FAQAssembler.swift#L4
Convenience Type Violation: Types used for hosting only static members should be implemented as a caseless enum to avoid instantiation (convenience_type)
|
SwiftLint:
animeal/src/Flows/Main/Modules/More/Submodules/FAQ/View/FAQView.swift#L77
Nesting Violation: Types should be nested at most 1 level deep (nesting)
|
SwiftLint:
animeal/src/Flows/Main/Modules/More/Submodules/FAQ/View/FAQView.swift#L54
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
SwiftLint:
animeal/src/Flows/Main/Modules/Home/Main/Model/HomeModel+DTO.swift#L45
Nesting Violation: Types should be nested at most 1 level deep (nesting)
|
SwiftLint:
animeal/src/Flows/Main/Modules/Home/Main/Model/HomeModel+DTO.swift#L50
Nesting Violation: Types should be nested at most 1 level deep (nesting)
|
Build and Test default scheme using iPhone simulator:
Common/Sources/Common/Helpers/Operations/AsyncOperation.swift#L3
class 'AsyncOperation' must restate inherited '@unchecked Sendable' conformance
|
Build and Test default scheme using iPhone simulator:
Common/Sources/Common/Helpers/Operations/AsyncOperation.swift#L3
class 'AsyncOperation' must restate inherited '@unchecked Sendable' conformance
|
Build and Test default scheme using iPhone simulator:
Services/Sources/Services/Location/LocationManager.swift#L147
extension declares a conformance of imported type 'CLAuthorizationStatus' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreLocation' introduce this conformance in the future
|
Build and Test default scheme using iPhone simulator:
Services/Sources/Services/Analytics/AnalyticsService.swift#L135
expression implicitly coerced from '[String : String?]' to '[String : Any]'
|
Build and Test default scheme using iPhone simulator:
Services/Sources/Services/DevLogger.swift#L92
'_DDLogMessage(_:level:flag:context:file:function:line:tag:asynchronous:ddlog:)' is deprecated: Use an interpolated DDLogMessageFormat instead
|
Build and Test default scheme using iPhone simulator:
Services/Sources/Services/Location/LocationManager.swift#L147
extension declares a conformance of imported type 'CLAuthorizationStatus' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreLocation' introduce this conformance in the future
|
Build and Test default scheme using iPhone simulator:
animeal/Assets.xcassets#L1
Accent color ‘AccentColor’ is not present in any asset catalogs.
|
Build and Test default scheme using iPhone simulator:
animeal/src/App/AppCoordinator.swift#L135
main actor-isolated instance method 'listenAuthChannelEvents(event:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
|
Build and Test default scheme using iPhone simulator:
animeal/src/Business/Errors/BaseError.swift#L3
class 'BaseError' must restate inherited '@unchecked Sendable' conformance
|
Build and Test default scheme using iPhone simulator:
animeal/src/Flows/Main/Modules/Search/Coordinator/SearchCoordinator.swift#L41
main actor-isolated instance method 'move(to:)' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
|