I have a private pod, and I am trying to do a pod repo push but its rejecting it because of errors that could only happen in Swift3.0 e.g @noescape is the default and is deprecated. I use --allow-warnings but there are also errors beside this warning, this is just the most obvious Swift3.0 error.
The project itself is in Swift2.3, I have the legacy flag setup in all targets, not to mention I have pushed a new spec just a few days ago and I am unaware what could have changed. The project builds fine in Xcode.
If its relevant, the pod that happens to error out is the Result one, but I am sure it could be any of them.