I have created a few simple status page services using extract.rb in my instance of stts.
(Notably supabase and matrix. Posthog does not work out of the box.)
This used to work in stts 2.x, but fails in stts 3.x.
The swift compiler complains about overriding the url with a stored value.
I'm not sure if it's an issue with a swift language change, or in the underlying StatusPageService superclass.
I tried regenerating the files with extract.rb, but the generated class is exactly as before, with the same error.
I think the swift template in extract.rb needs to be updated given changes to the underlying code.
Examples of working StatusPageService subclasses would also be useful so we could do this by hand.
Regards,
Marc-Antoine