I was trying to use swift test and ran into the following error on Apple Swift version 3.0.1 (swiftlang-800.0.58.6 clang-800.0.42.1)
error: the package has an unsupported layout, unexpected source file(s) found: [directory]/CSwiftV/Tests/CSwiftVTests.swift
fix: move the file(s) inside a module
I was trying to use
swift test
and ran into the following error onApple Swift version 3.0.1 (swiftlang-800.0.58.6 clang-800.0.42.1)
This seemed to fix it.