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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Linux #615

Merged
merged 2 commits into from
May 18, 2021
Merged

Fix Linux #615

merged 2 commits into from
May 18, 2021

Conversation

yonaskolb
Copy link
Collaborator

Short description 馃摑

Builds have recently started to fail on Linux. I'm not exactly sure why, must be the newer versions of Swift on CI.
You can see this on master where I re-ran the build https://github.com/tuist/XcodeProj/runs/2593437535

/home/runner/work/XcodeProj/XcodeProj/Sources/XcodeProj/Scheme/XCScheme+SerialAction.swift:42:10: error: Objective-C interoperability is disabled
        @objc dynamic func isEqual(to: Any?) -> Bool {

Solution 馃摝

This removes the @objc dynamic from Serial action to remove references to ObjC

@yonaskolb yonaskolb requested a review from pepicrft May 16, 2021 05:52
@codecov-commenter
Copy link

codecov-commenter commented May 16, 2021

Codecov Report

Merging #615 (574889f) into main (be702b9) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #615   +/-   ##
=======================================
  Coverage   84.14%   84.14%           
=======================================
  Files         154      154           
  Lines        8706     8706           
=======================================
  Hits         7326     7326           
  Misses       1380     1380           
Impacted Files Coverage 螖
...urces/XcodeProj/Scheme/XCScheme+SerialAction.swift 100.00% <100.00%> (酶)

Continue to review full report at Codecov.

Legend - Click here to learn more
螖 = absolute <relative> (impact), 酶 = not affected, ? = missing data
Powered by Codecov. Last update be702b9...574889f. Read the comment docs.

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

Successfully merging this pull request may close these issues.

None yet

3 participants