CosmicMind / Algorithm

Algorithm is a library of tools that is used to create intelligent applications.

Home Page:http://cosmicmind.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xcode 9 build failures

plu opened this issue · comments

There are some build failures when trying to build with Xcode 9 Beta 2, for example:

  • 'Collection' requires the types 'Key' and '(key: Key, value: Value?)' be equivalent
  • 'Sequence' requires the types 'Key' and '(key: Key, value: Value?)' be equivalent

The project is still set to Swift 3 (3.2).

Yes, the project is not Swift 4 as that is not publicly released. I only support official releases that are not betas. This will be updated shortly.

It's not about Swift 4. Xcode 9 is more picky about Swift 3 code. So things that were working before are not compiling anymore.

Sorry, to be more clear, anything that is used in Xcode 9 will have issues as well as Swift 4.

I will be updating it soon :) Very soon :)

Awesome! Thank you :).

Anytime :)

@DanielDahan Any time frame on the updates?

Try the development branch :)