mattinger
05/20/2025, 4:56 PMdata class SomeClass(val value: Int = 0)
I can't instantiate this in swift code without supplying the value
parameter.
I'm unable to use SKIE because we're modeling log data which has a large number of optional constructor parameters, which SKIE isn't good at handling (as it tries to create all the different permutations available)
Is there something i'm missing, or is this just not something available yet?Jacob Ras
05/20/2025, 11:19 PMmattinger
05/21/2025, 1:05 PM