Creates a log viewer #407
Annotations
1 error and 9 warnings
Fastlane
Process completed with exit code 1.
|
Fastlane:
TemplateApplication/Logging/LogManager.swift#L15
Vertical Whitespace after Opening Braces Violation: Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
|
Fastlane:
TemplateApplication/TemplateApplicationStandard.swift#L27
'OnboardingConstraint' is deprecated: Storing consent documents without an identifier is deprecated.
|
Fastlane:
TemplateApplication/TemplateApplicationStandard.swift#L104
non-sendable type 'PDFDocument' in parameter of the protocol requirement satisfied by main actor-isolated instance method 'store(consent:)' cannot cross actor boundary; this is an error in the Swift 6 language mode
|
Fastlane:
TemplateApplication/Logging/LogLevel.swift#L61
switch must be exhaustive; this is an error in the Swift 6 language mode
|
Fastlane:
TemplateApplication/TemplateApplicationStandard.swift#L27
'OnboardingConstraint' is deprecated: Storing consent documents without an identifier is deprecated.
|
Fastlane:
TemplateApplication/TemplateApplicationStandard.swift#L104
non-sendable type 'PDFDocument' in parameter of the protocol requirement satisfied by main actor-isolated instance method 'store(consent:)' cannot cross actor boundary; this is an error in the Swift 6 language mode
|
Fastlane:
TemplateApplication/Logging/LogViewer.swift#L95
non-sendable type '[OSLogEntryLog]' returned by call to actor-isolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
|
Fastlane:
TemplateApplication/Logging/LogViewer.swift#L9
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'OSLog'
|
Fastlane:
TemplateApplication/Logging/LogViewer.swift#L108
sending 'result' risks causing data races; this is an error in the Swift 6 language mode
|
Loading