swiftcsv / SwiftCSV

CSV parser for Swift
MIT License
947 stars 190 forks source link

Fix build break in non-iOS platforms. #110

Closed lardieri closed 2 years ago

lardieri commented 2 years ago

Need to add the new source file to all platform targets.

lardieri commented 2 years ago

Curious why the CI pipeline didn't catch this.

DivineDominion commented 2 years ago

CI uses swift build and doesn't interact with Xcode. It basically just tests SwiftPM that way. It might pay off to add another build step to the workflow; will open an enhancement issue for that