Skip to content

Instantly share code, notes, and snippets.

git describe --exact-match 2> /dev/null || git describe --all --long | perl -pe 's/^heads\///'
import Foundation
import LRUCache
@globalActor
fileprivate actor LRUFileCacheActor {
static var shared = LRUFileCacheActor()
}
#if DEBUG
fileprivate let debugBuildID = UUID()