File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
DataAndStorage/ModelData/DynamicProperty Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,9 @@ extension DynamicProperty {
87
87
}
88
88
}
89
89
90
+ // FIXME: Compile crash on non-ObjectiveC platform
91
+ // https://github.com/OpenSwiftUIProject/OpenSwiftUI/issues/39
92
+ #if canImport(Darwin)
90
93
extension BodyAccessor {
91
94
func makeBody(
92
95
container: _GraphValue < Container > ,
@@ -234,3 +237,4 @@ extension DynamicBody: StatefulRule {
234
237
// TODO
235
238
}
236
239
}
240
+ #endif
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ public struct _GraphInputs {
8
8
var transaction : Attribute < Transaction >
9
9
var changedDebugProperties : _ViewDebug . Properties
10
10
var options : _GraphInputs . Options
11
- // FIXME: Compile crash on Linux
12
- // https://github.com/apple/swift /issues/71086
11
+ // FIXME: Compile crash on non-Darwin platform
12
+ // https://github.com/OpenSwiftUIProject/OpenSwiftUI /issues/39
13
13
#if canImport(Darwin)
14
14
var mergedInputs : Set < OGAttribute >
15
15
#endif
You can’t perform that action at this time.
0 commit comments