I measure the child view size and pass it to the parent view using preference technic. Time by time I get the next message in console Bound preference WidthKey tried to update multiple times per frame.
Nothing happens in terms of errors or an unexpected behaviour.
Do I need bother about this massage or it's just information that it happens ?
Now, AFAICT, GeometryReader is updating, causing WidthKey to be written, which in turn refreshes GeometryReader. GeometryReader always takes all available offered space, so that might not be necessary if you're trying to match the view sizes.
You should include your actual code so people can try it out and see. Your code don't seem to match the preview: the red background on "Text" has padding around it. But the code doesn't have .padding()
I type in your code running it in Xcode Version 12.5 beta 3 (12E5244e) both in preview or simulator don't show the "...multiple time per frame" message:
Edit: I added print in .onPreferenceChange(...), only one print out once. And on editing, only once per keystroke. Seems to work fine for iPhone. Run in iPad simulator show something else:
"... Unable to simultaneously satisfy constraints ..."