Avatar
Avatar
Iceman
@swift-6.0.3 import Foundation print(Bundle.main.infoDictionary)
Optional([:])<stdin>:2:7: warning: expression implicitly coerced from '[String : Any]?' to 'Any' 1 | import Foundation 2 | print(Bundle.main.infoDictionary) | | |- note: provide a default value to avoid this warning | | |- note: force-unwrap the value to avoid this warning | | `- note: explicitly cast to 'Any' with 'as Any' to silence this warning | `- warning: expression implicitly coerced from '[String : Any]?' to 'Any' 3 |