Skip to content

fix(concurrency): resolve Swift 6 strict concurrency and UI compilati… #33

fix(concurrency): resolve Swift 6 strict concurrency and UI compilati…

fix(concurrency): resolve Swift 6 strict concurrency and UI compilati… #33

Triggered via push August 20, 2026 13:15
Status Failure
Total duration 1m 21s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 12 warnings
Build & Tests
Process completed with exit code 65.
Build & Tests: Tests/OpenClipTests/ActionUsageStoreTests.swift#L13
main actor-isolated property 'userDefaults' can not be referenced from a nonisolated context
Build & Tests: Tests/OpenClipTests/ActionUsageStoreTests.swift#L13
call to main actor-isolated initializer 'init(settingsStore:)' in a synchronous nonisolated context
Build & Tests: Tests/OpenClipTests/ActionUsageStoreTests.swift#L13
main actor-isolated property 'store' can not be mutated from a nonisolated context
Build & Tests: Tests/OpenClipTests/ActionUsageStoreTests.swift#L12
main actor-isolated property 'userDefaults' can not be referenced from a nonisolated context
Build & Tests: Tests/OpenClipTests/ActionUsageStoreTests.swift#L11
main actor-isolated property 'userDefaults' can not be mutated from a nonisolated context
Build & Tests: Tests/OpenClipTests/ActionCoordinatorTests.swift#L8
call to main actor-isolated static method 'reset()' in a synchronous nonisolated context
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/ActionResultDeliveryTests.swift#L412
no calls to throwing functions occur within 'try' expression
Build & Tests: Tests/OpenClipTests/ActionResultDeliveryTests.swift#L388
no calls to throwing functions occur within 'try' expression
Build & Tests: Tests/OpenClipTests/ActionResultDeliveryTests.swift#L371
no calls to throwing functions occur within 'try' expression
Build & Tests: Tests/OpenClipTests/ActionResultDeliveryTests.swift#L352
no calls to throwing functions occur within 'try' expression
Build & Tests: Tests/OpenClipTests/ActionResultDeliveryTests.swift#L336
no calls to throwing functions occur within 'try' expression
Build & Tests: Tests/OpenClipTests/ActionResultDeliveryTests.swift#L319
no calls to throwing functions occur within 'try' expression
Build & Tests: Tests/OpenClipTests/ActionResultDeliveryTests.swift#L304
no calls to throwing functions occur within 'try' expression
Build & Tests: Sources/OpenClip/Platform/Selection/AXMenuNavigator.swift#L188
treating a forced downcast to 'AXUIElement' as optional will never produce 'nil'
Build & Tests: Sources/OpenClip/Platform/Selection/AXElementInspector.swift#L132
treating a forced downcast to 'AXUIElement' as optional will never produce 'nil'
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