The referenceType parameter for getIriFromItem function needs to be a string since the absolute path is a string not an integer. Currently the @id is relative link which should ideally be absolute link.
public function getIriFromItem($item, int $referenceType = UrlGeneratorInterface::ABS_PATH): string
Thanks for a great tool.