Enabling Eager Linking for SPM?

Is there an equivalent to the eager linking added in Xcode 14 for SPM itself? I couldn't find any documentation around a flag to pass through swift build. On a related note, any way to enable the feature for SPM within Xcode? Presumably if there's a build option for it I could modify my local package to pass it down, but, like most build settings, it would be better to pass them through directly.

Any news on this?