Gong Zhang
Gong Zhang
Same here. I think we can just delete this case, right?
Swift 5.7 does allow `Any` value to store a wildcard `nil`. Therefore the `case nil` is already useless in Swift 5.7. I think wrap the case in `#if swift(
Indeed you can assign `nil` to `Any`, sorry I was wrong. 👍 After further research, even if `nil` is assigned explicitly, it is not equal to a _naked_ `nil`. (Because...
@luoxiu 🤔 Is it really possible to get into the branch of `Optional.none`? I still feel that `case nil` should be removed directly.
@luoxiu hmmm... looks good to me
@ethan021021 I'm having the same problem here. However, I'm not quite sure if this error message is accurate. Have you tried to perform Generate Report command in the diagnostics window?
I believe there is a new `arm64` arch for Apple Watch since Xcode 14. The `librealm-monorepo` is pre-built so it does not contains that arch, which causes the link error.
Me too. This version does not upgraded the realm-core. I tried to build the latest core by myself, but I failed. Still waiting for the next version. 🥲
Still waiting for the next version of realm-core. I did not succeed in building the realm-core myself. 😢
Hi @ivanvorobei , long time no see 😄 I just re-implement the SwiftUI support for SPIndicator. And you can find it [here](https://github.com/gongzhang/SPIndicator/commit/38108b11ca1f44c430402d1a0cee1fad35237b17). I believe the commit will fix this issue....