swiftlang / swift-testing

A modern, expressive testing package for Swift
Apache License 2.0
1.81k stars 77 forks source link

[release/6.0] Testing: add some force unwraps for Android #830

Closed hyp closed 3 days ago

hyp commented 3 days ago

Add some force unwraps to address nullability differences on Android from other platforms.

(cherry picked from commit d080ee2ff59e4a66109e9823aa91ca67b8dca7e7)

Motivation:

This is needed to build the release/6.0 branch of testing for Android.

Modifications:

Add force unwraps where they were needed.

Result:

Android swift-testing builds on the release/6.0 branch.

Checklist:

grynspan commented 3 days ago

Needs approval from @briancroom before merging.

grynspan commented 3 days ago

You are free to merge (ping me if you don't see the Big Green Button!)