You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DarwinKit v0.3.2
Revert of v0.3.1's swift-collections pin — the pin was ineffective
(`_RopeModule` is present in 1.3.0 too) and the actual fix for the
Xcode 16.4 xcbuild manifest parse bug lives in Stik's release
workflow, not in this package.
Identical functionality to v0.3.0, cleaner manifest.
DarwinKit v0.3.1
Fix: pin swift-collections < 1.4.0 to unblock Xcode 16.4 CI builds
(Apple's _RopeModule target in 1.4.x uses a manifest setting that
SwiftPM shipped with Xcode 16.4 can't parse).
No functional changes, no API changes from v0.3.0.
DarwinKit v0.3.0
- dictation.* methods via WhisperKit, streaming on-device voice-to-text
- concurrent JSON-RPC request dispatch so slow handlers no longer stall the server
- macOS 14 minimum (up from 13), swift-tools 5.10
See CHANGELOG.md for full details.