package import Foundation.NSData#231
package import Foundation.NSData#231JanGorman wants to merge 3 commits into
Conversation
|
Hi @JanGorman, I think there is another solution. I think the problem is that the DocC bundle is being included in the package (there's even a warning in the logs about it), that causes a resource_bundle_accessor.swift file to be injected into the compilation with an Can you point to the branch |
|
Thanks @mbrandonw! I tested that branch on CI just now. Unfortunately it fails with same |
|
Huh, in that case maybe it’s the privacy plist resource that is included. Either way, your change looks good! We’ll get a release out later today. |
|
Amazing, thank you 🙏 |
|
Hi @JanGorman, sorry one more request. Can you double check if this would work too: package import struct Foundation.DataIt's weird to import |
This reverts commit ac071f5.
|
Hey @mbrandonw, oddly enough the |
This changes the
package import FoundationinDeprecations.swiftto apackage import Foundation.NSData.This solves the issue mentioned here #229 where the release build of our application was failing with errors like this one.