CodeEditApp / CodeEdit

πŸ“ CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.

Home Page:https://codeedit.app

Repository from Github https://github.comCodeEditApp/CodeEditRepository from Github https://github.comCodeEditApp/CodeEdit

🐞 Can't Compile With Swift 6.2

thecoolwinter opened this issue Β· comments

Description

CodeEdit has a few concurrency related issues when compiling on Xcode 26.

Image

To Reproduce

.

Expected Behavior

.

Version Information

macOS: 26 beta
Xcode: 26

Additional Context

No response

Screenshots

No response

Turns out these are all issues with WelcomeWindow. Will create a PR there and link it here.

What in the world, these issues don't appear with Swift 6.2 or any of the strict concurrency or the new default actor isolation. Only in Xcode 26.

Okay note for future people looking at this, Xcode enables a bunch of 6.2 features by default so just compiling a project using the snapshot toolchain isn't enough. To correctly mimic the errors you'll get on Xcode 26 just use Xcode 26.