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

fix swift version #27

Merged
merged 1 commit into from
Feb 6, 2021
Merged

fix swift version #27

merged 1 commit into from
Feb 6, 2021

Conversation

abonham
Copy link
Contributor

@abonham abonham commented Aug 31, 2020

No description provided.

@roquie
Copy link

roquie commented Feb 4, 2021

Please, merge it. Build fails on linux.

@marksands
Copy link
Owner

Property wrappers were introduced in Swift 5.1. I've read that they were back deployable but that has not been my experience. If I use the @propertyWrapper annotation on a struct in linux on Swift 5.0.1, it fails with:

main.swift:7:2: error: unknown attribute 'propertyWrapper'
@propertyWrapper
 ^

I'm happy to be wrong, if there's something I'm missing, but anecdotally this does not work.

@marksands marksands closed this Feb 6, 2021
@marksands marksands reopened this Feb 6, 2021
@marksands marksands merged commit 9913396 into marksands:master Feb 6, 2021
@marksands
Copy link
Owner

I'll reverse my statement and merge this for now, and let me know if there are issues. Burritos supports Swift 5.0 so apparently there's something I'm missing! 🙃

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

4 participants