| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-17 | 969 Bytes | |
| v0.14.1 source code.tar.gz | 2025-10-17 | 1.7 MB | |
| v0.14.1 source code.zip | 2025-10-17 | 1.7 MB | |
| Totals: 3 Items | 3.4 MB | 0 | |
This patch release is an initial start to upgrading to swift-transformers >1.0.0 and Swift 6 concurrency. It also includes some QoL fixes for tests and adds flexibility to the TranscribeTask for subclassing.
What's Changed
- Use default checkout setting in CI script for unit tests by @naykutguven in https://github.com/argmaxinc/WhisperKit/pull/363
- Add
Sendableconformance to public structs by @naykutguven in https://github.com/argmaxinc/WhisperKit/pull/362 - Set watchOS and visionOS minimum deployment targets in Package manifest instead by @naykutguven in https://github.com/argmaxinc/WhisperKit/pull/360
- Prepare for new swift-transformers, add TranscribeTask hooks by @ZachNagengast in https://github.com/argmaxinc/WhisperKit/pull/367
New Contributors
- @naykutguven made their first contribution in https://github.com/argmaxinc/WhisperKit/pull/363
Full Changelog: https://github.com/argmaxinc/WhisperKit/compare/v0.14.0...v0.14.1