Can I import more than PackageDescription in a Package.swift file?

Thanks for the reply. Those are some good points to not do anything too hacky. I'm hopeful we wont have to rely on the @_exported work around. After taking a deeper look at what we have, I think it might be good bring everything into one Package.swift file or look into some code gen solution that can take in some inputs and output the Package.Swift files we need (hopefully the first). Just need to figure out if its feasable to do everything in one shot to avoid dependancies being included from SPM and CocoaPods

Also realized that SPM doesnt support mixed language packages (yet) so I'll need to wait for that anyawys.