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

Re-enable Build step in the future #9

Open
dimitribouniol opened this issue Jun 3, 2021 · 0 comments
Open

Re-enable Build step in the future #9

dimitribouniol opened this issue Jun 3, 2021 · 0 comments

Comments

@dimitribouniol
Copy link
Member

As of Swift 5.4, building before testing seems to fail:

Tests/DynamicCodableTests/DynamicCodableTests.swift:2:18: error: module 'DynamicCodable' was not compiled for testing
@testable import DynamicCodable
~~~~~~~~~~       ^

It seems to be down to using the release configuration: swift build --build-tests --enable-index-store --configuration release

dimitribouniol added a commit that referenced this issue Jun 3, 2021
It seems that as of Swift 5.4, building tests on a release build causes issues. See #9
dimitribouniol added a commit that referenced this issue Jun 3, 2021
It seems that as of Swift 5.4, building tests on a release build causes issues. See #9
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

No branches or pull requests

1 participant