Building tests as a dynamic library rather than an executable

I actually wonder if moving towards test bundles being shared libraries on all platforms[1] might be useful and help simplify some things in SwiftPM. Currently, it has diverging logic for different platforms and environments in how it builds and launches test bundles.


  1. At least, on platforms where they're supported. ↩︎

2 Likes