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

Xcode 7 Beta 1: Compiler regression - "Expression was too complex..." #18

Open
beltex opened this issue Jun 23, 2015 · 2 comments
Open
Labels

Comments

@beltex
Copy link
Owner

beltex commented Jun 23, 2015

See test case 24890 in https://github.com/practicalswift/swift-compiler-crashes/pull/75/. This affected the SMC.encodeSMCKey() type method. The workaround was to break up the expression as the compiler suggested.

@beltex beltex added the bug label Jun 23, 2015
@perfaram
Copy link
Contributor

Yep, seen this on mine too...

@beltex
Copy link
Owner Author

beltex commented Oct 4, 2017

Still doesn't work in Xcode 8 or 9 😄 (Swift 3.1 or 3.2 and seems it needs to be broken up further to compile on Swift 4 from a quick test). Should file a ticket with the Swift folks, though it's likely known as I recall most of test cases from the swift-compiler-crashes project were imported into the main project repo as part of the test suite a while back.

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

No branches or pull requests

2 participants