W3w warnings #2459
Annotations
11 warnings
Sources/WalletConnectRelay/Dispatching.swift#L82
capture 'self' was never used
|
Sources/Events/MessageEvent.swift#L6
immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
|
Sources/Events/MessageEvent.swift#L6
immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
|
Sources/WalletConnectSign/Auth/Link/LinkSessionRequestSubscriber.swift#L91
result of call to 'respondError(topic:requestId:peerUniversalLink:reason:envelopeType:)' is unused
|
Sources/WalletConnectSign/LinkAndRelayDispatchers/LinkSessionResponder.swift#L48
result of call to 'respondError(topic:requestId:peerUniversalLink:reason:envelopeType:)' is unused
|
Sources/WalletConnectSign/Auth/Services/SignRecapBuilder.swift#L33
value 'actions' was defined but never used; consider replacing with boolean test
|
Tests/TestingUtils/Mocks/HTTPClientMock.swift#L11
generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
|
Tests/TestingUtils/Mocks/PairingRegistererMock.swift#L11
generic parameter 'RequestParams' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
|
Tests/TestingUtils/Mocks/HTTPClientMock.swift#L11
generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
|
Sources/Web3Wallet/Web3WalletConfig.swift#L3
'Web3Wallet' is deprecated: WalletConnect Inc is now Reown. As part of this transition, we are deprecating a number of repositories/packages across our supported platforms, and transitioning to their equivalents published under the Reown organization. This repository is now considered deprecated and will reach End-of-Life on February 17th 2025. For more details, including migration guides please see: https://docs.reown.com/advanced/walletconnect-deprecations
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "integration-tests test_results", "relay-tests test_results", "unit-tests test_results".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading