Xcode11 - Add Package Dependency - issue behind proxy

Hi,


trying to add SPM dependency in Xcode 11 project, for example SnapKit, https://github.com/SnapKit/SnapKit.

Works for me fine at home, behind a corporate proxy I only see


"

Verifying "SnapKit"

Preparing to authenticate...

"


and after some few minutes it ends with "An unknown error occurred".



Simulator has an internet access, command line as well.


Any hint?

Where can I see some logfile which would tell me more about "An unknown error"?


regards


DS

Same here with Xcode 11.3.1.


I used feedback assistant to report this issue: http://openradar.appspot.com/radar?id=5049767453261824

Same happens with using Xcode 11.5, the step for resolving the swift packages fails with "An unknown error occurred".

Also if xcodebuild -resolvePackageDependencies command is run the following error is received:

Resolve Package Graph
Fetching https://github.com/hmlongco/Resolver.git
xcodebuild: error: Could not resolve package dependencies:
  An unknown error occurred

Everything runs ok locally. It shows this error when running on the machine behind the enterprise proxy. All needed outgoing connections were whitelisted and there is no refused connections in the proxy log.
Also checked this guideline: https://support.apple.com/en-us/HT210060

Is there any activity regarding this? I couldn't find any information or any way to get more detailed log.

Xcode11 - Add Package Dependency - issue behind proxy
 
 
Q