Storage

public final class Storage : Codable, FactoryInitializable

The shared, immutable storage of a SourceFile.

unowned Storage can be used safely anywhere, because every Storage instance is owned by a threadsafe global dictionary, Storage.allInstances, and never deallocated.