Closed JaapWijnen closed 1 year ago
Yeah, we’re sandboxed by swiftpm - for network/disk access you need to either allow writing to certain directories or disable the sandbox, some hints: https://swiftpackageindex.com/ordo-one/package-benchmark/1.4.8/documentation/benchmark/runningbenchmarks
So either specify --allow-writing-to-package-directory
or —disable-sandbox
Yeah using --disable-sandbox worked thanks a lot! Life saver
Is there some kind of sandboxing going on within the plugin? I'm running into the following error at the moment in one of my benchmarks.
If I run the exact same test without the benchmark api around it it all runs fine