Merge pull request #13 from ayangweb/feat/issue-8-scale-toast-notific… #66
Annotations
12 warnings
|
Build & Tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build & Tests:
Tests/OpenClipTests/AppUpdateManagerTests.swift#L12
call to main actor-isolated static method 'reset()' in a synchronous nonisolated context
|
|
Build & Tests:
Tests/OpenClipTests/HotkeyManagerTests.swift#L61
class 'MockFrontmostApp' must restate inherited '@unchecked Sendable' conformance
|
|
Build & Tests:
Sources/OpenClip/Platform/AppUpdateManager.swift#L74
left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
|
|
Build & Tests:
Sources/OpenClip/Platform/AppUpdateManager.swift#L94
instance method 'updater(_:willInstallUpdateOnQuit:immediateInstallationBlock:)' nearly matches optional requirement 'updater(_:willInstallUpdateOnQuit:immediateInstallationBlock:)' of protocol 'SPUUpdaterDelegate'
|
|
Build & Tests:
Sources/OpenClip/AppDelegate.swift#L194
main actor-isolated static property 'shared' can not be referenced from a nonisolated autoclosure
|
|
Build & Tests:
Sources/OpenClip/AppDelegate.swift#L194
main actor-isolated property 'isAccessibilityGranted' can not be referenced from a nonisolated autoclosure
|
|
Build & Tests:
Sources/OpenClip/UI/Preferences/ActionsTabView.swift#L171
result of call to 'withAnimation' is unused
|
|
Build & Tests:
Sources/OpenClip/Platform/AppUpdateManager.swift#L94
instance method 'updater(_:willInstallUpdateOnQuit:immediateInstallationBlock:)' nearly matches optional requirement 'updater(_:willInstallUpdateOnQuit:immediateInstallationBlock:)' of protocol 'SPUUpdaterDelegate'
|
|
Build & Tests:
Sources/Core/Actions/ActionCoordinator.swift#L215
value 'groupIndex' was defined but never used; consider replacing with boolean test
|
|
Build & Tests:
Sources/Core/Extensions/Trust/ExtensionTrustGate.swift#L127
variable 'events' was never mutated; consider changing to 'let' constant
|
|
Build & Tests
The following taps are not trusted:
aws/tap
Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required.
Untap them with:
brew untap aws/tap
Trust specific formulae, casks and commands with:
brew trust --formula <user>/<tap>/<formula>
brew trust --cask <user>/<tap>/<cask>
brew trust --command <user>/<tap>/<command>
Whole-tap trust is broader and includes all current and future formulae,
casks and commands from the listed taps. Trust whole taps with:
brew trust aws/tap
To disable trust checks:
export HOMEBREW_NO_REQUIRE_TAP_TRUST=1
This is not recommended and will be removed in a later release.
For more information, see:
https://docs.brew.sh/Tap-Trust
|