Alexandre Podlewski

Results 6 issues of Alexandre Podlewski

## [2.1.0] - 2024-04-26 ### Added - Add support for Swift Package Manager

Hi, by trying using Swinject on a project I am working on migrating to Swift 6, I encountered an issue caused by the a new behavior introduced by [SE-0352](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0352-implicit-open-existentials.md#losing-constraints-when-type-erasing-resulting-values) when...

There seems to be an issue with NavigationControllerObserver from iOS 18.0. My first attempt at fixing this issue showed me that `navigationController.transitionCoordinator` is no longer immediately available after having called...

Swift 6.2 added a new API to create a task: [Task.immediate(name:priority:executorpreference:operation:)](https://developer.apple.com/documentation/swift/task/immediate(name:priority:executorpreference:operation:)-88o80), also described in [SE-0472 Starting tasks synchronously from caller context](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0472-task-start-synchronously-on-caller-context.md). Using this new api makes possible to remove the...

enhancement