Download Latest Version v0.15.0 source code.tar.gz (1.7 MB)
Email in envelope

Get an email when there's a new version of WhisperKit

Home / v0.15.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-11-07 1.1 kB
v0.15.0 source code.tar.gz 2025-11-07 1.7 MB
v0.15.0 source code.zip 2025-11-07 1.7 MB
Totals: 3 Items   3.4 MB 0

This minor release bumps our swift-transformers dependency to 1.1.2, and it promotes TranscriptionResult from a struct to an open class so advanced clients can override behavior.

TranscriptionResult API change

Since it's changed from a struct to a class, if you depended on the old value semantics, copying now just passes the same reference around, so mutations will be shared. Audit any code that assumes independent copies (arrays, captured values, etc.) and initialize a fresh TranscriptionResult when isolation is required. If you subclass it, protect any new stored properties with the same locking approach (TranscriptionPropertyLock) to maintain thread safety.

What's Changed

New Contributors

Full Changelog: https://github.com/argmaxinc/WhisperKit/compare/v0.14.1...v0.15.0

Source: README.md, updated 2025-11-07