Skip to content

Revert "Update API to fix warnings." #165

Revert "Update API to fix warnings."

Revert "Update API to fix warnings." #165

Workflow file for this run

name: macos-spm
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v