Okay I admit I am a markdown newb. Here is the relevant info using properly formatted markdown

{
import vibe.d;

shared static this()
{
runTask({
logInfo("starting watch");
auto dw = watchDirectory("/Users/glen/_a/");
logInfo("watching");
});
}
}

The log output is

{
starting watch
CoreTaskFiber was terminated unexpectedly: Assertion failure
}