in Sources/SystemMetrics/SystemMetrics.swift [204:209]
func open() { guard let f = fopen(path, "r") else { return } self.file = f }