vapor-community / HTMLKit-Components

This package contains common UI-components wich are build with HTMLKit.
MIT License
4 stars 1 forks source link

Parser.swift errors #14

Closed onepayclick closed 2 years ago

onepayclick commented 2 years ago

Hi :)

I'm aware the package is not fully released but I was trying to play around with it and I'm getting these errors image

My package.swift is image

// swift-tools-version:5.6

mattesmohr commented 2 years ago

Ah, my bad. I forgot to add the import for the linux environment. I will make it up to you on the weekend.

#if canImport(FoundationXML)
import FoundationXML
#endif
mattesmohr commented 2 years ago

I have released a patch (0.1.1). It should work now.