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

Deprecation warning for recordFailed on Xcode 13 #1106

Open
1 task done
CraigSiemens opened this issue Sep 22, 2021 · 0 comments
Open
1 task done

Deprecation warning for recordFailed on Xcode 13 #1106

CraigSiemens opened this issue Sep 22, 2021 · 0 comments

Comments

@CraigSiemens
Copy link
Contributor

  • I have read CONTRIBUTING and have done my best to follow them.

What did you do?

  • Created a new project in Xcode 13
  • Added Quick as dependency using SPM

What did you expect to happen?

Build without warnings

What actually happened instead?

In the build log the following warning appears.

{DERIVED_DATA}/QuickSpec.swift:142:15: warning: 'recordFailure(withDescription:inFile:atLine:expected:)' is deprecated: Replaced by 'record(_:)'
        super.recordFailure(
              ^

Environment

List the software versions you're using:

  • Quick: 4.0.0 and main
  • Nimble: N/A
  • Xcode Version: 13.0 (13A233)
  • Swift Version: Xcode Default

Please also mention which package manager you used and its version. Delete the
other package managers in this list:

  • CocoaPods: N/A
  • Carthage: N/A
  • Swift Package Manager 5.5.0

Project that demonstrates the issue

https://github.com/CraigSiemens/QuickBuildWarning

@jessesquires jessesquires added this to the v6.0.0 milestone Apr 19, 2022
@younata younata modified the milestones: v6.0.0, v7.0.0 Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants