Skip to content

The compiler is unable to type-check... MacOS 15.0 XCode 16 #4

@JerryI

Description

@JerryI

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions