Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SR-9461] Duplicated output in swift build progress #4740

Closed
neonichu opened this issue Dec 10, 2018 · 1 comment
Closed

[SR-9461] Duplicated output in swift build progress #4740

neonichu opened this issue Dec 10, 2018 · 1 comment
Labels

Comments

@neonichu
Copy link
Member

Previous ID SR-9461
Radar rdar://problem/46581873
Original Reporter @neonichu
Type Bug
Status Resolved
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s Package Manager
Labels Bug
Assignee None
Priority Medium

md5: d7ad361b87e8b97bb0d57c870b87955d

Issue Description:

Looks like #1876 might have introduced a regression.

For example, when looking at the output for https://github.com/jpsim/Yams:

$ swift build > build.log
$ cat build.log
[1/9] Compiling CYaml src/reader.c
[2/9] Compiling CYaml src/scanner.c
[3/9] Compiling CYaml src/parser.c
[4/9] Compiling CYaml src/writer.c
[5/9] Compiling CYaml src/emitter.c
[6/9] Compiling CYaml src/api.c
[7/9] Compiling CYaml src/api.c
[8/9] Compile Swift Module 'Yams' (16 sources)
[9/9] Compile Swift Module 'Yams' (16 sources)

The "Compile Swift Module" line is duplicated.

@ankitspd
Copy link
Member

ankitspd commented Jan 2, 2019

#1913

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@shahmishal shahmishal transferred this issue from apple/swift May 4, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants