I created a swiftpm project with Xcode Version 13.4.1 (13F100).
I changed the target from the default created by Xcode to this:
targets: [
.executableTarget(
name: "App",
path: "App"
)
]
I also changed the package version to 5.6 to match the AboutMe Package file.
I also created an App directory and moved all my files (bar the Package.swift file) to it, and I also created a Guide folder and created a Guide.tutorial file based on the example in the WWDC video.
I've turned on Author Debugging Mode (this is on Swift Playgrounds on the Mac, I'll try later on Swift Playgrounds on the iPad), but I get no messages other than the "Could not display guide. Try reopening the current project..."
I also get a build error that just says "Building failed"
What am I missing?