How to not use protocol extension in Swift
Issue #542
With protocol extension
See code Puma
1 | Build is UsesXcodeBuild is UsesCommandLine |
1 | /// Any task that uses command line |
Without protocol extension
1 | Build has Xcodebuild has CommandLine |
1 | public struct Xcodebuild { |