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
refactor: improve CI cache isolation with Swift version keys
- Add Swift version to cache keys to prevent version mismatch issues
- Improve cache isolation between Swift 6.0 and 6.2 builds
- Align cache key naming with swift-html-types and swift-types-foundation
This prevents potential issues from cached modules built with
different Swift versions being loaded by newer compilers.
0 commit comments