Skip to content

Commit 6e5b051

Browse files
committed
Make PIFStringEnum Sendable
1 parent 21d2bb7 commit 6e5b051

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/SWBCore/ProjectModel/ProjectModelItem.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ func ==(lhs: UnownedProjectModelItem, rhs: UnownedProjectModelItem) -> Bool
260260

261261
// MARK: PIF value constant definitions
262262

263-
public protocol PIFStringEnum {
263+
public protocol PIFStringEnum: Sendable {
264264
init?(rawValue: String)
265265
static var logicalTypeName: String { get }
266266
static var allRawValues: [String] { get }

0 commit comments

Comments
 (0)