stephencelis / SQLite.swift

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

Error in CircleCI pipeline: Duplicate symbol error with another swift package dependency #1123

Closed BajwaRevelAmeer closed 1 year ago

BajwaRevelAmeer commented 2 years ago

Describe the problem

No problem with actual library.

Issue occurs when running through circleCI pipeline. Received a duplicate symbol error when compiling all the different libraries in the Xcode project on circleCI with another swift package dependency (SimpleKeyChain). Has anyone else seen experienced something like this?

What was the expected behavior?

Screenshot of circleCI pipeline error that occurs

Screen Shot 2022-04-12 at 8 02 26 AM

Environment

Please provide the following:

Linked to https://github.com/auth0/SimpleKeychain/issues/123

jberkel commented 2 years ago

It doesn't look related to SQLite.swift, more like a configuration problem. How is the build executed? Can you post the full log instead of a screenshot?

jberkel commented 1 year ago

no reply, closing