Closed regexident closed 3 years ago
Doing …
let data = try encoder.encode(self, withRootKey: "catalog", header: XMLHeader(version: 1.0))
… fails outside of XMLParsing's project due to XMLHeader.init(version:) having internal visibility.
XMLParsing
XMLHeader.init(version:)
Added a bunch of other missing public/internal/fileprivate while I was at it.
public
internal
fileprivate
Doing …
… fails outside of
XMLParsing
's project due toXMLHeader.init(version:)
having internal visibility.Added a bunch of other missing
public
/internal
/fileprivate
while I was at it.