Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type Graph<V> does not conform to protocol IndexableBase #9

Closed
cansurmeli opened this issue Jul 20, 2016 · 3 comments
Closed

Type Graph<V> does not conform to protocol IndexableBase #9

cansurmeli opened this issue Jul 20, 2016 · 3 comments

Comments

@cansurmeli
Copy link

Hello.

I was trying SwiftGraph with Swift 3 and I'm getting the following error:

Type Graph<V> does not conform to protocol IndexableBase for the below declaration inside Graph.swift:

public class Graph<V: Equatable>: CustomStringConvertible, Swift.Sequence, Swift.Collection { ... }

Any leads? Thanks.

@davecom
Copy link
Owner

davecom commented Jul 20, 2016

Hi @cansurmeli ,
I haven't yet ported SwiftGraph to Swift 3 (the note in the Readme is a placeholder for the next version 1.1 which I hope to release soon based on the Xcode betas). I will reply to this issue when it's updated.
Thanks,
David

@davecom
Copy link
Owner

davecom commented Jul 22, 2016

This should now be fixed with the latest commit.

@davecom davecom closed this as completed Jul 22, 2016
@cansurmeli
Copy link
Author

Thank you Dave 👍🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants