Skip to content

Commit 948093f

Browse files
committed
Consistently import _CFXMLInterface
1 parent 86f9489 commit 948093f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/FoundationXML/XMLNode.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//import libxml2
1111
#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
1212
import SwiftFoundation
13-
import _CFXMLInterface
13+
@_implementationOnly import _CFXMLInterface
1414
#else
1515
import Foundation
1616
@_implementationOnly import _CFXMLInterface

Sources/FoundationXML/XMLParser.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
1111
import SwiftFoundation
12-
import _CFXMLInterface
12+
@_implementationOnly import _CFXMLInterface
1313
#else
1414
import Foundation
1515
@_implementationOnly import _CFXMLInterface

0 commit comments

Comments
 (0)