DevYeom / OneWay

A Swift library for state management with unidirectional data flow.
https://swiftpackageindex.com/DevYeom/OneWay/2.9.0/documentation/oneway
MIT License
78 stars 8 forks source link

Add missing swift build for linux ci #104

Closed sobabear closed 5 days ago

sobabear commented 6 days ago

Description 📝

OneWay is a swift library for state management regardless of platforms even if it is not contains apple enviroment. As Swift and Foundation became as an open source. Compilable and runnable on linux would get mattering. Thus validating build before merge can be very important

I personally had experienced swift-foundation's missing function which is not building on linux even working on macos. Moreover as introducing Concurrency, Foundation has got missing more and more refactored-async-concurrency methods. For in my case, Foundation missed URLSession's concurrency function.

As OneWay's main is concurrency, I think build-checking is crucial so I suggest swift build not only testing

sobabear commented 5 days ago

@DevYeom Seems like passed!