Skip to content

1.6.0 support of package access level introduced in Swift 5.9 #38

1.6.0 support of package access level introduced in Swift 5.9

1.6.0 support of package access level introduced in Swift 5.9 #38

Workflow file for this run

name: Build
on:
push:
branches:
- main
- dev
pull_request:
branches:
- '*'
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: xcodebuild -scheme SwiftPlantUMLApp -sdk macosx CODE_SIGN_IDENTITY="" clean build