Latest update of haxelib cause a null object

Having a null object reference after i update everything, It seem that MovieClip cant be read on swf Assets… This is CPP build.

It works fine on html5 target.
Haxe Compiler 3.4.7
<===========================>
HAXELIB LIST
actuate: [1.8.9]
box2d: [1.2.3]
hxcpp: 4.0.8 [4.0.19]
hxjsonast: [1.0.1]
json2object: [3.6.3]
layout: [1.2.1]
lime-samples: [7.0.0]
lime: 7.5.0 [7.6.0]
openfl-samples: [8.7.0]
openfl: 8.9.1 [8.9.2]
spritesheet: [1.2.0]
swf: [2.3.1]

Is it similar to this question?

Not quite, the way i implemented my Image is.

_img = new SomeMovieclip(); // im using swf Assets library.
addChlild(_img);

CPP build.

I think its caused by this issue:

Working on releasing an update today

Thanks @singmajesty