Relay lifecycle #2441
Annotations
3 errors and 10 warnings
prepare:
Example/RelayIntegrationTests/RelayClientEndToEndTests.swift#L55
missing argument for parameter 'socketStatusProvider' in call
|
prepare:
Example/RelayIntegrationTests/RelayClientEndToEndTests.swift#L62
missing argument for parameter 'socketStatusProvider' in call
|
prepare
Process completed with exit code 2.
|
prepare:
Sources/WalletConnectSign/Auth/Services/SignRecapBuilder.swift#L33
value 'actions' was defined but never used; consider replacing with boolean test
|
prepare:
Sources/WalletConnectSign/LinkAndRelayDispatchers/LinkSessionResponder.swift#L44
result of call to 'respondError(topic:requestId:peerUniversalLink:reason:envelopeType:)' is unused
|
prepare:
Sources/WalletConnectSign/Auth/Link/LinkSessionRequestSubscriber.swift#L86
result of call to 'respondError(topic:requestId:peerUniversalLink:reason:envelopeType:)' is unused
|
prepare:
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
|
prepare:
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
|
prepare:
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
|
prepare:
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
|
prepare:
Tests/WalletConnectUtilsTests/WalletConnectURITests.swift#L77
'init(string:)' is deprecated: Use the throwing initializer instead
|
prepare:
Tests/WalletConnectUtilsTests/WalletConnectURITests.swift#L90
'init(string:)' is deprecated: Use the throwing initializer instead
|
prepare:
Tests/WalletConnectSignTests/ApproveEngineTests.swift#L195
instance method 'wait' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
|