Nick Cooke 8 месяцев назад
Родитель
Сommit
87621d67fb

+ 1 - 1
FirebaseCore/Internal/Sources/Utilities/UnfairLock.swift

@@ -13,7 +13,7 @@
 // limitations under the License.
 
 import Foundation
-private import os.lock
+import os.lock
 
 /// A reference wrapper around `os_unfair_lock`. Replace this class with
 /// `OSAllocatedUnfairLock` once we support only iOS 16+. For an explanation

+ 1 - 1
FirebaseFunctions/Sources/Functions.swift

@@ -25,7 +25,7 @@ import Foundation
 #endif
 
 import FirebaseCoreExtension
-private import FirebaseCoreInternal
+import FirebaseCoreInternal
 
 /// File specific constants.
 private enum Constants {

+ 1 - 1
FirebaseFunctions/Sources/HTTPSCallable.swift

@@ -14,7 +14,7 @@
 
 public import Foundation
 
-private import FirebaseCoreInternal
+import FirebaseCoreInternal
 
 /// A `HTTPSCallableResult` contains the result of calling a `HTTPSCallable`.
 @objc(FIRHTTPSCallableResult)

+ 1 - 1
FirebaseSessions/Sources/Public/SessionsDependencies.swift

@@ -15,7 +15,7 @@
 
 public import Foundation
 
-private import FirebaseCoreInternal
+import FirebaseCoreInternal
 
 /// Sessions Dependencies determines when a dependent SDK is
 /// installed in the app. The Sessions SDK uses this to figure

+ 1 - 1
FirebaseStorage/Sources/Internal/StorageUtils.swift

@@ -13,7 +13,7 @@
 // limitations under the License.
 
 import Foundation
-private import UniformTypeIdentifiers
+import UniformTypeIdentifiers
 
 #if os(iOS) || os(tvOS) || os(visionOS)
   import MobileCoreServices