Is creating a .swiftpm file mandatory, can I not build my project using the swift playground template book?

Is creating a .swiftpm file mandatory, can I not build my project using the swift playground template book for this years challenge as was done last year.

Cause a swift playgrounds app seems alot more limited as compated to a playgroundbook.

Answered by SeanNoh in 709733022

I think creating a swiftpm file is mandatory. Is there a way to create a book with .swiftpm? Not that I know of.

When working on .swiftpm on Xcode that means we cannot import PlaygroundSupport right? So its just a simpler app / no pages?

Accepted Answer

I think creating a swiftpm file is mandatory. Is there a way to create a book with .swiftpm? Not that I know of.

When working on .swiftpm on Xcode that means we cannot import PlaygroundSupport right? So its just a simpler app / no pages?

Exactly, it is a lot simpler compared to a playgroundbook.

Is creating a .swiftpm file mandatory, can I not build my project using the swift playground template book?
 
 
Q