The Studio Display is generally good and I like it (I even think the camera is just fine), but I don't get why they messed up the backside story that bad.
I've setup "Northwind.swift" on GitHub. The goal of the org is to host the Northwind database for various #SwiftLang persistence frameworks. The DB is pretty old, but since it is so common, it makes it easy to compare how persistence works across different systems. It currently contains packages w/ prefilled stores for Lighter, #SwiftData and #CoreData + ManagedModels (I expect more to come). Can be used for demos, tutorials or just playing around with the frameworks. https://github.com/Northwind-swift
When using the new Observation features in #Swiftlang, be careful with the naming of your properties. It creates a stored property w/ an underscore in front, so don't do the same, surprises may happen. Also didSet doesn't work, in case you didn't notice yet (via @martinlexow). Though the generated code actually moves the didSet to the fresh new property (not sure this is just a bug or actually impossible to do right w/ macros).
@mattl@n1vux YellowBox actually even runs on Windows 95, not just NT. It is still my plan to eventually get it running in that Electron Windows 95 emulation. Didn't complete last time I tried, should give it another run.