stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.59k stars 1.55k forks source link

Updates for Xcode 12.5 #1051

Closed BennettSmith closed 3 years ago

BennettSmith commented 3 years ago
BennettSmith commented 3 years ago

@stephencelis The changes in this PR address some build failures of the AWS AppSync SDK that depends on SQLite.Swift. Please take a look and let me know if there are any changes you would like to see.

The issue was that when building the AWS AppSync SDK using Swift Package Manager on Xcode 12.5 it would fail to build the SQLiteObjc module. That is now working with these changes.

I also fixed Travis-CI failures when running the tests.

BennettSmith commented 3 years ago

@stephencelis Is there anything I can do to help with getting this merged? If it's missing something please let me know. Thanks.