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