We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f9489 commit 948093fCopy full SHA for 948093f
Sources/FoundationXML/XMLNode.swift
@@ -10,7 +10,7 @@
10
//import libxml2
11
#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
12
import SwiftFoundation
13
-import _CFXMLInterface
+@_implementationOnly import _CFXMLInterface
14
#else
15
import Foundation
16
@_implementationOnly import _CFXMLInterface
Sources/FoundationXML/XMLParser.swift
@@ -9,7 +9,7 @@
9
0 commit comments