In semver terms, I believe this translates to "every change might be breaking", which sounds right for trunk-based deployments.
It sounds like a disaster. Trunk-based deployment does not imply such an extreme degree of instability, because all development may happen on other branches. I see what you're trying to say though. I think the real keyword is "continuous integration."