Closed danqing closed 11 months ago
hmm, odd cannot reproduce locally. Are you able to move to 1.0.0
for each?
1.0.0 also doesn't work. Only 0.x works. (Maybe the issue is swift-syntax? Where is that used?)
It's used in Engine
for Swift Macro support. I'll try to setup a github action to reproduce
Ok, this seems to be caused by Engine
adding Swift Macro support. As part of the build, you must "allow" macros to be enabled when they come from a Swift Package.
Looks like the solution now is to add the -skipMacroValidation
flag to xcodebuild
.
Swift Macro rollout hasn't been the best, add this to the developer pain points
That worked! Thank you Nathan!
Hi Nathan!
I think GitHub actions / Xcode 15 is buggy in general so this may not be something fixable here, but I only get the error when updating Transmission from 0.1.27 to 1.0.1 (and only on Github CI, with macOS 13 image):
Specifically, doing so changes the following dependencies (I was reverting it so red is what's added when upgrading and green is what's removed):
Anything that you can spot / recommend me trying? Thank you!