hyperoslo / Cache

:package: Nothing but Cache.
Other
2.96k stars 335 forks source link

Invalid Exclude on XCode 13 #296

Closed BrettyWhite closed 5 months ago

BrettyWhite commented 2 years ago

Swift is throwing a warning in XCode 13 that

targets: [
        .target(
            name: "Cache",
            path: "Source",
            exclude: ["Library/ImageWrapper.swift"]),

ImageWrapper.swift is not found.

I am able to use the lib using SwiftPM and the 6.0.0 release, but it will not compile by selecting master, which may be a separate issue.

iresslerCMM commented 2 years ago

There is a PR for this #290.

si-hartmann commented 2 years ago

This project seems pretty dead?

3lvis commented 5 months ago

Closing, reason outdated issue.