Closed finestructure closed 10 months ago
I've just run the build locally and it works, so there must be something tripping up our build system.
I have just been looking into this, too, and I do get the error in every environment.
I tried it with our build environment tool, first and could reproduce the error, but I also get it from a simple checkout of the project and a swift build
.
Ohh wait, that *
is suspicious, and sure enough look what's happened.
I was running this after running our build tool and in the same checkout directory, so we must be deleting those two files with the build tool somehow, maybe as we're trying to clean up misleading xcodeproj files, which I know we do.
Thanks so much for the report, @sliemeobn. We'll need to figure this out and get it fixed.
I mean what could possibly go wrong, right? 😆
https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/issues/2798#issuecomment-1867900493
haha, sometimes things don't work in mysterious way, but rather crudely ; )
thanks for jumping on this so quickly! should I rename to folder for now, or is this something you are intent on fixing soon-ish?
PS: can't wait to hear about Sven joining the SSWG on the next podcast episode.
Nothing to change on your end! It's a simple fix that I'll push out tomorrow, no worries :)
Fixed here: https://gitlab.com/finestructure/swiftpackageindex-builder/-/merge_requests/246
Will re-trigger builds once deployed and close the issue once it's confirmed to work.
Deployed and re-triggered:
It's odd that the visionOS build succeeds while iOS fails but we've made some progress at least. I'll close this for now, please re-open if these still look wrong to you in some way.
You can find the complete build command properly shown also for failing builds when you click through on individual builds. That should help verify that everything is in order.
Thanks again for the report, @sliemeobn !
all builds on SPM seem to fail because of this target with a custom path
error: 'spi-builder-workspace': invalid custom path 'Examples/PrintPDF' for target 'PrintPDF'
it works just fine locally - any tips?
Originally posted by @sliemeobn in https://github.com/SwiftPackageIndex/PackageList/issues/6115#issuecomment-1879057462