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
Move OS component version comparison to isRuntimeCompatible (#6925)
Cherry-pick of #6819.
When setting host triple in Swift SDKs to `arm64-apple-macosx13.0` to allow cross-compiling from an older version of macOS, this triple is not recognized as directly matching `arm64-apple-macosx14.0` on a newer version of macOS.
We should support backward compatibility with Swift SDKs that were built for older version of macOS.
Resolves rdar://113967401.
```
# Conflicts:
# Sources/PackageModel/SwiftSDKBundle.swift
```
0 commit comments