I want to test drive some Swift examples using XCTest from the command line if possible.
import XCTest class LeapTest : XCTestCase { func testVanillaL
I think the issue is you have your test.swift file under the main project's target membership. Make sure your swift test files belong to the Test target only.