We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c15479e + 770fd1a commit f0fbfe1Copy full SHA for f0fbfe1
.gitignore
@@ -1,4 +1,5 @@
1
.DS_Store
2
/.build
3
/Packages
4
-*.xcodeproj
+.swiftpm/
5
+*.xcodeproj
Sources/XMLCoding/XMLStackParser.swift
@@ -8,6 +8,10 @@
8
9
import Foundation
10
11
+#if canImport(FoundationXML)
12
+import FoundationXML
13
+#endif
14
+
15
//===----------------------------------------------------------------------===//
16
// Data Representation
17
0 commit comments