Description
This project's Package.swift includes the following:
let package = Package(
name: "textual",
platforms: [
When using Tuist, the package gets checked out with one name, but referred to in the generated workspace as another name, the difference being the letter 't' (or 'T') at the beginning of "textual" (or "Textual"). This causes a recurring build problem when using this package.
Proposed solution
Edit Package.swift so that the package name is capitalized just like it is in source code when we want to import it:
let package = Package(
name: "Textual",
platforms: [
Checklist
Expected behavior
No response
Actual behavior
No response
Steps to reproduce
No response
Textual version information
No response
Destination operating system
No response
Xcode version information
No response
Swift Compiler version information
Description
This project's
Package.swiftincludes the following:When using Tuist, the package gets checked out with one name, but referred to in the generated workspace as another name, the difference being the letter 't' (or 'T') at the beginning of "textual" (or "Textual"). This causes a recurring build problem when using this package.
Proposed solution
Edit
Package.swiftso that the package name is capitalized just like it is in source code when we want to import it:Checklist
mainbranch of this package.Expected behavior
No response
Actual behavior
No response
Steps to reproduce
No response
Textual version information
No response
Destination operating system
No response
Xcode version information
No response
Swift Compiler version information