yaslab / CSV.swift

CSV reading and writing library written in Swift.
MIT License
661 stars 78 forks source link

Update project to Swift 5 and latest Xcode 10.2 settings #84

Closed UberJason closed 5 years ago

UberJason commented 5 years ago

Hi there! Great library. 🙂 Would you mind accepting this PR to update to Swift 5 and the latest Xcode 10.2 settings?

codecov[bot] commented 5 years ago

Codecov Report

Merging #84 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #84   +/-   ##
=======================================
  Coverage   90.75%   90.75%           
=======================================
  Files          14       14           
  Lines        1860     1860           
=======================================
  Hits         1688     1688           
  Misses        172      172
Impacted Files Coverage Δ
Sources/CSV/CSVReader.swift 96.38% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c88aca7...6e1db15. Read the comment docs.

TheNephilim88 commented 5 years ago

@yaslab Any chance to get this code reviewed and merged? :)

yaslab commented 5 years ago

Sorry for replying late. Thanks for working on Swift 5 support!