Skip to content

force a delete derived data

abd242d
Select commit
Loading
Failed to load commit list.
Open

🚀 Release/v3.9.2 #93

force a delete derived data
abd242d
Select commit
Loading
Failed to load commit list.
Xcode Cloud / brainwallet | Unit Testing - Every Push | brainwalletUnitTests - iOS required action Mar 19, 2026 in 13m 53s

1 error, 102 warnings

Report Summary
Errors 1
Test Failures 0
Analysis Issues 0
Warnings 102

Details

1 Error

Details

  Brainwallet (4485) encountered an error (Early unexpected exit, operation never finished bootstrapping - no restart will be attempted. (Underlying Error: Test crashed with signal segv before establishing connection.))

102 Warnings

Details

  brainwallet/PaymentProtocol.swift:132
      Initialization of 'UnsafeMutablePointer' results in a dangling pointer
  brainwallet/Legacy_BW_BRClasses/BRAddressExtension.swift:55
      'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BRAddress' to 'Hashable' by implementing 'hash(into:)' instead
  brainwallet/Legacy_BW_BRClasses/BRReplicatedKVStore.swift:603
      Treating a forced downcast to 'BRReplicatedKVStoreError' as optional will never produce 'nil'
  brainwallet/Extensions/Extensions.swift:156
      'withUnsafeBytes' is deprecated: use `withUnsafeBytes(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
  brainwallet/Legacy_BW_BRClasses/BRTxOutputExtension.swift:8
      Initialization of 'UnsafeRawPointer' results in a dangling pointer
  brainwallet/ModalPresenter.swift:107
      'windows' was deprecated in iOS 15.0: Use UIWindowScene.windows on a relevant window scene instead
  brainwallet/WalletManager+Auth.swift:602
      'unarchiveObject(with:)' was deprecated in iOS 12.0: Use +unarchivedObjectOfClass:fromData:error: instead
  /Users/ec2-user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/3UFT60550MFWX/Dispatch-305BB16QKB1NA.pcm: No such file or directory
  BrainwalletUnitTests/Legacy BRTests/BWAPIClientTests.swift:441
      Class 'MockURLSession' must restate inherited '@unchecked Sendable' conformance
  brainwallet/PaymentProtocol.swift:155
      'init(bytes:)' is deprecated: use `init(_:)` instead
  Modules/core/BRPeerManager.c:748
      Unused variable 'ts'
  brainwallet/New Send Classes/Send Views/BentoSendViews/BentoSendModalView.swift:113
      Initialization of immutable value 'height' was never used; consider replacing with assignment to '_' or removing it
  brainwallet/Extensions/Extensions.swift:276
      'withUnsafeBytes' is deprecated: use `withUnsafeBytes(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
  brainwallet/Extensions/Extensions.swift:275
      'withUnsafeBytes' is deprecated: use `withUnsafeBytes(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
  brainwallet/Legacy_BW_BRClasses/BRKeyExtension.swift:47
      'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
  brainwallet/Extensions/Extensions.swift:277
      'withUnsafeBytes' is deprecated: use `withUnsafeBytes(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
  brainwallet/PaymentProtocol.swift:163
      'SecTrustEvaluate' was deprecated in iOS 13.0: renamed to 'SecTrustEvaluateWithError(_:_:)'
  brainwallet/PaymentProtocol.swift:189
      'SecKeyRawVerify' was deprecated in iOS 15.0: Use SecKeyVerifySignature
  BrainwalletUnitTests/Legacy BRTests/BWAPIClientTests.swift:452
      Class 'MockURLSessionDataTask' must restate inherited '@unchecked Sendable' conformance
  brainwallet/Extensions/BundleExtension.swift:5
      Class 'BundleEx' must restate inherited '@unchecked Sendable' conformance
  brainwallet/WalletManager.swift:523
      'SCNetworkReachabilityGetFlags' was deprecated in iOS 17.4
  brainwallet/ReachabilityMonitor.swift:35
      'SCNetworkReachabilitySetCallback' was deprecated in iOS 17.4
  brainwallet/WalletManager+Auth.swift:510
      'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
  brainwallet/Extensions/Extensions.swift:218
      'withUnsafeBytes' is deprecated: use `withUnsafeBytes(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
  brainwallet/PaymentProtocol.swift:170
      'SecTrustCopyProperties' was deprecated in iOS 15.0: renamed to 'SecTrustEvaluateWithError(_:_:)'
  brainwallet/New Send Classes/Send Views/BentoSendViews/BentoSendInitialView.swift:382
      Result of call to 'isSendInformationValid()' is unused
  brainwallet/Legacy_BW_BRClasses/BRAddressExtension.swift:28
      Initialization of 'UnsafeMutableRawPointer' results in a dangling pointer
  brainwallet/Extensions/Extensions.swift:148
      Forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
  brainwallet/Extensions/Extensions.swift:200
      'withUnsafeBytes' is deprecated: use `withUnsafeBytes(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
  brainwallet/Legacy_BW_BRClasses/BRAddressExtension.swift:52
      Initialization of 'UnsafeRawPointer' results in a dangling pointer
  brainwallet/Extensions/Extensions.swift:159
      'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
  BrainwalletUnitTests/Legacy BRTests/BWAPIClientTests.swift:242
      'init()' was deprecated in iOS 13.0: Please use -[NSURLSession dataTaskWithRequest:] or other NSURLSession methods to create instances
  brainwallet/UIView+FrameChangeBlocking.swift:10
      Forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
  brainwallet/WalletManager+Auth.swift:386
      Initialization of 'UnsafeMutableRawPointer' results in a dangling pointer
  brainwallet/ReachabilityMonitor.swift:41
      'SCNetworkReachabilityGetFlags' was deprecated in iOS 17.4
  BrainwalletUnitTests/Legacy BRTests/BWAPIClientTests.swift:36
      'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
  brainwallet/Settings Classes/SettingsExpandingBlockchainView.swift:72
      'animation' was deprecated in iOS 15.0: Use withAnimation or animation(_:value:) instead.
  BrainwalletUnitTests/Legacy BRTests/BWAPIClientTests.swift:277
      'init()' was deprecated in iOS 13.0: Please use -[NSURLSession dataTaskWithRequest:] or other NSURLSession methods to create instances
  brainwallet/WalletManager+Auth.swift:600
      'withUnsafeBytes' is deprecated: use `withUnsafeBytes(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
  brainwallet/Additions/UIButton+BRWAdditions.swift:10
      Immutable value 'spacing' was never used; consider replacing with '_' or removing it
  brainwallet/Extensions/Extensions.swift:43
      'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
  brainwallet/PaymentProtocol.swift:141
      Initialization of 'UnsafeMutablePointer' results in a dangling pointer
  brainwallet/WalletManager+Auth.swift:627
      'archivedData(withRootObject:)' was deprecated in iOS 12.0: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead
  brainwallet/Legacy_BW_BRClasses/BRReplicatedKVStore.swift:742
      'withUnsafeBytes' is deprecated: use `withUnsafeBytes(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
  Modules/core/BRPeerManager.c:751
      Unused variable 'addrList'
  brainwallet/ModalTransitionDelegate.swift:39
      Switch covers known cases, but 'UIGestureRecognizer.State' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
  brainwallet/Extensions/Extensions.swift:169
      'withUnsafeBytes' is deprecated: use `withUnsafeBytes(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
  brainwallet/Legacy_BW_BRClasses/BRKeyExtension.swift:62
      'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
   command not found - See https://github.com/realm/SwiftLint#installation for installation instructions.
  brainwallet/Extensions/Extensions.swift:227
      'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
  /Users/ec2-user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/3UFT60550MFWX/Foundation-TDMNIE45PJWJ.pcm: No such file or directory
  /Users/ec2-user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/3UFT60550MFWX/ObjectiveC-3QS04PIKPU5HT.pcm: No such file or directory
  brainwallet/BWAPIClient Classes/BWAPIClient.swift:180
      Sendability of function types in instance method 'urlSession(_:task:didReceive:completionHandler:)' does not match requirement in protocol 'URLSessionTaskDelegate'; this is an error in the Swift 6 language mode
  brainwallet/Legacy_BW_BRClasses/BRAddressExtension.swift:20
      Initialization of 'UnsafeMutableRawPointer' results in a dangling pointer
  BrainwalletUnitTests/Legacy BRTests/BWAPIClientTests.swift:13
      'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
  Modules/core/BRPeerManager.c:751
      Unused variable 'addr'
  brainwallet/Legacy_BW_BRClasses/BRAddressExtension.swift:36
      Initialization of 'UnsafeRawPointer' results in a dangling pointer
  brainwallet/Game Classes/EmojiView.swift:29
      Initialization of immutable value 'factoredSize' was never used; consider replacing with assignment to '_' or removing it
  brainwallet/Extensions/Extensions.swift:191
      'withUnsafeBytes' is deprecated: use `withUnsafeBytes(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
  brainwallet/Legacy_BW_BRClasses/BRReplicatedKVStore.swift:791
      Initialization of 'UnsafePointer' results in a dangling pointer
  brainwallet/Extensions/Extensions.swift:152
      Forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
  BrainwalletUnitTests/Legacy BRTests/BWAPIClientTests.swift:69
      'withUnsafeBytes' is deprecated: use `withUnsafeBytes(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
  brainwallet/WalletCoordinator.swift:258
      'applicationIconBadgeNumber' was deprecated in iOS 17.0: Use -[UNUserNotificationCenter setBadgeCount:withCompletionHandler:] instead.
  brainwallet/WalletCoordinator.swift:175
      Weak variable 'myself' was never mutated; consider changing to 'let' constant
  brainwallet/Extensions/Extensions.swift:168
      'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
  brainwallet/ModalPresenter+Extension.swift:60
      'windows' was deprecated in iOS 15.0: Use UIWindowScene.windows on a relevant window scene instead
  brainwallet/WalletManager+Auth.swift:392
      'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
  Modules/core/BRPeerManager.c:752
      Unused variable 'info'
  brainwallet/ReachabilityMonitor.swift:36
      'SCNetworkReachabilitySetDispatchQueue' was deprecated in iOS 17.4
  Modules/core/BRPeerManager.c:749
      Unused variable 'thread'
  brainwallet/PaymentProtocol.swift:187
      'SecKeyRawVerify' was deprecated in iOS 15.0: Use SecKeyVerifySignature
  brainwallet/New Send Classes/Send Views/BentoSendViews/BentoSendConfirmView.swift:115
      Variable 'transactionError' was written to, but never read
  brainwallet/UIView+FrameChangeBlocking.swift:15
      Forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
  brainwallet/ReachabilityMonitor.swift:12
      'SCNetworkReachabilityCreateWithName' was deprecated in iOS 17.4
  brainwallet/WalletManager.swift:310
      Initialization of 'UnsafePointer' results in a dangling pointer
  brainwallet/New Send Classes/Send Views/BentoSendViews/BentoSendModalView.swift:112
      Initialization of immutable value 'width' was never used; consider replacing with assignment to '_' or removing it
  brainwallet/PaymentProtocol.swift:183
      'SecTrustCopyPublicKey' was deprecated in iOS 14.0: renamed to 'SecTrustCopyKey(_:)'
  brainwallet/WalletManager.swift:522
      'SCNetworkReachabilityCreateWithAddress' was deprecated in iOS 17.4
  brainwallet/Extensions/Extensions.swift:179
      'withUnsafeBytes' is deprecated: use `withUnsafeBytes(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
  brainwallet/Legacy_BW_BRClasses/BRMasterKeyExtension.swift:4
      Extension declares a conformance of imported type 'BRMasterPubKey' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'BRCore' introduce this conformance in the future
  brainwallet/Extensions/Extensions.swift:178
      'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
  brainwallet/WalletManager+Auth.swift:621
      Treating a forced downcast to 'CFString' as optional will never produce 'nil'
  brainwallet/Extensions/Extensions.swift:237
      'withUnsafeBytes' is deprecated: use `withUnsafeBytes(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
  brainwallet/Extensions/Extensions.swift:245
      Initialization of 'UnsafePointer' results in a dangling pointer
  brainwallet/WalletManager+Auth.swift:78
      'withUnsafeBytes' is deprecated: use `withUnsafeBytes(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
  brainwallet/Legacy_BW_BRClasses/BRTxInputExtension.swift:6
      Initialization of 'UnsafeRawPointer' results in a dangling pointer
  brainwallet/Legacy_BW_BRClasses/BRAddressExtension.swift:14
      Initialization of 'UnsafeMutableRawPointer' results in a dangling pointer
  brainwallet/Extensions/Extensions.swift:58
      'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
  brainwallet/Extensions/Extensions.swift:44
      'withUnsafeBytes' is deprecated: use `withUnsafeBytes(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
  Modules/core/BRPeerManager.c:698
      Unused function '_BRPeerManagerFindPeers'
  brainwallet/Legacy_BW_BRClasses/BRAddressExtension.swift:45
      Initialization of 'UnsafeRawPointer' results in a dangling pointer
  brainwallet/Additions/UIButton+BRWAdditions.swift:11
      Initialization of immutable value 'titleSize' was never used; consider replacing with assignment to '_' or removing it
  brainwallet/Extensions/Extensions.swift:209
      'withUnsafeBytes' is deprecated: use `withUnsafeBytes(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
  brainwallet/BWAPIClient Classes/BWAPIClient+FiatLTCRates.swift:89
      Function call causes an infinite recursion
  BrainwalletUnitTests/Legacy BRTests/BWAPIClientTests.swift:445
      'init()' was deprecated in iOS 13.0: Please use -[NSURLSession dataTaskWithRequest:] or other NSURLSession methods to create instances
  /Users/ec2-user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/3UFT60550MFWX/AppsFlyerLib-227HG3MFGZDA0.pcm: No such file or directory
  Modules/core/BRPeerManager.c:750
      Unused variable 'attr'
  brainwallet/Extensions/Extensions.swift:386
      'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
  brainwallet/Additions/String+Additions.swift:91
      'init(bytes:)' is deprecated: use `init(_:)` instead
  brainwallet/Extensions/Extensions.swift:224
      'withUnsafeBytes' is deprecated: use `withUnsafeBytes(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
  brainwallet/ModalTransitionDelegate.swift:82
      'windows' was deprecated in iOS 15.0: Use UIWindowScene.windows on a relevant window scene instead
  /Users/ec2-user/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/3UFT60550MFWX/_SwiftConcurrencyShims-1154XZ7D2AP7Z.pcm: No such file or directory