Package.swift
into the project, I can't see any of the local package source files in the project. (see screenshot)I have been breaking my head over it. Any help on this would be much appreciated.
13.2 (13C90)
(downloaded from the developer portal not the AppStore)The reason you cannot see the content of the package is that you have it open in another Xcode instance.
You can only edit a package in one Xcode instance at a time.
I find closing down Xcode completely, then opening up the particular project that I want to edit the package in solves the problem.