static StackSpec from(MixData mix) { return mix.attributeOf<StackSpecAttribute>()?.resolve(mix) ?? const StackSpec(); }