feat(NewTransfer): Use real settings #99
Triggered via pull request
November 22, 2024 09:48
Status
Cancelled
Total duration
2m 11s
Artifacts
–
ci.yml
on: pull_request
Build and Test project
2m 5s
Annotations
2 errors and 10 warnings
Build and Test project
The run was canceled by @github-actions[bot].
|
Build and Test project
The operation was canceled.
|
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/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#L34
result of call to 'addTransferByUrl(url:)' is unused
|
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
|