Commits

Joe Groff committed f6d4485a3c1
stdlib/runtime: Create an _ObjCBridgeable protocol and 'bridgeAny' runtime function. For container bridging, implement a '_bridge<T>' function that converts a Swift value to AnyObject using a runtime check for its _ObjCBridgeable conformance, crashing if one doesn't exist. Swift SVN r14645