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
In some situations, users might create an empty Package.swift file and run the init command afterwards. Accio might want to add a check if the Package.swift file is empty and if it is, it could still fill it with the skeleton contents to provide a place to start. Currently, just nothing happens in such cases.