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
This cannot be expected. The Package.swift says swift-tools-version:5.8 so this will break people. We need to release a final version that is compatible with 5.8 and then we can change it to swift-tools-version:5.10 or whatever and move on. But what's not okay is to leave the last released version that claims 5.8 support not supporting 5.8
weissi
changed the title
Swift 5.8 compilation failure /Package.swift:4:8: error: no such module 'CompilerPluginSupport'
Swift 5.8 compilation failure /Package.swift:4:8: error: no such module 'CompilerPluginSupport' -> ⚠️ SemVer break
Apr 25, 2025
As per
Package.swift
we support Swift 5.8 here. But an actual compilation fails withThis is a SemVer break so needs urgent fixing.
The text was updated successfully, but these errors were encountered: