StanfordSpezi / SpeziContact

Spezi module to display contact information
https://swiftpackageindex.com/StanfordSpezi/SpeziContact/documentation/
MIT License
3 stars 1 forks source link

Fix export of CNPostalAddress #29

Closed Supereg closed 2 months ago

Supereg commented 2 months ago

Fix export of CNPostalAddress

:recycle: Current situation & Problem

This issue resolve the @_exported import that was prevented due to the @preconcurrency annotation.

:gear: Release Notes

:books: Documentation

--

:white_check_mark: Testing

Tests were updated to remove the import.

:pencil: Code of Conduct & Contributing Guidelines

By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.69%. Comparing base (9a7aa7e) to head (be40d91).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/StanfordSpezi/SpeziContact/pull/29/graphs/tree.svg?width=650&height=150&src=pr&token=XVZHKbnkdP&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=StanfordSpezi)](https://app.codecov.io/gh/StanfordSpezi/SpeziContact/pull/29?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=StanfordSpezi) ```diff @@ Coverage Diff @@ ## main #29 +/- ## ======================================= Coverage 78.69% 78.69% ======================================= Files 4 4 Lines 319 319 ======================================= Hits 251 251 Misses 68 68 ``` | [Files](https://app.codecov.io/gh/StanfordSpezi/SpeziContact/pull/29?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=StanfordSpezi) | Coverage Δ | | |---|---|---| | [Sources/SpeziContact/Models/Contact.swift](https://app.codecov.io/gh/StanfordSpezi/SpeziContact/pull/29?src=pr&el=tree&filepath=Sources%2FSpeziContact%2FModels%2FContact.swift&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=StanfordSpezi#diff-U291cmNlcy9TcGV6aUNvbnRhY3QvTW9kZWxzL0NvbnRhY3Quc3dpZnQ=) | `100.00% <ø> (ø)` | | ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/StanfordSpezi/SpeziContact/pull/29?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=StanfordSpezi). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=StanfordSpezi) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/StanfordSpezi/SpeziContact/pull/29?dropdown=coverage&src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=StanfordSpezi). Last update [9a7aa7e...be40d91](https://app.codecov.io/gh/StanfordSpezi/SpeziContact/pull/29?dropdown=coverage&src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=StanfordSpezi). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=StanfordSpezi).