Closed NiwakaDev closed 1 year ago
It seems like another issue happens:
Test session results, code coverage, and logs:
Command CompileSwift failed with a nonzero exit code
/Users/runner/Library/Developer/Xcode/DerivedData/SwiftRustIntegrationTestRunner-eunjzlpbulmkoedlbxmntxkdbksm/Logs/Test/Run-SwiftRustIntegrationTestRunner-2023.06.17_06-29-48-+0000.xcresult
Cannot find 'swift_reflect_already_declared_struct' in scope
Testing cancelled because the build failed.
I rebased #226 into this branch, and then I fixed the immediately above issue.
@chinedufn
I guess that I addressed your review. But, If we need to support Result<tuple, tuple>
, we couldn't yet merge this PR into master
.
Related to #225.
Before this commit, the integration tests sometimes fail, like so:
This PR fixes the issue.