v0.15.2
v0.15.2 — The macOS notification companion now builds on a Swift 6 GitHub runner
Released 2026-07-29.
What changed
The hosted macOS job uses a toolchain that can build the notifier
fix · high impact
v0.15.1 introduced the accepted ad-hoc distribution path, but its GitHub job still ran on macos-14. That image selected Xcode 15.4 and Swift 5.10, so SwiftPM rejected the notifier's declared tools version 6.0 before compiling anything. The release now uses GitHub's macos-15 ARM64 image, prints the selected Swift version in the log, and exercises the same Swift tests plus ad-hoc universal packager in ordinary CI before a tag is cut. The signing, Gatekeeper, cohort, and retry semantics from v0.15.1 are unchanged.
Affects: macOS notifications, CI, release workflow
What to do (local): Update to the completed cohort, then install the macOS channel. If Gatekeeper requests it, approve A2A Notifier under Privacy & Security and repeat the install command.
a2a update --yes
a2a notifications install --channel macosInstall or update
macOS and Linux:
curl -fsSL https://raw.githubusercontent.com/ydnikolaev/a2ahub/main/scripts/install.sh | shAlready installed? Run a2a update --yes. Windows archives and manual downloads are in the assets below.
Release artifacts include checksums, per-asset Sigstore bundles, SBOMs, and SLSA provenance. See SECURITY.md for verification commands.