Skip to content

Fix compile error by making Tagged import public#476

Merged
mbrandonw merged 2 commits into
pointfreeco:mainfrom
joseph-elmallah:fix-tagged-compile-error
Jun 6, 2026
Merged

Fix compile error by making Tagged import public#476
mbrandonw merged 2 commits into
pointfreeco:mainfrom
joseph-elmallah:fix-tagged-compile-error

Conversation

@joseph-elmallah

Copy link
Copy Markdown
Contributor

This pull request makes a small change to the import visibility of the Tagged module in Sources/SQLiteData/Traits/Tagged.swift. The import is now marked as public, allowing the Tagged module to be re-exported for downstream consumers.

Fixes #472

@mbrandonw mbrandonw left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I also updated ci.yml to enable the trait when building for CI so that we can catch problems like this in the future.

@mbrandonw mbrandonw merged commit 59b3b40 into pointfreeco:main Jun 6, 2026
5 checks passed
@joseph-elmallah joseph-elmallah deleted the fix-tagged-compile-error branch June 6, 2026 08:26
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.

Main build with SQLiteDataTagged broke after InternalImportsByDefault

2 participants