Add missing Sendable inheritance for architecture subclass
All checks were successful
openium/resgen.swift/pipeline/head This commit looks good

This commit is contained in:
2026-01-12 11:39:02 +01:00
parent 0118492162
commit 7bbb702861

View File

@@ -61,7 +61,7 @@ struct ConfigurationArchitecture: Codable {
}
let classDefinition = [
"class \(classname) {",
"class \(classname): Sendable {",
children?.map { $0.getProperty(isStatic: generateStaticProperty) }.joined(separator: "\n"),
"}"
]