Commits

Michael Ilseman committed 254173e69e6
[SceneKit] un-qualify nested type swift_name We don't yet support nested types for the target of swift_name, which is a very unfortunate omission. Instead, use un-qualified names in the apinotes, which default to the decl's context, which in this case fortunately interacts with swift_newtype to end up in the properly nested struct in Swift proper. Gross.