hotwired / turbo-ios

iOS framework for making Turbo native apps
MIT License
875 stars 88 forks source link

Swift compiler warning #65

Closed ghiculescu closed 2 years ago

ghiculescu commented 2 years ago

This is super minor, but I thought it'd be worth noting.

image

% xcrun swift -version
swift-driver version: 1.26.21 Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)
Target: x86_64-apple-macosx11.0
joemasilotti commented 2 years ago

I believe #47 (opened 4 months ago) addresses this.

jayohms commented 2 years ago

Fixed in https://github.com/hotwired/turbo-ios/pull/47