Daniel1of1 / CSwiftV

A csv parser written in swift conforming to rfc4180
BSD 3-Clause "New" or "Revised" License
171 stars 46 forks source link

Fixed `swift test` error test directory layout #32

Closed davidchiles closed 8 years ago

davidchiles commented 8 years ago

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

This seemed to fix it.

wongzigii commented 8 years ago

Any chance to merge this?

Daniel1of1 commented 8 years ago

👍 Thanks a lot @davidchiles - sorry for delay @wongzigii