On Sun, 28 Dec 2014 00:13:35 GMT, Maaaks wrote:

Currently, when I run dub, it builds all files in the project. It takes impossibly long time for me.
Is it at least planned to analyze dependencies and not to recompile fles which are not affected by modifications?

AFAIK it isn't possible yet. Dub always compile all files in package. But you can divide your project to several packages (static libraries).