Closed nikstar closed 5 years ago
Running swift build causes following error on Linux using latest builds:
swift build
error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
XMLParser and related types were moved into a separate module to remove libxml2 dependency from Foundation. More on Swift forums
Running
swift build
causes following error on Linux using latest builds:XMLParser and related types were moved into a separate module to remove libxml2 dependency from Foundation. More on Swift forums