The most likely change to result in this is: https://github.com/dlang/dub/pull/2542 This changed the location for the cache of builds, which is likely the problem you are facing. You could try ``--cache=local`` when building, that should limit it to the directory of the root package you are building.