Fabian Zwick
Fabian Zwick
Back in 2019 (https://github.com/hmlongco/Resolver/commit/0a643cbf91955b2b2156db34237a005168d24d4e) support for macOS, tvOS and watchOS were added in the `Package.swift` file. Unfortunately, watchOS is missing in the `Resolver.podspec` file which makes it impossible to use...
Currently, when updating the ID3 tag of an existing file the whole file is read into memory. This PR aims to avoid that in order to keep memory consumption low....
In a project where we are heavily using FactoryKit I noticed an issue in combination with Swift Concurrency. One class that we are accessing through a factory has a slow...