shiboken throws a segmentation fault on this typesystem.xml
<?xml version="1.0" encoding="UTF-8"?> <typesystem> <namespace-type name="KTextEditor"> <object-type name="Editor"/> </namespace-type> </typesystem>
fix: set the package attribute of <typesystem>
-<typesystem> +<typesystem package="KTextEditor">
ASSERT: "moduleEntry" in file sources/shiboken6/ApiExtractor/typesystemparser.cpp, line 2253