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

Adds Support for Swift 5 #122

Closed
wants to merge 5 commits into from

Conversation

hectormatos2011
Copy link

@hectormatos2011 hectormatos2011 commented Jun 10, 2019

Hello!

Internal Change

It's been bothering me that when I use Swift 5 with StencilSwiftKit, a few warnings pop up due to outdated usages of older Swift APIs. By updating this library to support Swift 5, those warnings will go away. I also fixed the warning for redundant usages of public within public extensions.

Since Stencil no longer supports versions of Swift earlier than 4.1, I updated the library to do the same by dropping support as well.

This adds support for Swift 5 as well as removing warnings when executing `swift build` on a project generated through `swift package generate-xcodeproj`
This commit updates the podspec to include support for Swift 5 as well as using the latest version of Stencil that also supports Swift 5.
@AliSoftware AliSoftware changed the base branch from master to stable June 10, 2020 23:02
@djbe
Copy link
Member

djbe commented Oct 9, 2020

Thank you for your contribution.

I know it's been a while, and in the mean time, this has been superseded by #127, which (amongst other things) adds support for Swift 5.

@djbe djbe closed this Oct 9, 2020
@djbe djbe added this to the 2.8.0 milestone Oct 9, 2020
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