Skip to content

Tags: 0xMassi/darwinkit

Tags

v0.3.2

Toggle v0.3.2's commit message
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.

v0.3.1

Toggle v0.3.1's commit message
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.

v0.3.0

Toggle v0.3.0's commit message
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.

v0.2.0

Toggle v0.2.0's commit message
DarwinKit v0.2.0

- auth.* methods (biometric / device-owner auth via LocalAuthentication)
- icloud.* methods (coordinated file sync via NSFileCoordinator)

v0.1.0

Toggle v0.1.0's commit message
DarwinKit v0.1.0

Initial release.

- JSON-RPC 2.0 server over NDJSON
- nlp.embed, nlp.distance, nlp.neighbors, nlp.tag, nlp.sentiment, nlp.language
- vision.ocr
- system.capabilities
- Provider protocols with mock-backed unit tests