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

Fixes issues on generating a .swiftinterface for EmbraceConfiguration #97

Merged
merged 3 commits into from
Oct 17, 2024

Conversation

ArielDemarco
Copy link
Collaborator

Overview

While generating the .xcframeworks, we're encountering issues with generating the .swiftinterface for EmbraceConfiguration. Specifically, it appears that the automatic code generation for Codable creates the init inside an extension, which is not allowed in Swift as can be seen in the attached image:
Screenshot 2024-10-16 at 2 56 04 PM
This PR fixes that issue.

Extra: Added a deployment target to Project.swift for EmbraceConfiguration to prevent known issues.

@ArielDemarco ArielDemarco requested a review from a team as a code owner October 16, 2024 18:35
Copy link

github-actions bot commented Oct 16, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

Copy link

github-actions bot commented Oct 16, 2024

Warnings
⚠️ No CHANGELOG entry added.
⚠️ No tests added / modified.

Generated by 🚫 Danger Swift against 8edf8e2

@ArielDemarco ArielDemarco merged commit 2a0b04b into main Oct 17, 2024
6 checks passed
@ArielDemarco ArielDemarco deleted the fix-broken-swiftinterface branch October 17, 2024 15:05
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.

2 participants