apple / swift-openapi-urlsession

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

Improve inlining #30

Closed czechboy0 closed 11 months ago

czechboy0 commented 11 months ago

Motivation

Make module compile with LE.

Modifications

Make a few symbols not inlinable, just usable from inline.

Result

Builds with LE.

Test Plan

Built locally.