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 compile error #20

Closed
ipeisong opened this issue Nov 20, 2014 · 3 comments
Closed

Swift compile error #20

ipeisong opened this issue Nov 20, 2014 · 3 comments
Labels

Comments

@ipeisong
Copy link

It works fine when run, but when profile it cannot pass compilation with this (maybe a swift bug):

  1. While emitting IR SIL function @TF6SQLiteoi1pFTGVS_10ExpressionSS_SS_GS0_SS for '+' at /Users/PeiSong/VCube/gate-ios-swift/source/Gate-Swift/SQLite.swift/SQLite Common/Expression.swift:116:8
@stephencelis
Copy link
Owner

Most likely a Swift bug, but these are typically things I can work around. Thanks for the report! Looking into it this morning.

@stephencelis
Copy link
Owner

Fixed here: a167a06

@stephencelis
Copy link
Owner

Sorry again for the inconvenience! I've taken the following actions.

  1. Added a pre-commit hook locally to always run release builds.
  2. Filed a bug report with Apple (rdar://19044400).

I'll make sure that Travis runs Release builds in the near future, too, though Test targets cannot run in Release mode.

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