Pure raw toolset.
Apple Swifty
10 executes per day
Too much for nothing want get refund
Payment
Couldn’t run code
Incur the costs and costs associated
Zanyar
I Only Rated It 5 star so you would look at it!
NOT get it back EVER!
Not Being able to change Swift version to something a bit newer is a bit weird
Very good
Pretty good dev app on the go
This will be a honest review but if anyone sees this, no this app doesn’t have SwiftUI or any Apple native APIs. The developer can’t do anything about it since it’s Apples proprietary libraries and iOS apps are sandboxed so you can’t read files outside the app.
This app is also always online (at least to run code) since the developer has to work around it and it runs the swift code on a linux server. So if you are going to do networking then you have to import FoundationNetworking like on Linux.
Overall impressive app for the limitations work around. The best use cases for this is logic on the go granted I did have some issues related to JSON parsing. Specifically:
32:1: error: invalid character in source file
let jsonData = json.data(using: .utf8)!
I would say if you are planning on creating a CLI app or just want to refine logic on the go. Then this app is for you.
