Skip to content

Commit ee5ce45

Browse files
akyrtzimillenomi
authored andcommitted
Merge pull request #127 from millenomi/foundationxml
FoundationXML: Adoption
1 parent 76ee75d commit ee5ce45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sources/SourceKit/sourcekitd/CommentXML.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
import SKSupport
1414
import Foundation
1515

16+
#if canImport(FoundationXML)
17+
import FoundationXML
18+
#endif
19+
1620
enum CommentXMLError: Error {
1721
case noRootElement
1822
}

0 commit comments

Comments
 (0)