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
{{ message }}
This repository was archived by the owner on Mar 15, 2024. It is now read-only.
swift-tools-version from Package.swift has been upgraded from 5.3 to 5.6 with this commit.
Swift 5.6 is available from Xcode 13.3 so after that update the SDK cannot be used with Xcode versions below 13.3 - I get the following error on Xcode 13.2.1:
We can fix that by downgrading swift-tools-version. This PR fixes the issue: #14
With this update the SDK can be used in both Xcode 13.2.1 and Xcode > 13.3