kyounh12

Results 3 issues of kyounh12

Resolves https://github.com/tuist/tuist/issues/6186 ### Short description 📝 Add an extra check to filter out paths that are directories (but not with a source compatible extension) when filtering source file paths. This...

### What happened? Adding https://github.com/approvals/ApprovalTests.Swift as an external dependency via `Tuist/Package.swift` causes `tuist generate` to fail with error below. ``` /Tuist/.build/checkouts/ApprovalTests.Swift/ApprovalTests.Swift/Approvals.swift to a build phase that hasn't been added to...

type:bug

### Short description 📝 This PR fixes the crash happens when a Swift Package with source file paths containing `**` (ex. `**(_:_:)`) is added to `Tuist/Package.swift`. ### How to test...