CombineCommunity / CombineExt

CombineExt provides a collection of operators, publishers and utilities for Combine, that are not provided by Apple themselves, but are common in other Reactive Frameworks and standards.
https://combine.community
MIT License
1.72k stars 151 forks source link

Swift 5.6 Release? #123

Closed nikitaame closed 2 years ago

nikitaame commented 2 years ago

Will there be a Swift 5.6 compatible release?

danhalliday commented 2 years ago

I’m using CombineExt with Swift 5.6 and all looks to be working! Is there something in particular you’re coming up against?

nikitaame commented 2 years ago

Was seeing a Module compiled with Swift X cannot be imported by the Swift Y compiler type message.

freak4pc commented 2 years ago

Was seeing a Module compiled with Swift X cannot be imported by the Swift Y compiler type message.

I imagine you're using Carthage

nikitaame commented 2 years ago

@freak4pc nope, SPM!

freak4pc commented 2 years ago

@freak4pc nope, SPM!

In that case it just sounds like a bad local cache. SPM should build from source, there is nothing "specific to 5.6" going on here.

Closing. Let me know if you have other questions s