Skip to content

Implement PQ PSK

Implement PQ PSK #4777

Triggered via pull request May 17, 2024 09:37
Status Failure
Total duration 3m 1s
Artifacts

ios.yml

on: pull_request
Check formatting
36s
Check formatting
Run swiftlint
14s
Run swiftlint
Unit tests
2m 50s
Unit tests
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 15 warnings
Run swiftlint
swiftlint: An unsatisfied requirement failed this build.
Run swiftlint
Process completed with exit code 1.
Run swiftlint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check formatting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check formatting
swiftformat 0.53.9 already installed
Unit tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Unit tests: --- xcodebuild#L1
Using the first of multiple matching destinations:
Unit tests: ld#L1
'/Users/mullemullvad/Library/Developer/Xcode/DerivedData/MullvadVPN-bkcaknkmlpzjmmbjmcbukcfpscqz/Build/Products/Debug-iphonesimulator/libwg-go.a[arm64][2](go.o)' has malformed LC_DYSYMTAB, expected 61 undefined symbols to start at index 4702, found 73 undefined symbols starting at index 15
Unit tests
'unused_import' should be listed in the 'analyzer_rules' configuration section for more clarity as it is only run by 'swiftlint analyze'.
Unit tests: ios/.spm/checkouts/wireguard-apple/Sources/WireGuardKitTypes/IPAddressRange.swift#L11
Unneeded Synthesized Initializer Violation: This memberwise initializer would be synthesized automatically - you do not need to define it (unneeded_synthesized_initializer)
Unit tests: ios/.spm/checkouts/wireguard-apple/Sources/WireGuardApp/UI/macOS/MainMenu.swift#L6
Blanket Disable Command Violation: The disabled 'colon' rule should be re-enabled before the end of the file (blanket_disable_command)
Unit tests: ios/.spm/checkouts/wireguard-apple/Sources/WireGuardApp/UI/macOS/ViewController/TunnelsListTableViewController.swift#L43
Self in Property Initialization Violation: `self` refers to the unapplied `NSObject.self()` method, which is likely not expected; make the variable `lazy` to be able to refer to the current instance or use `ClassName.self` (self_in_property_initialization)
Unit tests: ios/.spm/checkouts/wireguard-apple/Sources/WireGuardApp/UI/macOS/ViewController/TunnelDetailTableViewController.swift#L489
Void Function in Ternary Violation: Using ternary to call Void functions should be avoided (void_function_in_ternary)
Unit tests: ios/.spm/checkouts/wireguard-apple/Sources/Shared/Keychain.swift#L104
Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
Unit tests: ios/.spm/checkouts/wireguard-apple/Sources/WireGuardApp/Tunnel/TunnelsManager.swift#L94
Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
Unit tests: ios/.spm/checkouts/swift-log/Tests/LoggingTests/MDCTest+XCTest.swift#L1
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
Unit tests
Failed to restore: Cache service responded with 429