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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Swift 5.1 and Xcode 11 #77

Merged
merged 9 commits into from Oct 4, 2019
Merged

Conversation

interstateone
Copy link
Contributor

@interstateone interstateone commented Oct 4, 2019

See individual commits, resolves #75.

Notably, building with optimizations (so, release builds) gets stuck building Guaka. This appears to be related to this bug, and a fix has landed here which as of now is in the Swift 5.1 development snapshot toolchains. So two workarounds are to use a prerelease toolchain or build with -Onone. 馃 the fix ships in an Xcode soon (it's not in 11.2 beta).

I opened FB7347879 with this project attached to track and help solve the problem.

@daveanderson
Copy link

馃憖

@daveanderson
Copy link

Xcode 11.2 doesn't or does not include the fix?

Copy link

@daveanderson daveanderson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look reasonable 鈥撀營 don't see the optimization setting set but that's ok

@interstateone
Copy link
Contributor Author

Xcode 11.2 doesn't or does not include the fix?

The fix isn't included in the Swift toolchain shipped with 11.2 beta 1.

I don't see the optimization setting set

Thanks for reminding me, I wanted to file a problem report before adding that. Done now!

@interstateone interstateone marked this pull request as ready for review October 4, 2019 16:56
@interstateone interstateone merged commit b227f48 into XcodesOrg:master Oct 4, 2019
@interstateone interstateone deleted the xcode-11 branch October 4, 2019 16:57
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

Successfully merging this pull request may close these issues.

Swift 5.1 and Xcode 11
2 participants