On Sun, 1 Mar 2009, Michael Wilde wrote: > com$ swift it4.swift > Could not start execution. > variable s has multiple writers. > In this example, I dont see any violation of single-assignment, but apparently > swift does. yes, its a bug in the "lets try to guess who is allowed to write to array" code. --