1.1.0
- If a dependency's library product matches its package name, only import that single library. This makes packages like
RxSwift
andVapor
work, because it avoids pulling in their test helpers. These helpers importXCTest
, which currently makes the playground fail to build. See #75 for details.