Skip to content

Commit 3bd5835

Browse files
authored
Merge pull request #129 from millenomi/foundationxml-5.1
[5.1] FoundationXML: Adoption
2 parents 76ee75d + ee5ce45 commit 3bd5835

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)