Issue
StackProductPresentation.framework has CFBundleShortVersionString set to 3.4.2-alpha.2 which is rejected by Apple when uploading to TestFlight/App Store.
Error
Validation failed (409) This bundle is invalid. The value for key CFBundleShortVersionString '3.4.2-alpha.2' in the Info.plist file at 'Payload/App.app/Frameworks/StackProductPresentation.framework' must be a period-separated list of at most three non-negative integers.
Expected
CFBundleShortVersionString should be 3.4.2 (without -alpha.2 suffix).
Note
CocoaPods version uses StackModules 3.4.7 which doesn't have this issue. SPM uses 3.4.2.
Version
BidMachine-SPM 3.5.2