apple / swift-openapi-urlsession

URLSession transport for Swift OpenAPI Generator.
https://swiftpackageindex.com/apple/swift-openapi-urlsession/documentation
Apache License 2.0
160 stars 29 forks source link

Change 'unsafeDowncast' to 'as!' #52

Closed glbrntt closed 2 months ago

glbrntt commented 2 months ago

Motivation:

The 'unsafeDowncast' can cause a miscompile leading to unexpected runtime behaviour.

Modifications:

Result:

No miscompiles on 5.10