``` dependencies: [ .package(path: "../..", traits: [.defaults, "CommandLineArgumentsSupport"]) ], ``` https://github.com/apple/swift-configuration/blob/4dbce5fb1b62bd54cb922e709ff2002d5eb7652e/Examples/hello-world-cli-example/Package.swift#L11 Is that intentional?