Re: [swift-users] Help need with SR-1187

2016-04-20 Thread Daniel Dunbar via swift-users
The package manager will add an implicit dependency between the test suite and the target it assumes it is trying to test. In your case, however, your package module is named PlayingCard, and your test module is name CardTests (not PlayingCardTests) so it doesn't find that dependency. This leave

Re: [swift-users] Help need with SR-1187

2016-04-20 Thread Jose Cheyo Jimenez via swift-users
I filed a bug against the swift package manager. https://bugs.swift.org/browse/SR-1276 > On Apr 19, 2016, at 11:20 PM, Jose Cheyo Jimenez wrote: > > I fixed the previous issue by uninstalling a really old version of > https://github.com/realm/SwiftLint

Re: [swift-users] Help need with SR-1187

2016-04-19 Thread Jose Cheyo Jimenez via swift-users
I fixed the previous issue by uninstalling a really old version of https://github.com/realm/SwiftLint Now I am having the same error as https://bugs.swift.org/browse/SR-151 but the linking error only occurs when I run th

[swift-users] Help need with SR-1187

2016-04-14 Thread Jose Cheyo Jimenez via swift-users
Hi Everybody, I am trying to build the example-packages but I am getting errors once I try to run test I was hopping to add some tests to close https://bugs.swift.org/browse/SR-1187 I am using the 3-24 snapshot but I am getting import errors : error: