Skip to content

Commit

Permalink
Merge pull request #199 from MobileNativeFoundation/revert-182-fix-sw…
Browse files Browse the repository at this point in the history
…ift-file-compile-parsing

Revert "Add `SwiftCompile ` as detailType"
  • Loading branch information
BalestraPatrick committed Jan 11, 2024
2 parents cd41cfc + bb1dd82 commit e536e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/XCLogParser/parser/BuildStep.swift
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public enum DetailStepType: String, Encodable {
switch signature {
case Prefix("CompileC "):
return .cCompilation
case Prefix("CompileSwift "), Prefix("SwiftCompile "):
case Prefix("CompileSwift "):
return .swiftCompilation
case Prefix("Ld "):
return .linker
Expand Down

0 comments on commit e536e30

Please sign in to comment.