File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,13 @@ jobs:
23
23
OPENSWIFTUI_SWIFT_CRYPTO : 0
24
24
OPENSWIFTUI_TARGET_RELEASE : ${{ matrix.release }}
25
25
OPENSWIFTUI_USE_LOCAL_DEPS : 1
26
+ OPENSWIFTUI_LIBRARY_EVOLUTION : 0
26
27
OPENGRAPH_USE_LOCAL_DEPS : 1
27
28
OPENGRAPH_TARGET_RELEASE : ${{ matrix.release }}
29
+ OPENGRAPH_LIBRARY_EVOLUTION : 0
28
30
OPENBOX_USE_LOCAL_DEPS : 1
29
31
OPENBOX_TARGET_RELEASE : ${{ matrix.release }}
32
+ OPENBOX_LIBRARY_EVOLUTION : 0
30
33
DARWIN_PRIVATE_FRAMEWORKS_TARGET_RELEASE : ${{ matrix.release }}
31
34
GH_TOKEN : ${{ github.token }}
32
35
steps :
Original file line number Diff line number Diff line change @@ -24,10 +24,13 @@ jobs:
24
24
OPENSWIFTUI_SWIFT_CRYPTO : 0
25
25
OPENSWIFTUI_TARGET_RELEASE : ${{ matrix.release }}
26
26
OPENSWIFTUI_USE_LOCAL_DEPS : 1
27
+ OPENSWIFTUI_LIBRARY_EVOLUTION : 0
27
28
OPENGRAPH_USE_LOCAL_DEPS : 1
28
29
OPENGRAPH_TARGET_RELEASE : ${{ matrix.release }}
30
+ OPENGRAPH_LIBRARY_EVOLUTION : 0
29
31
OPENBOX_USE_LOCAL_DEPS : 1
30
32
OPENBOX_TARGET_RELEASE : ${{ matrix.release }}
33
+ OPENBOX_LIBRARY_EVOLUTION : 0
31
34
DARWIN_PRIVATE_FRAMEWORKS_TARGET_RELEASE : ${{ matrix.release }}
32
35
GH_TOKEN : ${{ github.token }}
33
36
steps :
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ let libraryEvolutionCondition = envEnable("OPENSWIFTUI_LIBRARY_EVOLUTION")
132
132
#endif
133
133
134
134
if libraryEvolutionCondition {
135
+ // NOTE: -enable-library-evolution is not supported on `swift build` yet.
135
136
sharedSwiftSettings. append ( . unsafeFlags( [ " -enable-library-evolution " ] ) )
136
137
}
137
138
You can’t perform that action at this time.
0 commit comments