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
When I run swift test on Windows and Linux I get complaints about a missing SwiftUI. It is not entirely obvious why a library would need a UI. Apparently SwiftUI is not a part of the Swift core library.
Note: I just started with Swift so my knowledge is kind of zero...
The text was updated successfully, but these errors were encountered:
You should be using the Rust version if you are developing on a non-macOS platform. We have not tested the Swift version on any other platform and don’t have resources to do so (though we welcome pull requests if someone wants to try).
When I run
swift test
on Windows and Linux I get complaints about a missingSwiftUI
. It is not entirely obvious why a library would need a UI. ApparentlySwiftUI
is not a part of the Swift core library.Note: I just started with Swift so my knowledge is kind of zero...
The text was updated successfully, but these errors were encountered: