Unlike other .d files, package.d files cannot have interface-file counterparts.
if a/package.d exists, "import a" works.
if a/package.di exists, "import a" does not work.
If both exist, the latter is ignored.
Comment #1 by github-bugzilla — 2017-07-10T04:49:20Z