I\'m running swift test from the command line to run the test cases. This is the test case:
swift test
import XCTest @testable import vnk_swift class KeyM
In Swift 4, check if your .testTarget depends on FooBarLib.
.testTarget
FooBarLib
.testTarget( name: "FooBarLibTests", dependencies: ["FooBarLib"]),