[CI] removing old workflow and fixing formatter #43
Triggered via pull request
August 10, 2023 11:58
radeknovis
synchronize
#1025
Status
Cancelled
Total duration
1m 36s
Artifacts
–
Annotations
1 error and 10 warnings
prepare
The operation was canceled.
|
prepare:
Sources/WalletConnectUtils/KeyedDatabase.swift#L97
initialization of variable 'map' was never used; consider replacing with assignment to '_' or removing it
|
prepare:
Sources/WalletConnectSign/Sign/Sign.swift#L24
'metadata' is deprecated: Remove after clients migration
|
prepare:
Sources/WalletConnectSign/Sign/Sign.swift#L24
'metadata' is deprecated: Remove after clients migration
|
prepare:
Tests/WalletConnectSignTests/AppProposalServiceTests.swift#L124
instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
|
prepare:
Tests/WalletConnectSignTests/ApproveEngineTests.swift#L187
instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
|
prepare:
Tests/WalletConnectSignTests/ApproveEngineTests.swift#L210
instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
|
prepare:
Sources/Web3Inbox/WebView/WebViewProxy.swift#L24
consider using asynchronous alternative function
|
prepare:
Sources/Web3Inbox/WebView/WebViewProxy.swift#L32
consider using asynchronous alternative function
|
prepare:
Tests/WalletConnectModalTests/ModalViewModelTests.swift#L58
class method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
|
prepare:
Tests/WalletConnectModalTests/ModalViewModelTests.swift#L58
result of call to 'wait(for:timeout:)' is unused
|