We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Apple Swift version 3.1 (swiftlang-802.0.51 clang-802.0.41) Target: x86_64-apple-macosx10.9
The issue:
error: the package has an unsupported layout, unexpected source file(s) found: .build/checkouts/AlamofireImage-6503021523934871910/Tests/*.swift
There are 2 options as far as I can tell:
Alamofire fixes this by adding: exclude: ["Tests"] to their Package.swift see here : https://github.com/Alamofire/Alamofire/blob/master/Package.swift
exclude: ["Tests"]
SwiftyJSON fixes this by moving the source files 1 level deeper into: Tests/SwiftJSONTests as seen here: https://github.com/SwiftyJSON/SwiftyJSON/pull/707/files
Tests/SwiftJSONTests
Not sure about pros and cons, but would really appreciate being able to use this module in a server side project :)
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for the report! I just merged a PR that fixes this.
Sorry, something went wrong.
jshier
Successfully merging a pull request may close this issue.
Apple Swift version 3.1 (swiftlang-802.0.51 clang-802.0.41)
Target: x86_64-apple-macosx10.9
The issue:
error: the package has an unsupported layout, unexpected source file(s) found: .build/checkouts/AlamofireImage-6503021523934871910/Tests/*.swift
There are 2 options as far as I can tell:
Alamofire fixes this by adding:
exclude: ["Tests"]
to their Package.swiftsee here : https://github.com/Alamofire/Alamofire/blob/master/Package.swift
SwiftyJSON fixes this by moving the source files 1 level deeper into:
Tests/SwiftJSONTests
as seen here: https://github.com/SwiftyJSON/SwiftyJSON/pull/707/files
Not sure about pros and cons, but would really appreciate being able to use this module in a server side project :)
Thanks!
The text was updated successfully, but these errors were encountered: