Hi! I am trying to build it from source, but got this error:
../LoveStudio/LoveStudio/Views/Studio/Animations/AnimationManagerView.swift:1020:16 The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
on the line:
return VStack(alignment: .leading, spacing: 0) {
// Header row
HStack(spacing: 6) {
HStack(spacing: 5) {
RoundedRectangle(cornerRadius: 2)
.fill(AE.accent)
.frame(width: 3, height: 12)
Text("Frame \(frameIdx + 1)")
.font(.system(size: 11, weight: .semibold))
.foregroundStyle(AE.txt1)
}
...
And also many warnings like:
.../LoveStudio/LoveStudio/Views/Studio/Sidebar/AssetPreviewSheet.swift:94:27 Conformance of 'NSImage' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
Hi! I am trying to build it from source, but got this error:
on the line:
And also many warnings like: