Some parts of the latest beta (v0.14.0b1) seems to be supporting macOS Sonoma (14.8.2) but aw-watcher-window crashes on this version
Module aw-watcher-window quit unexpectedly after 3 auto-restart attempts in 10 minutes
2026-05-07 15:51:19 [INFO ]: aw-watcher-window started (aw_watcher_window.main:71)
2026-05-07 15:51:19 [INFO ]: Using swift strategy, calling out to swift binary (aw_watcher_window.main:76)
2026-05-07 15:51:19 [INFO ]: Connection to aw-server established by aw-watcher-window (aw_client.client:470)
$ /Applications/ActivityWatch.app/Contents/MacOS/aw-watcher-window
2026-05-07 15:55:31 [INFO ]: aw-watcher-window started (aw_watcher_window.main:71)
2026-05-07 15:55:31 [INFO ]: Using swift strategy, calling out to swift binary (aw_watcher_window.main:76)
2026-05-07 15:55:31 [INFO ]: Connection to aw-server established by aw-watcher-window (aw_client.client:470)
dyld[71919]: Library not loaded: /usr/lib/swift/libswift_stdio.dylib
Referenced from: <BC5E953F-259D-3C3D-A37B-412247E96A48> /Applications/ActivityWatch.app/Contents/Frameworks/aw_watcher_window/aw-watcher-window-macos (built for macOS 15.0 which is newer than running OS)
Reason: tried: '/usr/lib/swift/libswift_stdio.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/libswift_stdio.dylib' (no such file), '/usr/lib/swift/libswift_stdio.dylib' (no such file, not in dyld cache)
usage: aw-watcher-window [-h] [--host HOST] [--port PORT] [--testing] [--exclude-title] [--exclude-titles EXCLUDE_TITLES [EXCLUDE_TITLES ...]] [--verbose]
[--poll-time POLL_TIME] [--strategy {jxa,applescript,swift}]
aw-watcher-window: error: unrecognized arguments: -B -S -I -c from multiprocessing.resource_tracker import main;main(6)
usage: aw-watcher-window [-h] [--host HOST] [--port PORT] [--testing] [--exclude-title] [--exclude-titles EXCLUDE_TITLES [EXCLUDE_TITLES ...]] [--verbose]
[--poll-time POLL_TIME] [--strategy {jxa,applescript,swift}]
aw-watcher-window: error: unrecognized arguments: --multiprocessing-fork tracker_fd=7 pipe_handle=9
@TimeToBuildBob could you please have a look at this issue? Perhaps it needs just adjusting the build steps?
Some parts of the latest beta (
v0.14.0b1) seems to be supporting macOS Sonoma (14.8.2) butaw-watcher-windowcrashes on this version@TimeToBuildBob could you please have a look at this issue? Perhaps it needs just adjusting the build steps?