Skip to content

fix: update XCResultKit to db9aa9d in order to support Xcode 16 #88

fix: update XCResultKit to db9aa9d in order to support Xcode 16

fix: update XCResultKit to db9aa9d in order to support Xcode 16 #88

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