Given the output of compiling a file, return the list of D files to compile to link the executable. Only includes source files to compile
Given a line from verbose compiler output, checks if it is an import of a non-druntime/Phobos module and returns its file path in that case. Otherwise, returns null.