struct SwiftcImportScanner
s6Basics19SwiftcImportScannerV
4B4LH
import Basics
protocol ImportScanner
init(swiftCompilerEnvironment: Environment, swiftCompilerFlags: [String], swiftCompilerPath: AbsolutePath)
func scanImports(_ filePathToScan: AbsolutePath) async throws -> [String]