Skip to content

Commit f625f1c

Browse files
committed
Unset SWIFT_DISABLE_SAFETY_CHECKS in PlaygroundSupport.
There's no reason why this framework needs to be built with safety checks disabled.
1 parent 17028ab commit f625f1c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

PlaygroundSupport/PlaygroundSupport.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1513,7 +1513,6 @@
15131513
PRODUCT_NAME = XCPlayground;
15141514
SDKROOT = iphonesimulator;
15151515
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
1516-
SWIFT_DISABLE_SAFETY_CHECKS = YES;
15171516
SWIFT_INSTALL_OBJC_HEADER = NO;
15181517
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
15191518
VALIDATE_PRODUCT = YES;
@@ -1678,7 +1677,6 @@
16781677
PRODUCT_NAME = PlaygroundSupport;
16791678
SDKROOT = iphonesimulator;
16801679
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
1681-
SWIFT_DISABLE_SAFETY_CHECKS = YES;
16821680
SWIFT_INSTALL_OBJC_HEADER = NO;
16831681
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
16841682
VALIDATE_PRODUCT = YES;
@@ -1770,7 +1768,6 @@
17701768
PRODUCT_NAME = PlaygroundSupport;
17711769
SDKROOT = appletvsimulator;
17721770
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
1773-
SWIFT_DISABLE_SAFETY_CHECKS = YES;
17741771
SWIFT_INSTALL_OBJC_HEADER = NO;
17751772
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
17761773
VALIDATE_PRODUCT = YES;
@@ -2126,7 +2123,6 @@
21262123
PRODUCT_NAME = XCPlayground;
21272124
SDKROOT = appletvsimulator;
21282125
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
2129-
SWIFT_DISABLE_SAFETY_CHECKS = YES;
21302126
SWIFT_INSTALL_OBJC_HEADER = NO;
21312127
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
21322128
VALIDATE_PRODUCT = YES;

0 commit comments

Comments
 (0)