iOS Thread in MobileScreen

I’m putting this under iOS but I don’t know if it’s limited to iOS or mobile (or beyond).
I’m working with a project that has been compiling fine for years, but I haven’t had to do a build in some months.

In two places I use a thread. One is a subclass and one is a thread that was just dragged into a mobile screen.

When I compile I get two errors for each:

  1. Can’t find a type with this name - Name
  2. Type mismatch error. Expected enum Thread.types, but got int64 - Name

I’ve submitted the bug, and I know work-arounds, but they’ll be a huge pain to implement in this project. Hoping someone here knows an easy fix.

https://tracker.xojo.com/xojoinc/xojo/-/issues/78275

Withdrawn!
Restarting the IDE fixed it.
Strange because I had restarted it a couple hours before this happened.