Skip to content

Commit

Permalink
Revert "Add SwiftCompile as detailType"
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Balestra <[email protected]>
  • Loading branch information
BalestraPatrick committed Jan 10, 2024
1 parent cd41cfc commit bb1dd82
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 bb1dd82

Please sign in to comment.