Arena icon indicating copy to clipboard operation
Arena copied to clipboard

A command line tool to create Swift Playground projects with SPM package dependencies

Results 8 Arena issues
Sort by recently updated
recently updated
newest added

As we've discussed on Discord, using Arena 1.0.0 to make a playground for RxSwift (5.1.1 at the time of writing) results in a seemingly valid workspace playground that Xcode loads...

Thanks for a great tool! Trying to use it with my UICore local package with resources Got the following error: ``` UICore/resource_bundle_accessor.swift:27: Fatal error: unable to find bundle named UICore_UICore...

# Problem statement The binary package is not properly linked at build time. ![Screenshot 2021-04-09 at 13 56 21](https://user-images.githubusercontent.com/4924709/114176403-60bc3780-993b-11eb-9b37-1c6108cbca25.png) Running following command succesfully generates Xcode playground with the binary Swift...

help wanted

Arena currently fetches the sources of direct dependencies and integrates them (flattened) into `UserModule`. It _does not_ fetch sources of transitive dependencies, i.e. dependencies that are dependencies of your primary...

Hi. The tool is awesome, super helpful. But it doesn't work anymore. I always get the the "No such module" error, whatever I try.

Hi, I recently discovered this tool and I find it really interesting!! I am trying to use Arena with `The Composable Architecture` but I cannot find a way to import...

I ran on the latest install `arena --book -p ios ../MyLocalPackage` and the package cant be found when I open the xcworkspace