Posts

Post marked as unsolved
158 Views

Xcode Server failing to send mails after update to Big Sur

Basically no mails will be sent after integrations - the only thing I've been able to find in the console that seems like it would be related is this message from kernel: Sandbox: node(75477) deny(1) network-outbound*:25 The smtp that is setup works fine when accessed from Mail on the same computer buildService.log for an integration indicates that triggers have been run and does not list any errors Apart from the update to macOS 11.1 (from 10.15.x) Xcode was also updated to 12.3
Asked
by carstengp.
Last updated .
Post marked as unsolved
143 Views

How to return file item from Automator Javascript

Basically as part of an Automator chain I would like to create a Javascript that receives a file object, manipulates the path to generate a path for a new folder and then return this as a file object, following this by a New Folder action. I can do the path manipulation but can't figure out how to return a value that can be used by the New Folder action - returning a String or Path results in New Folder complaining that no input was received
Asked
by carstengp.
Last updated .
Post marked as unsolved
1.1k Views

Metal compute performance using Xcode 9 betas

Did anybody else compare performance of compute kernels on Mac building with Xcode 9 vs Xcode 8? I'm a bit shocked right now seeing that 2 different kernels show less than half the throughput when built with Xcode 9b6 compared to Xcode 8.3.3. I've tried varying the optimization options which seem to be new in Xcode 9 but no influence on the result. And yes I know - guess it's time for another Radar
Asked
by carstengp.
Last updated .
Post marked as unsolved
216 Views

Minimum macOS version with C++14 compliant libc++?

Basically the question is what the minimum deployment version should be if relying on C++14 runtime library features? Google does not seem to be my friend in this case...
Asked
by carstengp.
Last updated .