Skip to content
Discussion options

You must be logged in to vote

Hi @kuriishu27! Are you asking how long TCA takes to build? On my machine, a completely clean build (which includes all TCA's dependencies) takes about 6 seconds, and subsequent builds are pretty much instantaneous.

If I add the following build settings to the ComposableArchitecture module:

swiftSettings: [
  .unsafeFlags([
    "-Xfrontend", "-warn-long-expression-type-checking=100",
    "-Xfrontend", "-warn-long-function-bodies=100",
  ])
]

I don't get any warnings, because there are no expressions or function bodies that take over 100ms to build.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by leovido
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants