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
Update isSDKTooOld to be compatible with older compilers.
5.3 and ealier compilers may hit:
```
swift-driver/Sources/SwiftDriver/Driver/Driver.swift:2044:15: error: definition conflicts with previous value
guard let sdkInfo = sdkInfo else {
```
0 commit comments