Skip to content

New version 1.7.0 is now Xcode 16 compatible. #90

New version 1.7.0 is now Xcode 16 compatible.

New version 1.7.0 is now Xcode 16 compatible. #90

name: Swift
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -c release --disable-sandbox --arch arm64 --arch x86_64
- name: Run tests
run: swift test -v
- uses: actions/upload-artifact@v3
with:
name: xcresultparser
path: .build/apple/Products/Release/xcresultparser