You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
As of Swift 5.4, building before testing seems to fail:
It seems to be down to using the release configuration:
swift build --build-tests --enable-index-store --configuration release
The text was updated successfully, but these errors were encountered: