Frederik Wallner
Frederik Wallner
Adds support for windows runners. - [x] Resolve correct version - [x] Download Swift package - [ ] Setup Swift on windows - [ ] GPG signature validation - [...
Lets use yarn instead of npm for no other reason other than consistency with other of my projects
- [ ] How to setup the project locally - [ ] How to build the project - [ ] How to run the action
Trunk and dev releases should be supported. Suggested api: ```yml - uses: fwal/setup-swift@v1 with: swift-version: "trunk" ``` and ```yml - uses: fwal/setup-swift@v1 with: swift-version: "5.3-dev" ```
- [ ] Action output - [ ] Dev and trunk builds - [ ] Automatically detect proper Swift version
Add the ability to read the Swift version from Package.swift
The action should read version from .swift-version
This is a work-in-progress attempt on restoring support for running this action with the latest Swift version on Windows.