Avatar
Avatar
omochimetaru
@swift-main print(Unicode.Scalar(UInt32(0xD800)))
swiftNightly BOT 9/13/2025 6:36 AM
nil<stdin>:1:7: warning: expression implicitly coerced from 'Unicode.Scalar?' to 'Any' 1 | print(Unicode.Scalar(UInt32(0xD800))) | | |- 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 'Unicode.Scalar?' to 'Any' 2 |