For future reference I figured out what was causing this. The Arch Linux
`makepkg` command was calling strip [1] by default. This was obviously
stripping out some things that was necessary for build.
The fix was obviously to tell the packager to skip calling strip [2].
[1] http://linux.die.net/ma
I have compiled from the latest Swift source and built a package for my
system using the install to destination. However, after installing the
package and running `swift` to test the REPL it dies with the following
error: `error: failed to resolve REPL breakpoint for 'repl_main'`.
Not really sure