swift-dependencies-additions
swift-dependencies-additions copied to clipboard
More dependencies for `swift-dependencies`
Last week Apple started to make some changes and we have some warnings about this that we will have to fix until 1st of May https://developer.apple.com/documentation/bundleresources/privacy_manifest_files Your lib uses `systemUptime`...
Fix deprecated warning ``` 'streamWithContinuation(_:bufferingPolicy:)' is deprecated: renamed to 'makeStream(of:bufferingPolicy:)' ```
I added a basic wrapper around `CLLocationManager`. Unfortunately, APIs are too different on all platforms and I had to copy-paste most of the implementation 😕 I tried to follow the...
In the end this implementation detail doesn't probably matter so much for ephemeral(). I am not sure, if you prefer the LockIsolated approach or this.
At first I thought there was no documentation for this repo since it's not mentioned in the ReadMe. I see that there used to be documentation on github pages, but...
I don't understand the cause of this but when I put this in my test, it refuses to build: ``` await withDependencies { $0.userNotificationCenter.$add = { @Sendable userNotificationRequest in await...
Hey! Logger does not output anything in iTerm when code is run using executableTarget, is it possible to fix that? I do see output in Xcode's console...
### Discussed in https://github.com/tgrapperon/swift-dependencies-additions/discussions/67 Originally posted by **m-housh** May 19, 2023 Forgive my ignorance with `CoreData` in general, but I'm playing around with the `_CoreDataDependency` and trying to determine how...