mkoehnke / WKZombie

WKZombie is a Swift framework for iOS/OSX to navigate within websites and collect data without the need of User Interface or API, also known as Headless browser. It can be used to run automated tests / snapshots and manipulate websites using Javascript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift Package Manager - unsupported layout

rchatham opened this issue · comments

Hi I am receiving the following whenever I try to download using SPM.

error: the package has an unsupported layout, unexpected source file(s) found: /Users/Reid/Developer/airbnb_wishlister/Packages/WKZombie-1.0.6/Tests/Tests.swift fix: move the file(s) inside a module

Hi! Thanks for reporting this! It looks like they change something with the latest release of SPM. I'll look into this.

Thank you!

Take a look at 1.0.7 and let me know if it works. Thanks!

If not fixed, please reopen.