New jiri-swift utility for building Swift cgo wrappers and Xcode framework

Currently the Xcode framework is fully working and tested for 64-bit builds.
Go as of 1.5 does not support darwin/386 so 32-bit simulator is out. Further,
darwin/arm (32-bit) cannot produce PIC code so ultimately Xcode will fail with
an illegal text-relocation in the link phase. A future version of go will
hopefully support PIC code generation.

A future CL should allow more platform invariance. Currently only 64-bit iOS
is supported, versus Swift for Linux or any other platform.

MultiPart: 1/2
Change-Id: I2dfb6b9b1721af318f2115425589f2df3389324c
10 files changed
tree: bd9a0c7c7734e9ac4daf204a7253c6795e8f2e14
  1. bendroid/
  2. dashboard/
  3. data/
  4. godepcop/
  5. gologcop/
  6. internal/
  7. jiri-api/
  8. jiri-copyright/
  9. jiri-dockergo/
  10. jiri-go/
  11. jiri-goext/
  12. jiri-oncall/
  13. jiri-profile-v23/
  14. jiri-run/
  15. jiri-swift/
  16. jiri-test/
  17. jiri-v23-profile/
  18. jiridoc/
  19. madb/
  20. mailer/
  21. oncall/
  22. postsubmit/
  23. presubmit/
  24. vbinary/
  25. vcloud/
  26. vjenkins/
  27. vkiosk/
  28. vmon/
  29. .gitignore
  30. .godepcop
  31. .jiriignore
  32. AUTHORS
  33. CONTRIBUTING.md
  34. CONTRIBUTORS
  35. LICENSE
  36. PATENTS
  37. README.md
  38. VERSION
README.md

This repository contains developer tools used to install and contribute to Vanadium.

For more information, see the installation and contributing instructions.

This repository is fetched and the tools are built as part of the Vanadium installation process for contributors.