File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Tests/SWBBuildSystemTests Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ fileprivate struct PreviewsBuildOperationTests: CoreBasedTests {
46
46
" SWIFT_VERSION " : " 5.0 " ,
47
47
" SWIFT_OPTIMIZATION_LEVEL " : " -Onone " ,
48
48
" SDK_STAT_CACHE_ENABLE " : " NO " ,
49
+ " SWIFT_ENABLE_EXPLICIT_MODULES " : " NO " ,
49
50
" PRODUCT_BUNDLE_IDENTIFIER " : " com.test.ProjectName " ,
50
51
" SWIFT_VALIDATE_CLANG_MODULES_ONCE_PER_BUILD_SESSION " : " NO " ,
51
52
] )
@@ -408,6 +409,7 @@ fileprivate struct PreviewsBuildOperationTests: CoreBasedTests {
408
409
" SDKROOT " : " iphoneos " ,
409
410
" SWIFT_VERSION " : " 5.0 " ,
410
411
" SWIFT_OPTIMIZATION_LEVEL " : " -Onone " ,
412
+ " SWIFT_ENABLE_EXPLICIT_MODULES " : " NO " ,
411
413
" SDK_STAT_CACHE_ENABLE " : " NO " ,
412
414
" SWIFT_VALIDATE_CLANG_MODULES_ONCE_PER_BUILD_SESSION " : " NO " ,
413
415
] )
You can’t perform that action at this time.
0 commit comments