Add missing Sendable inheritance for architecture subclass
All checks were successful
openium/resgen.swift/pipeline/head This commit looks good
All checks were successful
openium/resgen.swift/pipeline/head This commit looks good
This commit is contained in:
@@ -61,7 +61,7 @@ struct ConfigurationArchitecture: Codable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let classDefinition = [
|
let classDefinition = [
|
||||||
"class \(classname) {",
|
"class \(classname): Sendable {",
|
||||||
children?.map { $0.getProperty(isStatic: generateStaticProperty) }.joined(separator: "\n"),
|
children?.map { $0.getProperty(isStatic: generateStaticProperty) }.joined(separator: "\n"),
|
||||||
"}"
|
"}"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user