diff --git a/Sources/rswift/RswiftCore.swift b/Sources/rswift/RswiftCore.swift index 33e8f0c2..1e4f8a4c 100644 --- a/Sources/rswift/RswiftCore.swift +++ b/Sources/rswift/RswiftCore.swift @@ -201,7 +201,7 @@ public struct RswiftCore { valueCodeString: validateLines ) - var s = Struct(name: structName, additionalModuleReferences: [.rswiftResources]) { + var s = Struct(name: structName, protocols: [.init(module: .host, rawName: "Sendable")], additionalModuleReferences: [.rswiftResources]) { Init.bundle if generators.contains(.project), !projectStruct.isEmpty {