You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following compilation errors prevent Gala 0.3.3 from building with Xcode 11.6:
Gala/Sources/Gala/Gala.swift:28:5: error: type '()' cannot conform to 'View'; only struct/enum/class types can conform to protocols
ForEach([UserInterfaceSizeClass.compact, .regular], id: \.self) { item in
^
Gala/Sources/Gala/Gala.swift:28:5: note: required by referencing initializer 'init(_:id:content:)' on 'ForEach' where 'Content' = '()'
ForEach([UserInterfaceSizeClass.compact, .regular], id: \.self) { item in
^
Gala/Sources/Gala/Gala.swift:46:5: error: type '()' cannot conform to 'View'; only struct/enum/class types can conform to protocols
ForEach([UserInterfaceSizeClass.compact, .regular], id: \.self) { item in
^
Gala/Sources/Gala/Gala.swift:46:5: note: required by referencing initializer 'init(_:id:content:)' on 'ForEach' where 'Content' = '()'
ForEach([UserInterfaceSizeClass.compact, .regular], id: \.self) { item in
^
Gala/Sources/Gala/Gala.swift:70:5: error: type '()' cannot conform to 'View'; only struct/enum/class types can conform to protocols
ForEach([LegibilityWeight.regular, .bold], id: \.self) { item in
^
Gala/Sources/Gala/Gala.swift:70:5: note: required by referencing initializer 'init(_:id:content:)' on 'ForEach' where 'Content' = '()'
ForEach([LegibilityWeight.regular, .bold], id: \.self) { item in
^
The text was updated successfully, but these errors were encountered:
Following compilation errors prevent Gala 0.3.3 from building with Xcode 11.6:
The text was updated successfully, but these errors were encountered: