Re: Unable to build Xcode projects using SwiftPM in MacPorts sandbox

2024-03-24 Thread Zero King
Hi Ryan, On Sat, Mar 23, 2024 at 11:19:03PM -0500, Ryan Schmidt wrote: On Mar 23, 2024, at 23:00, Zero King wrote: I think it could be base's sandbox that prevented writes to the home directory, where SwiftPM stores its cache. If disabling sandboxing in macports.conf makes it work, then

Re: Unable to build Xcode projects using SwiftPM in MacPorts sandbox

2024-03-23 Thread Ryan Schmidt
On Mar 23, 2024, at 23:00, Zero King wrote: > > I think it could be base's sandbox that prevented writes to the home > directory, where SwiftPM stores its cache. If disabling sandboxing in macports.conf makes it work, then your suspicion is probably correct. MacPorts sets the HOME

Unable to build Xcode projects using SwiftPM in MacPorts sandbox

2024-03-23 Thread Zero King
Hi, As I try to package the latest commit of poedit, I encountered the following error: Failed to determine if database is empty or not: Error Domain=NSCocoaErrorDomain Code=513 "You don’t have permission to save the file “org.swift.swiftpm” in the folder “Caches”."