The feature repr_simd no longer supports structs with multiple fields.
The fix is to convert vek's vectors to use arrays internally. I haven't looked at how much work it would be.
The workaround is to disable vek's default features and only use the ones you need - e.g. vek = { version = "0.17.0", default-features = false, features = ["rgba", "rgb", "std"] }.
I propose that a quick temporary solution would be to publish 0.17.1 with repr_simd removed from the list of default features.