Closed sbromberger closed 6 years ago
Not sure whether this is related to this plugin, but I'm getting expressions are not allowed at the top level errors from a brand new library creation (via swift package init --type=library). The only content is boilerplate:
expressions are not allowed at the top level
swift package init --type=library
struct Rationals { var text = "Hello, World!" }
Any ideas on what the problem might be?
Fixed - but not quite sure how.
This behavior sounds weird. If this this happens again, you can reopen this issue and I will have a deeper look.
Not sure whether this is related to this plugin, but I'm getting
expressions are not allowed at the top level
errors from a brand new library creation (viaswift package init --type=library
). The only content is boilerplate:Any ideas on what the problem might be?