Skip to content

Commit ea5db3a

Browse files
committed
added: import FoundationXML if needed
1 parent de80ad0 commit ea5db3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/DangerSwiftPeriphery/CheckstyleOutputParser.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//
77

88
import Foundation
9+
#if canImport(FoundationXML)
10+
import FoundationXML
11+
#endif
912

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

0 commit comments

Comments
 (0)