Just to clarify, the arm dev build didn’t get broken, it’s a result of a change in the build configuration. Last year we had a “universal” intel+arm build so it was a single download for both architectures.
Because of the difficulties in obtaining “universal” intel+arm versions of some of the dependencies, we switched to having independent builds for intel and arm.
Since Intel builds can run on Arm through Rosetta 2, at the time of the switch I kept the Intel build as the one to upload to S3, where the “public” dev builds live.
This can definitely be changed so that we have both builds available.
Wow, Thank you so much for the links.
I did not know I could get the latest build directly on Github, even with pull requests that have not yet been merged.
By testing with my program, the only issue I have noticed so far with the latest build is that the class WindowHandleView is broken. I opened an issue on Github. Otherwise everything seems fine.