| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Nuke 12.9 source code.tar.gz | 2026-02-23 | 6.6 MB | |
| Nuke 12.9 source code.zip | 2026-02-23 | 6.7 MB | |
| README.md | 2026-02-23 | 1.2 kB | |
| Totals: 3 Items | 13.2 MB | 3 | |
What's Changed
- Enable Swift 6 and fix remaining concurrency warnings
- Optimize
ImageTaskAsyncStreamAPIs and remove the Combine dependency. It now essentially has no overhead. - Updating misleading SVG support by @realmtai in https://github.com/kean/Nuke/pull/839
- Fix deprecation warning typo by @cameronmcefee in https://github.com/kean/Nuke/pull/861
- Mark
DataLoadingclosures as@Sendableby @plu in https://github.com/kean/Nuke/pull/862 .storeAllnow stores processed images for locals too, as it should be by @HyperfocusDisordered in https://github.com/kean/Nuke/pull/810- Add
.heicsupport toAssetType/initso it can detect it based on the inputData - Remove some
@uncheckedmarkers fromSendabletypes for better Data Race Safety checking - Fix an issue with
DateCachenot touching.contentAccessDatewhen accessing files
New Contributors
- @realmtai made their first contribution in https://github.com/kean/Nuke/pull/839
- @cameronmcefee made their first contribution in https://github.com/kean/Nuke/pull/861
- @plu made their first contribution in https://github.com/kean/Nuke/pull/862
- @HyperfocusDisordered made their first contribution in https://github.com/kean/Nuke/pull/810