Post

Replies

Boosts

Views

Activity

Reply to Xcode 16 beta 6 - unexpected concurrency build issues
Sharing a further cross-post: https://forums.swift.org/t/seeking-workaround-for-issue-76171/74518 I've realized that in our full project, there is other code beyond WKWebView.isInspectable that must also be causing this issue, but I don't know of any good ways to identify all of them. I did find one other piece of code that causes the problem by tearing the project down bit by bit until the error went away — a usage of URL(fileURLWithPath:) within an extension method on WKWebView. Other than being in an extension of WKWebView, it's not clear how this relates to the cause identified in the original post. Suspecting something related to extensions of classes from WebKit, I tried refactoring all such extensions into helper classes, but this did not help.
Sep ’24
Reply to Package.resolved modified unexpectedly when switching git branches outside of Xcode
Also, to clarify — we believe that Xcode is responsible for making the unexpected modifications to Package.resolved for several reasons: The unexpected edits do not occur if the project is not open in Xcode None of the other files in our project are impacted by this problem when changing branches It seems unlikely that 3rd-party tools like the git CLI would contain special treatment for the Package.resolved file.
Jun ’24