fix: cap number pad entry at available balance across amount screens#585
Merged
piotr-iohk merged 10 commits intoJun 11, 2026
Annotations
11 warnings and 3 notices
|
Run unit tests:
Bitkit/Services/Trezor/TrezorTransport.swift#L17
stored property 'needsPairingCodePublisher' of 'Sendable'-conforming class 'TrezorTransport' has non-sendable type 'PassthroughSubject<Void, Never>'; this is an error in the Swift 6 language mode
|
|
Run unit tests:
Bitkit/Services/Trezor/TrezorTransport.swift#L12
stored property 'bridgeTransport' of 'Sendable'-conforming class 'TrezorTransport' has non-sendable type 'TrezorBridgeTransport'; this is an error in the Swift 6 language mode
|
|
Run unit tests:
Bitkit/Services/Trezor/TrezorTransport.swift#L11
stored property 'bleManager' of 'Sendable'-conforming class 'TrezorTransport' has non-sendable type 'TrezorBLEManager'; this is an error in the Swift 6 language mode
|
|
Run unit tests:
Bitkit/Services/Trezor/TrezorDebugLog.swift#L32
'nonisolated(unsafe)' has no effect on property 'flushScheduled', consider using 'nonisolated'
|
|
Run unit tests:
Bitkit/Services/Trezor/TrezorDebugLog.swift#L31
'nonisolated(unsafe)' has no effect on property 'buffer', consider using 'nonisolated'
|
|
Run unit tests:
Bitkit/Services/Trezor/TrezorDebugLog.swift#L30
'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'NSLock', consider removing it
|
|
Run unit tests:
Bitkit/Services/Trezor/TrezorDebugLog.swift#L23
'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'DateFormatter', consider removing it
|
|
Run unit tests:
Bitkit/Services/Trezor/TrezorUiHandler.swift#L16
stored property 'submittedPin' of 'Sendable'-conforming class 'TrezorUiHandler' is mutable; this is an error in the Swift 6 language mode
|
|
Run unit tests:
Bitkit/Services/Trezor/TrezorUiHandler.swift#L2
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Combine'
|
|
Run unit tests:
Bitkit/Services/Trezor/TrezorUiHandler.swift#L14
stored property 'needsPinPublisher' of 'Sendable'-conforming class 'TrezorUiHandler' has non-sendable type 'PassthroughSubject<Void, Never>'; this is an error in the Swift 6 language mode
|
|
Install xcbeautify
xcbeautify 3.2.1 is already installed and up-to-date.
To reinstall 3.2.1, run:
brew reinstall xcbeautify
|
|
Run unit tests
Skipped BitkitUITests.TrezorBridgeDashboardUITests.testBridgeUnavailableShowsRecoverableState
|
|
Run unit tests
Skipped BitkitUITests.TrezorBridgeDashboardUITests.testBridgeConnectLifecycleAndPromptContracts
|
|
Run unit tests
Skipped BitkitUITests.TrezorBridgeDashboardUITests.testAddressPublicKeyMessageBalanceHistoryDetailAndSendFlow
|
background
wait
wait-all
cancel
parallel
Loading