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

Update ApolloSQLite project to Swift 4.0 #458

Closed
wants to merge 1 commit into from
Closed

Update ApolloSQLite project to Swift 4.0 #458

wants to merge 1 commit into from

Conversation

JosephDuffy
Copy link

I noticed that there was an update that enables support for Xcode 10.2 (with the Swift 5 compiler) but this did not work for Carthage because the project itself was still using Swift 3.0.

This PR updates the project to use Swift 4.0

@apollo-cla
Copy link

@JosephDuffy: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Meteor Contributor Agreement here: https://contribute.meteor.com/

@naknut
Copy link

naknut commented Mar 26, 2019

I think this needs to be merged ASAP, from Xcode 10.2 and forward Swift 3 is no longer supported and Swift 4 is the lowest supported version. That means that without this merge, all Carthage builds will fail from today and forward (given you use the latests tools). Ive also opened my own PR (#484) for this but I changed the Swift compiler to Swift 5 instead. From my side it doesn't really matter if this PR or mine gets merged since both will work with Xcode 10.2. I just want my Carthage builds to not fail.

@martijnwalraven
Copy link
Contributor

Closing this in favor of #475.

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.

4 participants