Not able to run builds on travis after using SPM plugin

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

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

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

Build Link: https://app.travis-ci.com/github/mukesh-mt/SwiftGenTest/builds/259180201

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