aleclarson / emitter-kit

Type-safe event handling for Swift
MIT License
566 stars 70 forks source link

Building with Swift 1.2 #12

Closed mkoppanen closed 9 years ago

mkoppanen commented 9 years ago

There are currently several issues with the build after the latest Xcode update (6D520o). We are looking at these locally and probably have a patch during today.

How are you handling backwards incompatible changes at the moment? After the updates the code will only compile with Swift 1.2 as there is no proper support for conditional compiling in the language.

aleclarson commented 9 years ago

I just pushed 181cc69 and tagged it with 3.2.0. Thank @cakper for submitting the fixes. :+1:

I also created tags for past versions in case someone wants to use an older version of Swift.