I have a build server setup with Xcode 7.2 and Server 5.0.15 so we can have CI. I\'m able to create an Xcode Bot that creates an archive, but it\'s not able to finish the last s
I had the same error, in the watchapp and watchapp extension targets, i changed the setting, under Build Settings
Embedded Content Contains Swift Code No
And the error was gone
I found this technical post from apple that says any embedded content needs to be set to No to prevent multiple copies of the swift library being added. I interpreted that as a watch target would be embedded content, (not sure if thats what they meant)