nerdsupremacist / Syntax

Write value-driven parsers quickly in Swift with an intuitive SwiftUI-like DSL
https://quickbirdstudios.com/blog/swift-string-parse/
MIT License
147 stars 10 forks source link

fix iOS build, remove deprecated API #8

Closed nmn closed 2 years ago

nmn commented 2 years ago

I saw that the tests were failing on iOS, so I made the changes necessary to make the tests pass on iOS and iPadOS in addition to macOS.

nerdsupremacist commented 2 years ago

no idea why the linux build is failing... it appears to be fine

nmn commented 2 years ago

I tried to make the tests pass on even more platforms. But I'm assuming linux will still fail.

I also don't understand why, after I install Syntax as a dependency for a Swift Package, it can't be found when I import it. Some package configuration thing is probably still broken.