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

support swift 6.0 (for needle) #378

Draft
wants to merge 9 commits into
base: develop
Choose a base branch
from

fix

3e9fc3d
Select commit
Loading
Failed to load commit list.
Draft

support swift 6.0 (for needle) #378

fix
3e9fc3d
Select commit
Loading
Failed to load commit list.
Xcode Cloud / MutaroDev | TEST-CI | Build - iOS required action Mar 17, 2024 in 3m 16s

2 errors, 4 warnings

Report Summary
Errors 2
Test Failures 0
Analysis Issues 0
Warnings 4

Details

2 Errors

Details

  MutaroModule/Sources/Features/Setting/DI/SettingFeatureComponent.swift:60
      Call to main actor-isolated initializer 'init(dependency:)' in a synchronous nonisolated context
  Command SwiftEmitModule failed with a nonzero exit code

4 Warnings

Details

  Run script build phase 'Add LicensePlist to Setting.bundle' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase.
  Run script build phase 'Needle' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase.
  Run script build phase '[NEED FIRST RUN] register env' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase.
  Run script build phase 'Run FirebaseCrashlytics' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase.