Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with swagger_2 Xcode 13 #287

Open
danya61 opened this issue Nov 26, 2021 · 0 comments
Open

Issue with swagger_2 Xcode 13 #287

danya61 opened this issue Nov 26, 2021 · 0 comments

Comments

@danya61
Copy link

danya61 commented Nov 26, 2021

Hello!
I'm using 3.02 version of SwagGen, Xcode 13.

Trying to install:

git clone -b swagger_2 https://github.com/yonaskolb/SwagGen.git
cd SwagGen
make install

the output is:

swift build --disable-sandbox -c release -Xswiftc -static-stdlib
Updating https://github.com/yonaskolb/JSONUtilities.git
Updating https://github.com/onevcat/Rainbow.git
Updating https://github.com/kylef/PathKit.git
Updated https://github.com/onevcat/Rainbow.git (0.45s)
Updated https://github.com/kylef/PathKit.git (0.45s)
Updated https://github.com/yonaskolb/JSONUtilities.git (0.45s)
Updating https://github.com/jpsim/Yams.git
Updating https://github.com/yonaskolb/Stencil.git
Updating https://github.com/jakeheis/SwiftCLI
Updated https://github.com/yonaskolb/Stencil.git (0.50s)
Updated https://github.com/jpsim/Yams.git (0.50s)
Updated https://github.com/jakeheis/SwiftCLI (0.50s)
Updating https://github.com/kylef/Spectre.git
Updated https://github.com/kylef/Spectre.git (0.37s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 3.1.4 (0.03s)
Computing version for https://github.com/kylef/Spectre.git
error: the manifest is missing a Swift tools version specification; consider prepending to the manifest '// swift-tools-version:5.5.0' to specify the current Swift toolchain version as the lowest Swift version supported by the project; if such a specification already exists, consider moving it to the top of the manifest, or prepending it with '//' to help Swift Package Manager find it
make: *** [build] Error 1

Any suggestion how to solve it? Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant