Skip to content

Instantly share code, notes, and snippets.

@syoutsey
Created January 14, 2015 02:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save syoutsey/2154d72338394bb08222 to your computer and use it in GitHub Desktop.
Save syoutsey/2154d72338394bb08222 to your computer and use it in GitHub Desktop.
Swift Compiler Choke
#! /usr/bin/env xcrun swiftc
println("Hello, world!")
var data = [["hello" : "world"],
["hello" : "world"],
["hello" : "world"],
["hello" : "world"],
["hello" : "world"],
["hello" : "world"],
["hello" : "world"],
["hello" : "world"],
["hello" : "world"],
["hello" : "world"],
["hello" : "world"],
["hello" : "world"],
["hello" : "world"],
["hello" : "world"]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment