Skip to content

Fixed build error for plugin with Xcode 26.3 #108

Fixed build error for plugin with Xcode 26.3

Fixed build error for plugin with Xcode 26.3 #108

Workflow file for this run

name: Build
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '16.4'
- name: Build
run: swift build
- name: Run tests
run: swift test