Skip to content

Commit

Permalink
added: import FoundationXML if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
taji-taji committed Aug 21, 2022
1 parent de80ad0 commit ea5db3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/DangerSwiftPeriphery/CheckstyleOutputParser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
//

import Foundation
#if canImport(FoundationXML)
import FoundationXML
#endif

protocol CheckstyleOutputParsable {
func parse(xml: String) throws -> [Violation]
Expand Down

0 comments on commit ea5db3a

Please sign in to comment.