Search code examples
swifttravis-ciswift-package-managerswiftgen

Not able to run builds on travis after using SPM plugin


Getting following error when running builds having any SPM plugin like SwiftGenPlugin:

The following build commands failed:
    Validate plug-in “SwiftGenPlugin” in package “swiftgenplugin”

Build link: https://app.travis-ci.com/github/mukesh-mt/SwiftGenTest/jobs/592013507

Sample project: https://github.com/mukesh-mt/SwiftGenTest


Solution

  • I was able to solve this issue by using -skipPackagePluginValidation option in xcodebuild.

    With fastlane you can pass it with --xcargs "-skipPackagePluginValidation" option in gym command

    See this build https://app.travis-ci.com/github/mukesh-mt/SwiftGenTest/builds/259435024