Skip to content

Avoiding build timeouts #2161

Answered by finestructure
jbelkins asked this question in Q&A
Nov 29, 2022 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Thanks for reporting this, @jbelkins, and great to hear that you're looking into working around our build time limit!

It's indeed been tricky for us to both allow for a range of different build times while also ensuring that we're not accumulating a backlog when "heavy" packages are publishing releases.

As you've seen, we support the scheme: key in .spi.yml to allow for package authors to specify an Xcode scheme for builds driven by Xcode (macos-xcode, ios, watchos, tvos).

There's also a target: key, which does a similar thing for SPM-based builds (macos-spm, linux). See the SPIManifest documentation for details.

So if that's an option, it might make sense to add a new target to you Packa…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@finestructure
Comment options

@jbelkins
Comment options

Answer selected by jbelkins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants