tuist / tuist

Tuist's CLI
https://tuist.io
MIT License
4.57k stars 554 forks source link

Build Issue with swift-system 1.3.0 Using Tuist #6370

Closed topkim993 closed 4 months ago

topkim993 commented 4 months ago

What happened?

There is a build issue when attempting to build version 1.3.0 of swift-system using Tuist. The problem does not occur when the dependency is added through a native project setup. It seems that the changes introduced in this commit are causing the build to fail when using Tuist to manage Swift Package Manager (SPM) dependencies.

How do we reproduce it?

Step 1

Set up a project using Tuist and add swift-system 1.3.0 as a dependency via Tuist SPM.

Step 2

Attempt to build the project.

Step 3

Observe the build failure.


I will attach test apps demonstrating the issue for further investigation.

Success

SPMTest.zip

Failure

TuistTest.zip

Error log

스크린샷 2024-06-05 오전 9 52 48

macOS version

14.3

Tuist version

4.12.0

Xcode version

15.2

pepicrft commented 4 months ago

It's duplicated of this issue