-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
Unable to build current source #561
Comments
@maxgoedjen can you delete the attempt to infect my computer? ☝️ (lol. a windows virus wouldn't have even worked.) |
Sorry, the account has been hacked. Please do not click on this link. |
@mortax did this get deleted by the time I got here? I don't see anything else up there. |
@mortax overall on this issue: I'm working on getting it building in Swift 6 mode currently, but in the short term you can remove the "CompleteConcurrency" flags in |
thanks @maxgoedjen. indeed, the comment was already deleted (not that anyone else would be taken in). thanks for the tip. i've removed |
@mortax I turned that on back when it built, but new concurrency warnings have come on since. I'll disable that in main since it's becoming a semi-common question. |
that change certainly helped. Xcode is annoying in that, after making a build configuration change, i always seem to have to use the code changes used
i am still getting |
That'll be fixed here: #562, should be merged in next few minutes. |
sadly @maxgoedjen, i am still getting the let me know if you have any thoughts. i was able to successfully build a year+ ago. |
i get closest to a build (only one error -- unless i rebuild) if i remove this:
then Agent
i can't eliminate that error, however. |
@mortax just dump those changes and pull from main – it should build now (locally and CI both pass for me) |
Ah looks like CI's Xcode is outdated and 15.4 does show that, my bad. Let me get that fixed up. |
Give that one more go now that #564 is merged, please. |
brilliant! that did the trick. i was able to build. i just have to fix my signing and i'm all set. thanks Max! |
i'm sorry to admit that i'm not an Xcode expert. that said, i'm getting these errors when i try to build the current source (on Sonoma
14.6.1 (23G93)
using XcodeVersion 15.4 (15F31d)
). annoyingly, these are phrased as if they should be ignorable (i.e. don't encode Swift 6 semantics) but i haven't found a way to ignore them.any advice?
The text was updated successfully, but these errors were encountered: