[swift-dev] CI failures in deserialization

Jordan Rose jordan_rose at apple.com
Thu Jun 15 11:53:05 CDT 2017


…are a result of using Swift 3.2 modules in a Swift 4 context, specifically with inlinable code. I'll fix this particular issue, but I'll also use this as a reminder that @inline(__always), @_inlineable, and @_transparent are not supported for user code. We're getting away with them in the standard library purely by avoiding the known and unknown pitfalls. :-)

Jordan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20170615/3a1a6710/attachment.html>


More information about the swift-dev mailing list