finestructure / Arena

A command line tool to create Swift Playground projects with SPM package dependencies
MIT License
676 stars 16 forks source link

Wrapper package conflicts with any existing "Dependencies" target #96

Closed mamouneyya closed 10 months ago

mamouneyya commented 11 months ago

This is a kinda hilarious issue, but if you try to add PointFree's Dependencies package to a Playground using Arena, it will produce a broken setup since the wrapper package's Dependencies target conflicts with the Dependencies target coming from the swift-dependencies.

Screenshot 2023-09-24 at 3 19 13 PM
finestructure commented 11 months ago

Ha, nice one 😅

I'll have to see if I can conditionally change the name to avoid collisions or if I need to find a new, more obscure name...

Thanks for the report!