final class LLBuildEngine
s10SPMLLBuild13LLBuildEngineCWhat are these?
s10SPMLLBuild13LLBuildEngineC
FNV24: [6YGSG]
init(delegate: LLBuildEngineDelegate)
func attachDB(path: String, schemaVersion: Int) throws
func build<T>(key: T) throws -> T.BuildValue
func close()
import SPMLLBuild
func attachDB(path: String, schemaVersion: Int = 2) throws
func build<T>(key: T) throws -> T.BuildValue where T : LLBuildKey