I've created a patch for dmd allowing soft deprecation, and deprecation messages. This will allows phobos to stop using pragma(msg) for deprecation, which has several problems. Currently it enables soft deprecation messages as warnings. Please take a look and give feedback. https://github.com/D-Programming-Language/dmd/pull/345