Bruno Coelho d5c7c9c9b7 [swift] add option for non public api (#4556)
* [swift] implement non public api

* [swift] add petstore for non public api

* [swift] fix error in extension that cannot be internal

* [swift] update docs
2019-11-25 17:19:50 +08:00

4 lines
48 B
Bash
Executable File

#!/bin/sh
swift build && exit ${PIPESTATUS[0]}