Swift 6.0 Blockers · Issue #933 · LadybirdBrowser/ladybird · GitHub Skip to content You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert LadybirdBrowser / ladybird Public Uh oh! There was an error while loading. Please reload this page . Notifications You must be signed in to change notification settings Fork 2.7k Star 58.6k Swift 6.0 Blockers #933 New issue Copy link New issue Copy link Closed Closed Swift 6.0 Blockers #933 Copy link Labels swift task list This issue contains a list of tasks. This issue contains a list of tasks. Description ADKaster opened on Aug 2, 2024 Issue body actions List of issues preventing moving forward on moving Swift 6.0 support out of an experimental state: Swift issues: Please backport d8352e93c1c8042d9166eab3d76d6c07ef585b6d swiftlang/llvm-project#8998 Details: Swift’s version of LLVM is missing the fix for [Clang] ICE in CheckPointerToMemberOperands passing decltype of lambda llvm/llvm-project#53815 . This means that any assertions build of llvm from the swift open source project cannot build our code. Snapshot builds are released with assertions on. Workaround: Build swift from source on Linux without llvm assertions, or use macOS. PR: 🍒 [Clang] [Sema] Handle placeholders in ‘.*’ expressions (#83103) swiftlang/llvm-project#9038 Fixed in Swift 6.0.0 release Interop: Compiler and C++ Bridging header disagree on ABI of Optional
Source: Hacker News | Original Link