@overcastfm the NSURLCache in the default URLSession is limited to 100MB of disk space.
Maybe AsyncImage overrides that
@siracusa there is a workaround –
import AppKit
@cocoawithlove somewhat related, did you know about
...,
case let intermediate = long.or.expensive.non.optional,
...,
?