Skip to content

Commit e536e30

Browse files
Merge pull request #199 from MobileNativeFoundation/revert-182-fix-swift-file-compile-parsing
Revert "Add `SwiftCompile ` as detailType"
2 parents cd41cfc + bb1dd82 commit e536e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/XCLogParser/parser/BuildStep.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public enum DetailStepType: String, Encodable {
9696
switch signature {
9797
case Prefix("CompileC "):
9898
return .cCompilation
99-
case Prefix("CompileSwift "), Prefix("SwiftCompile "):
99+
case Prefix("CompileSwift "):
100100
return .swiftCompilation
101101
case Prefix("Ld "):
102102
return .linker

0 commit comments

Comments
 (0)