We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d35242e commit 08a74ccCopy full SHA for 08a74cc
CoreFoundation/Base.subproj/module.modulemap
@@ -1,6 +1,4 @@
1
module CoreFoundation [extern_c] [system] {
2
umbrella header "CoreFoundation.h"
3
explicit module CFPlugInCOM { header "CFPlugInCOM.h" }
4
-
5
- explicit module Private { header "CFPriv.h" }
6
}
TestFoundation/TestBundle.swift
@@ -16,9 +16,7 @@
16
import SwiftXCTest
17
#endif
18
19
-#if !DEPLOYMENT_RUNTIME_OBJC
20
- import CoreFoundation.Private
21
-#endif
+import CoreFoundation
22
23
internal func testBundle() -> Bundle {
24
#if DARWIN_COMPATIBILITY_TESTS
0 commit comments