I want to update one library to use Swift Package Manager. Currently, it based on Carthage/Pods. But it uses libxml2 (#import ) as dependency. I have tried to add spm support but got an error this framework could not be found -> libxml/xmlreader.h
I also found some thread https://forums.swift.org/t/referring-to-libxml2-in-swift-package-description/28880/5 but seems still there is no solution. Would be great if someone can help.