Skip to content

Fix Swift 5.7 incompatible syntax #118

Fix Swift 5.7 incompatible syntax

Fix Swift 5.7 incompatible syntax #118

Workflow file for this run

name: Swift
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Configure Xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v