wwt / SwiftCurrent

A library for managing complex workflows in Swift
https://wwt.github.io/SwiftCurrent/
Apache License 2.0
307 stars 19 forks source link

Upping version of SwiftSyntax in the CLI to lastest. #202

Closed morganzellers closed 2 years ago

morganzellers commented 2 years ago

Linked Issue: #201

Checklist:

morganzellers commented 2 years ago

Testing these changes as local packages fixed the problems seen in the issue. Not sure what the difference is, but the version we were using was a handful of months behind. The release page mentions vending the internal parser library as a binary framework on macOS, but 🤷🏻.

morganzellers commented 2 years ago

This requires consumers to have Swift 5.6, why would we place that restriction on them?

Ah, yeah I didn't consider that.

codecov-commenter commented 2 years ago

Codecov Report

Merging #202 (5cf9630) into main (671a5a6) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #202   +/-   ##
=======================================
  Coverage   90.61%   90.61%           
=======================================
  Files         110      110           
  Lines        2718     2718           
=======================================
  Hits         2463     2463           
  Misses        255      255           

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 424df33...5cf9630. Read the comment docs.