Enough has changed from my initial polling confirmation for Swift Testing pitch that I was asked to put up a second pitch thread! So... here it is! This is much more mature, and I will be eternally grateful for all who gave feedback and helped bring this where it is!
https://forums.swift.org/t/pitch-2-polling-confirmations-in-the-testing-library/81711
[Pitch 2] Polling Confirmations in the Testing Library
Hello all! Here is a refined pitch originally posted to the Development > Swift Testing subcategory. Original Pitch Read the full proposal here. There is a full implementation available here. To try it out, follow these steps: Add my fork of Swift Testing as a dependency, specifying the polling-expectations branch. Add .package(url: "https://github.com/younata/swift-testing.git", branch: "polling-expectations") to the dependencies list in your Package.swift. When importing, use the Exper...