We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0bd3e9 + eb228cc commit f7d4256Copy full SHA for f7d4256
Hash Set/HashSet.playground/Contents.swift
@@ -1,8 +1,4 @@
1
//: Playground - noun: a place where people can play
2
-// last checked with Xcode 9.0b4
3
-#if swift(>=4.0)
4
-print("Hello, Swift 4!")
5
-#endif
6
7
var set = HashSet<String>()
8
Hash Set/HashSet.playground/playground.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>IDEDidComputeMac32BitWarning</key>
+ <true/>
+</dict>
+</plist>
0 commit comments