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

Swift compiler warning: Type alias should not be declared public because its underlying type uses an internal type #39

Open
colmlg opened this issue Aug 28, 2017 · 0 comments

Comments

@colmlg
Copy link

colmlg commented Aug 28, 2017

When compiling a project that has Embassy installed as a pod on Xcode 8.3.2 I get these warnings:

/Users/-/-/Pods/Embassy/Sources/MultiDictionary.swift:80:22: Type alias should not be declared public because its underlying type uses an internal type

/Users/-/-/Pods/Embassy/Sources/MultiDictionary.swift:102:22: Type alias should not be declared public because its underlying type uses an internal type

These are the offending lines:
public typealias Index = ArrayType.Index
public typealias Element = ArrayType.Element

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

1 participant