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 9c43b57 commit 6a526e8Copy full SHA for 6a526e8
Sources/FoundationEssentials/FileManager/FileManager+Files.swift
@@ -120,8 +120,8 @@ public protocol _NSNumberInitializer {
120
121
@_spi(SwiftCorelibsFoundation)
122
dynamic public func _nsNumberInitializer() -> (any _NSNumberInitializer.Type)? {
123
- // TODO: return nil here after swift-corelibs-foundation begins dynamically replacing this function
124
- _typeByName("Foundation._FoundationNSNumberInitializer") as? any _NSNumberInitializer.Type
+ // Dynamically replaced by swift-corelibs-foundation
+ return nil
125
}
126
#endif
127
0 commit comments