-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[swift4] Add swift package manager and update dependencies #4141
[swift4] Add swift package manager and update dependencies #4141
Conversation
👍 Thanks for opening this issue! The team will review the labels and make any necessary changes. |
cc: @wing328 can you please take a look at this? CI is failing but I think it's not related to this PR. |
After merging master to this branch, it's now passing all the tests. |
Let me run the test locally tomorrow. There were issues before due to XCode upgrade in my side. |
Thanks 🙂 |
Tests passed locally:
|
PR checklist
./bin/
to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.sh
,./bin/openapi3/{LANG}-petstore.sh
if updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in.\bin\windows\
. If contributing template-only or documentation-only changes which will change sample output, be sure to build the project first.master
,4.1.x
,5.0.x
. Default:master
.@jgavris (2017/07) @ehyche (2017/08) @Edubits (2017/09) @jaz-ah (2017/09) @d-date (2018/03)
Description of the PR
This PR add's support for Swift Package Manager, update dependencies and fixes #4057