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
error: the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifier
#60
Open
aniketnarvekar opened this issue
Jan 20, 2025
· 0 comments
I have used swift package add-dependency https://github.com/nvzqz/RandomKit.git --from 5.2.3 command to add package dependency and tried to build the project using command swift build i'm getting following output:
Fetched https://github.com/nvzqz/RandomKit.git from cache (0.88s)
Computing version for https://github.com/nvzqz/RandomKit.git
error: the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifier
error: ExitCode(rawValue: 1)
[0/1] Planning build%```
The text was updated successfully, but these errors were encountered:
I have used
swift package add-dependency https://github.com/nvzqz/RandomKit.git --from 5.2.3
command to add package dependency and tried to build the project using commandswift build
i'm getting following output:The text was updated successfully, but these errors were encountered: