[swift-users] Toolchain 07/29

Charles Lane clane_47 at bellsouth.net
Mon Aug 1 11:51:40 CDT 2016


The 7/25 snapshot seems to work. That was before AnyObject was changed to Any.

Regards,
Charles Lane


> On Aug 1, 2016, at 11:17 AM, Erica Sadun <erica at ericasadun.com> wrote:
> 
> What is the most recent snapshot that will actually work and compile code? 7/29 and 7/28 both fail for me.
> 
> Thanks!
> 
> -- Erica
> 
> 
>> On Jul 31, 2016, at 4:19 PM, Charles Lane via swift-users <swift-users at swift.org> wrote:
>> 
>> Bug report SR-2234 has been filed.
>> 
>> Thanks
>> 
>> 
>>> On Jul 31, 2016, at 4:38 PM, Mark Lacey <mark.lacey at apple.com> wrote:
>>> 
>>> Can you please open a bug for this at bugs.swift.org?
>>> 
>>> Mark
>>> 
>>>> On Jul 31, 2016, at 13:07, Charles Lane via swift-users <swift-users at swift.org> wrote:
>>>> 
>>>> With Xcode Beta 3 and toolchain 07/29 the following line will cause a segmentation fault 11:
>>>> 
>>>> func imagePickerController(_ picker: UIImagePickerController, didFinishPickingMediaWithInfo info: [String: Any]) {
>>>>>>>>>>>>     dismiss(animated: true)
>>>> }
>>>> 
>>>> 
>>>> You have to leave this: [String: Any] as [String: AnyObject] and mark the func as @nonobc to stop the warning and stop the segmentation fault.
>>>> 
>>>> 
>>>> _______________________________________________
>>>> swift-users mailing list
>>>> swift-users at swift.org
>>>> https://lists.swift.org/mailman/listinfo/swift-users
>> 
>> _______________________________________________
>> swift-users mailing list
>> swift-users at swift.org
>> https://lists.swift.org/mailman/listinfo/swift-users
> 



More information about the swift-users mailing list