I am trying to execute CI in a Swift project into which Alamofire is integrated (as a stand). However, when creating on a Jenkins server, the following errors occur:
The following build commands failed:
CompileSwift normal arm64 /Users/tsd007/.jenkins/jobs/HelloWorldIOS/workspace/Pods/Alamofire/Source/Alamofire.swift
CompileSwift normal arm64 /Users/tsd007/.jenkins/jobs/HelloWorldIOS/workspace/Pods/Alamofire/Source/Download.swift
CompileSwift normal arm64 /Users/tsd007/.jenkins/jobs/HelloWorldIOS/workspace/Pods/Alamofire/Source/Error.swift
CompileSwift normal arm64 /Users/tsd007/.jenkins/jobs/HelloWorldIOS/workspace/Pods/Alamofire/Source/Manager.swift
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
However, when I built it locally in the IDE (Xcode), everything is fine. Has anyone got this problem before? Any help would be appreciated.
source
share