Does GLVisualize work with nightly Julia on Windows?

I’m tried running Pkg.test(“GLVisualize”) and got the following errors:

ERROR: LoadError: LoadError: UndefVarError: Repeated not defined
 in include_from_node1(::String) at .\loading.jl:532
 in include(::String) at .\sysimg.jl:14
 in include_from_node1(::String) at .\loading.jl:532
 in include(::String) at .\sysimg.jl:14
 in anonymous at .\<missing>:2
 in eval(::Module, ::Any) at .\boot.jl:236
 in process_options(::Base.JLOptions) at .\client.jl:248
 in _start() at .\client.jl:335
while loading D:\dev\msys64\home\adi\.julia\v0.6\GLVisualize\src\visualize\text.jl, in expression starting on line 146
while loading D:\dev\msys64\home\adi\.julia\v0.6\GLVisualize\src\GLVisualize.jl, in expression starting on line 114
ERROR: LoadError: Failed to precompile GLVisualize to D:\dev\msys64\home\adi\.julia\lib\v0.6\GLVisualize.ji.
 in compilecache(::String) at .\loading.jl:672
 in require(::Symbol) at .\loading.jl:453
 in include_from_node1(::String) at .\loading.jl:532
 in include(::String) at .\sysimg.jl:14
 in process_options(::Base.JLOptions) at .\client.jl:271
 in _start() at .\client.jl:335
while loading D:\dev\msys64\home\adi\.julia\v0.6\GLVisualize\test\runtests.jl, in expression starting on line 1
===========================================================================[ ERROR: GLVisualize ]===========================================================================

failed process: Process(`'D:\dev\Julia\bin\julia' -Cx86-64 '-JD:\dev\Julia\lib\julia\sys.dll' --compile=yes --depwarn=yes --check-bounds=yes --code-coverage=none --color=yes --compilecache=yes 'D:\dev\msys64\home\adi\.julia\v0.6\GLVisualize\test\runtests.jl'`, ProcessExited(1)) [1]

============================================================================================================================================================================

No? This doesn’t appear to be related to Windows. (generally speaking, people are discouraged from using the nightly right now unless you are willing and able to fix issues yourself).