https://issues.dlang.org/show_bug.cgi?id=10378 --- Comment #4 from dbr <dbugreporter at gmail.com> --- Sorry, that writeln(f.name, ":"); was actually writeln(f.name, ":"); as in, it called std.file.write instead of std.stdio.write as I intended. --