Skip to content

TX review for pool unit transfer #4005

TX review for pool unit transfer

TX review for pool unit transfer #4005

Triggered via pull request January 18, 2024 15:42
Status Failure
Total duration 5m 45s
Artifacts 1
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

56 errors and 12 warnings
warning: RadixWallet/Profile/Factor/FactorSource+Kinds/TrustedContactFactorSource.swift#L25
'CasePath' is deprecated: renamed to 'AnyCasePath'
warning: RadixWallet/Features/DappsAndPersonas/Personas/Coordinator/PersonasCoordinator+Reducer.swift#L12
Stored property '_destination' of 'Sendable'-conforming struct 'State' has non-sendable type 'PresentationState<PersonasCoordinator.Destination.State>'
warning: RadixWallet/Features/DappsAndPersonas/Personas/Coordinator/PersonasCoordinator+Reducer.swift#L46
Type 'PersonasCoordinator.Destination.Action' does not conform to the 'Sendable' protocol
warning: RadixWallet/Features/DappsAndPersonas/Personas/Coordinator/PersonasCoordinator+Reducer.swift#L46
Type 'PersonasCoordinator.Destination.State' does not conform to the 'Sendable' protocol
warning: RadixWallet/Features/DappsAndPersonas/Personas/Coordinator/PersonasCoordinator+Reducer.swift#L90
Stored property 'destinationPath' of 'Sendable'-conforming struct 'PersonasCoordinator' has non-sendable type 'WritableKeyPath<PersonasCoordinator.State, PresentationState<PersonasCoordinator.Destination.State>>'
warning: RadixWallet/Core/SharedModels/LedgerIdentifiable.swift#L31
Associated value 'transaction' of 'Sendable'-conforming enum 'Identifier' has non-sendable type 'TXID' (aka 'TransactionHash')
error: RadixWallet/Features/TransactionReviewFeature/TransactionReview+View.swift#L499
Type 'L10n.TransactionReview' has no member 'poolContributionHeading'
error: RadixWallet/Features/TransactionReviewFeature/TransactionReview+View.swift#L504
Type 'L10n.TransactionReview' has no member 'poolRedemptionHeading'
warning: RadixWallet/Profile/Entity/PersonaData/EntryKinds/Name/PersonaData+Name.swift#L6
'CasePath' is deprecated: renamed to 'AnyCasePath'
warning: RadixWallet/Profile/Entity/PersonaData/EntryKinds/EmailAddress/PersonaData+Email.swift#L5
'CasePath' is deprecated: renamed to 'AnyCasePath'
warning: RadixWallet/Features/DappInteractionFeature/Children/Completion/Completion.swift#L7
Stored property 'txID' of 'Sendable'-conforming struct 'State' has non-sendable type 'TXID?' (aka 'Optional<TransactionHash>')
warning: RadixWallet/RadixConnect/RadixConnect/RTC/Infrastructure/AsyncWebSocket.swift#L62
'streamWithContinuation(_:bufferingPolicy:)' is deprecated: renamed to 'makeStream(of:bufferingPolicy:)'
warning: RadixWallet/Clients/DiskPersistenceClient/DiskPersistenceClient+Live.swift#L40
Capture of 'fileManager' with non-sendable type 'FileManager' in a `@Sendable` closure
warning: RadixWallet/Clients/DiskPersistenceClient/DiskPersistenceClient+Live.swift#L45
Capture of 'fileManager' with non-sendable type 'FileManager' in a `@Sendable` closure
warning: RadixWallet/Profile/Factor/FactorSource+Kinds/DeviceFactorSource.swift#L27
'CasePath' is deprecated: renamed to 'AnyCasePath'
warning: RadixWallet/Features/DappInteractionFeature/Coordinator/DappInteractionFlow.swift#L110
Associated value 'dismissWithSuccess' of 'Sendable'-conforming enum 'DelegateAction' has non-sendable type 'TXID' (aka 'TransactionHash')
warning: RadixWallet/Features/ManageSecurityStructure/Children/FactorSourcesOfKindList/FactorSourcesOfKindList.swift#L18
Stored property 'mode' of 'Sendable'-conforming struct 'State' has non-sendable type 'FactorSourcesOfKindList<FactorSourceOfKind>.State.Mode'
warning: RadixWallet/Features/ManageSecurityStructure/Children/FactorSourcesOfKindList/FactorSourcesOfKindList.swift#L20
Stored property 'factorSources' of 'Sendable'-conforming struct 'State' has non-sendable type 'IdentifiedArrayOf<FactorSourceOfKind>' (aka 'IdentifiedArray<FactorSourceOfKind.ID, FactorSourceOfKind>')
warning: RadixWallet/Features/ManageSecurityStructure/Children/FactorSourcesOfKindList/FactorSourcesOfKindList.swift#L25
Stored property 'selectedFactorSourceID' of 'Sendable'-conforming struct 'State' has non-sendable type 'FactorSourceOfKind.ID?'
warning: RadixWallet/Features/ManageSecurityStructure/Children/FactorSourcesOfKindList/FactorSourcesOfKindList.swift#L71
Associated value 'selectedFactorSource(id:)' of 'Sendable'-conforming enum 'ViewAction' has non-sendable type 'FactorSourceOfKind.ID'
warning: RadixWallet/Features/ManageSecurityStructure/Children/FactorSourcesOfKindList/FactorSourcesOfKindList.swift#L78
Associated value 'loadedFactorSources' of 'Sendable'-conforming enum 'InternalAction' has non-sendable type 'FactorSourceOfKind.ID'
warning: RadixWallet/Core/FeaturePrelude/Extensions/Validation+Extra.swift#L5
Generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
warning: RadixWallet/Clients/OverlayWindowClient/OverlayWindowClient+Interface.swift#L70
Associated value 'asset' of 'Sendable'-conforming enum 'Kind' has non-sendable type 'ImageAsset'
warning: RadixWallet/Profile/Entity/PersonaData/EntryKinds/CreditCard/PersonaData+CreditCard.swift#L5
'CasePath' is deprecated: renamed to 'AnyCasePath'
warning: RadixWallet/Features/TransactionReviewFeature/SubmitTransaction/SubmitTransaction.swift#L42
Type 'TXID' (aka 'TransactionHash') does not conform to the 'Sendable' protocol
warning: RadixWallet/Features/TransactionReviewFeature/SubmitTransaction/SubmitTransaction.swift#L42
Associated value 'submitTXResult' of 'Sendable'-conforming enum 'InternalAction' has non-sendable type 'TXID' (aka 'TransactionHash')
warning: RadixWallet/Features/TransactionReviewFeature/SubmitTransaction/SubmitTransaction.swift#L59
Associated value 'submittedButNotCompleted' of 'Sendable'-conforming enum 'DelegateAction' has non-sendable type 'TXID' (aka 'TransactionHash')
warning: RadixWallet/Features/TransactionReviewFeature/SubmitTransaction/SubmitTransaction.swift#L60
Associated value 'committedSuccessfully' of 'Sendable'-conforming enum 'DelegateAction' has non-sendable type 'TXID' (aka 'TransactionHash')
warning: RadixWallet/Core/SharedModels/Assets/OnLedgerEntity.swift#L244
Stored property 'data' of 'Sendable'-conforming struct 'NonFungibleToken' has non-sendable type 'OnLedgerEntity.NonFungibleToken.NFTData?' (aka 'Optional<GatewayAPI.ProgrammaticScryptoSborValueTuple>')
warning: RadixWallet/Profile/Entity/PersonaData/Entry/PersonaDataEntryProtocol.swift#L5
'CasePath' is deprecated: renamed to 'AnyCasePath'
warning: RadixWallet/Profile/Entity/PersonaData/Entry/PersonaDataEntryProtocol.swift#L11
'CasePath' is deprecated: renamed to 'AnyCasePath'
warning: RadixWallet/Features/TransactionReviewFeature/CustomizeFees/AdvancedFeesCustomization+View.swift#L32
Stored property 'paddingAmountHint' of 'Sendable'-conforming struct 'ViewState' has non-sendable type 'Hint?'
warning: RadixWallet/Features/TransactionReviewFeature/CustomizeFees/AdvancedFeesCustomization+View.swift#L34
Stored property 'tipPercentageHint' of 'Sendable'-conforming struct 'ViewState' has non-sendable type 'Hint?'
warning: RadixWallet/EngineKit/Address.swift#L135
Stored property 'decodedKind' of 'Sendable'-conforming struct 'InvalidAddress' has non-sendable type 'EntityType'
warning: RadixWallet/EngineKit/Address.swift#L1
Add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'EngineToolkit'
warning: RadixWallet/EngineKit/Address.swift#L136
Stored property 'addressSpace' of 'Sendable'-conforming struct 'InvalidAddress' has non-sendable type 'Set<EntityType>'
warning: RadixWallet/EngineKit/Address.swift#L148
Stored property 'decodedKind' of 'Sendable'-conforming generic struct 'SpecificAddress' has non-sendable type 'EntityType'
warning: RadixWallet/Profile/Entity/PersonaData/EntryKinds/CompanyName/PersonaData+CompanyName.swift#L5
'CasePath' is deprecated: renamed to 'AnyCasePath'
warning: RadixWallet/Core/SharedModels/P2P/Dapp/Models/InteractionResponse/TransactionResponses/SendTransactionResponseItem.swift#L8
Stored property 'transactionIntentHash' of 'Sendable'-conforming struct 'SendTransactionResponseItem' has non-sendable type 'TXID' (aka 'TransactionHash')
warning: RadixWallet/Clients/LedgerHardwareWalletClient/LedgerHardwareWalletClient+Live.swift#L13
'CasePath' is deprecated: renamed to 'AnyCasePath'
warning: RadixWallet/Clients/LedgerHardwareWalletClient/LedgerHardwareWalletClient+Live.swift#L119
Capture of 'makeRequest(_:responseCasePath:)' with non-sendable type '@sendable <Response where Response : Sendable> (P2P.ConnectorExtension.Request.LedgerHardwareWallet.Request, responseCasePath: AnyCasePath<P2P.ConnectorExtension.Response.LedgerHardwareWallet.Success, Response>) async throws -> Response' in a `@Sendable` closure
warning: RadixWallet/Clients/LedgerHardwareWalletClient/LedgerHardwareWalletClient+Live.swift#L125
Capture of 'makeRequest(_:responseCasePath:)' with non-sendable type '@sendable <Response where Response : Sendable> (P2P.ConnectorExtension.Request.LedgerHardwareWallet.Request, responseCasePath: AnyCasePath<P2P.ConnectorExtension.Response.LedgerHardwareWallet.Success, Response>) async throws -> Response' in a `@Sendable` closure
warning: RadixWallet/Clients/LedgerHardwareWalletClient/LedgerHardwareWalletClient+Live.swift#L144
Capture of 'makeRequest(_:responseCasePath:)' with non-sendable type '@sendable <Response where Response : Sendable> (P2P.ConnectorExtension.Request.LedgerHardwareWallet.Request, responseCasePath: AnyCasePath<P2P.ConnectorExtension.Response.LedgerHardwareWallet.Success, Response>) async throws -> Response' in a `@Sendable` closure
warning: RadixWallet/Clients/LedgerHardwareWalletClient/LedgerHardwareWalletClient+Live.swift#L144
Capture of 'makeRequest(_:responseCasePath:)' with non-sendable type '@sendable <Response where Response : Sendable> (P2P.ConnectorExtension.Request.LedgerHardwareWallet.Request, responseCasePath: AnyCasePath<P2P.ConnectorExtension.Response.LedgerHardwareWallet.Success, Response>) async throws -> Response' in a `@Sendable` closure
warning: RadixWallet/Clients/LedgerHardwareWalletClient/LedgerHardwareWalletClient+Live.swift#L168
Capture of 'makeRequest(_:responseCasePath:)' with non-sendable type '@sendable <Response where Response : Sendable> (P2P.ConnectorExtension.Request.LedgerHardwareWallet.Request, responseCasePath: AnyCasePath<P2P.ConnectorExtension.Response.LedgerHardwareWallet.Success, Response>) async throws -> Response' in a `@Sendable` closure
warning: RadixWallet/Clients/LedgerHardwareWalletClient/LedgerHardwareWalletClient+Live.swift#L168
Capture of 'makeRequest(_:responseCasePath:)' with non-sendable type '@sendable <Response where Response : Sendable> (P2P.ConnectorExtension.Request.LedgerHardwareWallet.Request, responseCasePath: AnyCasePath<P2P.ConnectorExtension.Response.LedgerHardwareWallet.Success, Response>) async throws -> Response' in a `@Sendable` closure
warning: RadixWallet/Clients/LedgerHardwareWalletClient/LedgerHardwareWalletClient+Live.swift#L181
Capture of 'makeRequest(_:responseCasePath:)' with non-sendable type '@sendable <Response where Response : Sendable> (P2P.ConnectorExtension.Request.LedgerHardwareWallet.Request, responseCasePath: AnyCasePath<P2P.ConnectorExtension.Response.LedgerHardwareWallet.Success, Response>) async throws -> Response' in a `@Sendable` closure
warning: RadixWallet/Clients/LedgerHardwareWalletClient/LedgerHardwareWalletClient+Live.swift#L319
'CasePath' is deprecated: renamed to 'AnyCasePath'
warning: RadixWallet/Features/AssetsFeature/Components/PoolUnitsList/Components/LSUResource/LSUStake+View.swift#L49
Stored property 'stakeClaimNFTs' of 'Sendable'-conforming struct 'Content' has non-sendable type 'LSUStake.ViewState.StakeClaimNFTsViewState?' (aka 'Optional<NonEmpty<IdentifiedArray<NonFungibleGlobalId, LSUStake.ViewState.StakeClaimNFTViewState>>>')
Unit test: RadixWallet/Features/TransactionReviewFeature/TransactionReview+View.swift#L499
type 'L10n.TransactionReview' has no member 'poolContributionHeading'
Unit test: RadixWallet/Features/TransactionReviewFeature/TransactionReview+View.swift#L504
type 'L10n.TransactionReview' has no member 'poolRedemptionHeading'
Unit test: RadixWallet/Features/TransactionReviewFeature/TransactionReview+Sections.swift#L102
type 'L10n.TransactionReview' has no member 'unknownPools'
Unit test: RadixWallet/Features/TransactionReviewFeature/TransactionReview+Sections.swift#L138
type 'L10n.TransactionReview' has no member 'unknownPools'
Unit test
error: /Users/runner/Library/Developer/Xcode/DerivedData/RadixWallet-ccajppjcukhsxucaswompirsgikz/Build/Intermediates.noindex/RadixWallet.build/Debug-Dev-iphonesimulator/RadixWallet.build/Objects-normal/arm64/Radix_Wallet_Dev.swiftmodule: No such file or directory (in target 'RadixWallet' from project 'RadixWallet')
Unit test
Process completed with exit code 1.
Unit test
The 'summary' will be truncated because the character limit (65535) exceeded.
Unit test
Annotations that exceed the limit (50) will be truncated.
Unit test: Users/runner/Library/Developer/Xcode/DerivedData/RadixWallet-ccajppjcukhsxucaswompirsgikz/SourcePackages/checkouts/K1/Sources/secp256k1/libsecp256k1/src/modinv64_impl.h#L278
implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
Unit test: Users/runner/Library/Developer/Xcode/DerivedData/RadixWallet-ccajppjcukhsxucaswompirsgikz/SourcePackages/checkouts/K1/Sources/secp256k1/libsecp256k1/src/modinv64_impl.h#L288
implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
Unit test: Users/runner/Library/Developer/Xcode/DerivedData/RadixWallet-ccajppjcukhsxucaswompirsgikz/SourcePackages/checkouts/K1/Sources/secp256k1/libsecp256k1/src/modinv64_impl.h#L289
implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
Unit test: Users/runner/Library/Developer/Xcode/DerivedData/RadixWallet-ccajppjcukhsxucaswompirsgikz/SourcePackages/checkouts/K1/Sources/secp256k1/libsecp256k1/src/modinv64_impl.h#L369
implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
Unit test: Users/runner/Library/Developer/Xcode/DerivedData/RadixWallet-ccajppjcukhsxucaswompirsgikz/SourcePackages/checkouts/K1/Sources/secp256k1/libsecp256k1/src/modinv64_impl.h#L379
implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
Unit test: Users/runner/Library/Developer/Xcode/DerivedData/RadixWallet-ccajppjcukhsxucaswompirsgikz/SourcePackages/checkouts/K1/Sources/secp256k1/libsecp256k1/src/modinv64_impl.h#L380
implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
Unit test: Users/runner/Library/Developer/Xcode/DerivedData/RadixWallet-ccajppjcukhsxucaswompirsgikz/SourcePackages/checkouts/K1/Sources/secp256k1/libsecp256k1/src/scalar_4x64_impl.h#L47
implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'unsigned int' [-Wshorten-64-to-32]
Unit test: Users/runner/Library/Developer/Xcode/DerivedData/RadixWallet-ccajppjcukhsxucaswompirsgikz/SourcePackages/checkouts/K1/Sources/secp256k1/libsecp256k1/src/scalar_4x64_impl.h#L57
implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'unsigned int' [-Wshorten-64-to-32]
Unit test: Users/runner/Library/Developer/Xcode/DerivedData/RadixWallet-ccajppjcukhsxucaswompirsgikz/SourcePackages/checkouts/K1/Sources/secp256k1/libsecp256k1/src/scalar_4x64_impl.h#L105
implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'int' [-Wshorten-64-to-32]
Unit test: Users/runner/Library/Developer/Xcode/DerivedData/RadixWallet-ccajppjcukhsxucaswompirsgikz/SourcePackages/checkouts/K1/Sources/secp256k1/libsecp256k1/src/scalar_4x64_impl.h#L545
implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]

Artifacts

Produced during runtime
Name Size
results.xcresult Expired
780 KB