Skip to content

feat: Settings view #83

feat: Settings view

feat: Settings view #83

Triggered via pull request November 20, 2024 13:26
Status Failure
Total duration 2m 11s
Artifacts

ci.yml

on: pull_request
Build and Test project
1m 51s
Build and Test project
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 12 warnings
Build and Test project: SwissTransferFeatures/SettingsView/Cells/SettingsCell.swift#L63
incorrect argument labels in call (have 'title:subtitle:leftIconAsset:rightIconAsset:_:', expected 'destination:title:subtitle:leftIconAsset:rightIconAsset:')
Build and Test project: SwissTransferFeatures/SettingsView/EditSettings/Cells/EditSettingsCell.swift#L53
incorrect argument labels in call (have 'leftImage:selected:label:_:', expected 'selected:label:action:leftImage:')
Build and Test project
Process completed with exit code 1.
Build and Test project
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Test project
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. 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 project: --- xcodebuild#L1
Using the first of multiple matching destinations:
Build and Test project: SwissTransferCore/TargetAssembly.swift#L29
static property 'shared' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
Build and Test project: SwissTransferCore/TargetAssembly.swift#L29
static property 'shared' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
Build and Test project: SwissTransferCore/TransferManager+Extension.swift#L22
extension declares a conformance of imported type 'TransferManager' to imported protocol 'ObservableObject'; this will not behave correctly if the owners of 'STCore' introduce this conformance in the future
Build and Test project: SwissTransferCore/TransferManager+Extension.swift#L22
extension declares a conformance of imported type 'TransferManager' to imported protocol 'ObservableObject'; this will not behave correctly if the owners of 'STCore' introduce this conformance in the future
Build and Test project: SwissTransferCore/UniversalLinkHandler.swift#L30
non-sendable type 'TransferManager?' returned by implicitly asynchronous call to actor-isolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
Build and Test project: SwissTransferCore/UniversalLinkHandler.swift#L22
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'STCore'
Build and Test project: SwissTransferCore/TargetAssembly.swift#L29
static property 'shared' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
Build and Test project: SwissTransferCore/AccountManager.swift#L45
sending 'self.injection.accountManager' risks causing data races; this is an error in the Swift 6 language mode
Build and Test project: SwissTransferCore/FlowObserver.swift#L38
non-sendable type '(Any)?' returned by implicitly asynchronous call to nonisolated function cannot cross actor boundary; this is an error in the Swift 6 language mode