Skip to content

Commit c4a4324

Browse files
plemarquandjakepetroules
authored andcommitted
Add Sendable conformance to DuplicatedIdentifierObjectType
1 parent 1d84e0f commit c4a4324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SWBCore/ProjectModel/Workspace.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import SWBProtocol
1414
public import SWBUtil
1515
public import SWBMacro
1616

17-
public enum DuplicatedIdentifierObjectType: String {
17+
public enum DuplicatedIdentifierObjectType: String, Sendable {
1818
case project
1919
case target
2020
case reference

0 commit comments

Comments
 (0)