Skip to content

Version bump

Version bump #560

Triggered via pull request September 16, 2024 23:00
Status Failure
Total duration 29m 12s
Artifacts

pull_requests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 11 warnings
build_and_test
testRegisterApp on 'Clone 1 of iPhone 15 Pro - xctest (23195)' (6.813 seconds)
build_and_test
testSitemap on 'Clone 1 of iPhone 15 Pro - xctest (23195)' (6.287 seconds)
build_and_test
testStatusCode200ReturnsStatusCode200 on 'Clone 1 of iPhone 15 Pro - xctest (23195)' (3.051 seconds)
build_and_test
testTracker on 'Clone 1 of iPhone 15 Pro - xctest (23195)' (0.029 seconds)
build_and_test
Error: Executing lane unittests failed.
build_and_test
Executing lane unittests failed.
build_and_test
The following actions use a deprecated Node.js version and will be forced to run on node20: maierj/fastlane-action@v2.3.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build_and_test: 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
build_and_test: 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
build_and_test: 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
build_and_test: 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
build_and_test: OpenHABCore/Sources/OpenHABCore/Model/OpenHABItem.swift#L162
Line Length Violation: Line should be 250 characters or less; currently it has 302 characters (line_length)
build_and_test: openHAB/LegacyNoticeViewController.swift#L30
Private Actions Violation: IBActions should be private (private_action)
build_and_test: 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)
build_and_test: 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)
build_and_test: openHAB/OpenHABWebViewController.swift#L18
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WebKit'
build_and_test: openHAB/WebUITableViewCell.swift#L14
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WebKit'