Version bump #560
Annotations
6 errors and 11 warnings
|
|
|
|
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: maierj/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
OpenHABCore/Sources/OpenHABCore/Util/OpenHABSessionDelegate.swift#L18
non-final class 'OpenHABSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
|
OpenHABCore/Sources/OpenHABCore/Util/OpenHABSessionDelegate.swift#L22
stored property 'eventMonitor' of 'Sendable'-conforming class 'OpenHABSessionDelegate' is mutable; this is an error in the Swift 6 language mode
|
OpenHABCore/Sources/OpenHABCore/Util/OpenHABSessionDelegate.swift#L18
non-final class 'OpenHABSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
|
OpenHABCore/Sources/OpenHABCore/Util/OpenHABSessionDelegate.swift#L22
stored property 'eventMonitor' of 'Sendable'-conforming class 'OpenHABSessionDelegate' is mutable; this is an error in the Swift 6 language mode
|
OpenHABCore/Sources/OpenHABCore/Model/OpenHABItem.swift#L162
Line Length Violation: Line should be 250 characters or less; currently it has 302 characters (line_length)
|
openHAB/LegacyNoticeViewController.swift#L30
Private Actions Violation: IBActions should be private (private_action)
|
openHAB/LegacyNoticeViewController.swift#L18
Type Contents Order Violation: An 'ib_outlet' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
|
openHAB/OpenHABRootViewController.swift#L248
Empty Parentheses with Trailing Closure Violation: When using trailing closures, empty parentheses should be avoided after the method call (empty_parentheses_with_trailing_closure)
|
openHAB/OpenHABWebViewController.swift#L18
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WebKit'
|
openHAB/WebUITableViewCell.swift#L14
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WebKit'
|
This job failed
Loading