TIL How to share code between targets in Swift package; Codable vs NSCoding
From swift-numerics package learned how to organize package with internal dependencies Package.swift. I am going to follow this pattern to get rid of symlinks in swift-png package.
Read Swift Forum thread Should I stick with Codable or switch back to NSCoding?.