Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile hang on 97% #3052

Open
storytellerF opened this issue Jul 28, 2024 · 3 comments
Open

Compile hang on 97% #3052

storytellerF opened this issue Jul 28, 2024 · 3 comments

Comments

@storytellerF
Copy link

storytellerF commented Jul 28, 2024

This is my repository https://github.com/storytellerF/Bi2. When I complie project by gradlew build, It can never be completed, it always execute linkReleasFrameworkIosXXX task.

i: com.squareup.wire:wire-runtime @ /Users/runner/work/wire/wire/wire-runtime/src/commonMain/kotlin/com/squareup/wire/ProtoReader.kt:170:42: Constructor 'EOFException.' can not be called: The call site provides less value arguments (0) than the constructor requires (1)
i: com.squareup.wire:wire-runtime @ /Users/runner/work/wire/wire/wire-runtime/src/commonMain/kotlin/com/squareup/wire/ProtoReader.kt:253:11: Constructor 'EOFException.' can not be called: The call site provides less value arguments (0) than the constructor requires (1)
i: com.squareup.wire:wire-runtime @ /Users/runner/work/wire/wire/wire-runtime/src/nativeMain/kotlin/com/squareup/wire/internal/-Platform.kt:28:47: Constructor 'IOException.' can not be called: The call site provides less value arguments (0) than the constructor requires (1)
<============-> 97% EXECUTING [1h 6m 54s]
IDLE
IDLE
IDLE
:composeApp:linkReleaseFrameworkIosX64
:composeApp:linkReleaseFrameworkIosArm64
IDLE
:composeApp:linkReleaseFrameworkIosSimulatorArm64
IDLE

When I remove wire, total complie only need 7 minutes.

@storytellerF storytellerF changed the title Compile hang at 97% Compile hang on 97% Jul 30, 2024
@oldergod
Copy link
Member

oldergod commented Aug 6, 2024

Have you tried to profile your build?

@storytellerF
Copy link
Author

Have you tried to profile your build?

No. Is profile working properly when build task never end?

@oldergod
Copy link
Member

oldergod commented Sep 2, 2024

I would expect they do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants