Skip to content

fix nullable issues #160

fix nullable issues

fix nullable issues #160

Triggered via push November 11, 2025 10:55
Status Failure
Total duration 2m 56s
Artifacts

primary.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors, 2 warnings, and 1 notice
Primary
Process completed with exit code 65.
Primary: Tests/PocketSVGTests.swift#L97
value of optional type 'SVGBezierPath?' must be unwrapped to refer to member 'svgAttributes' of wrapped base type 'SVGBezierPath'
Primary: Tests/PocketSVGTests.swift#L96
value of optional type 'SVGBezierPath?' must be unwrapped to refer to member 'svgAttributes' of wrapped base type 'SVGBezierPath'
Primary: Tests/PocketSVGTests.swift#L95
value of optional type 'SVGBezierPath?' must be unwrapped to refer to member 'svgAttributes' of wrapped base type 'SVGBezierPath'
Primary: Tests/PocketSVGTests.swift#L83
value of optional type 'SVGBezierPath?' must be unwrapped to refer to member 'svgRepresentation' of wrapped base type 'SVGBezierPath'
Primary: Tests/PocketSVGTests.swift#L82
value of optional type 'SVGBezierPath?' must be unwrapped to refer to member 'svgRepresentation' of wrapped base type 'SVGBezierPath'
Primary: Tests/PocketSVGTests.swift#L81
value of optional type 'SVGBezierPath?' must be unwrapped to refer to member 'svgRepresentation' of wrapped base type 'SVGBezierPath'
Primary: Tests/PocketSVGTests.swift#L80
value of optional type 'SVGBezierPath?' must be unwrapped to refer to member 'svgRepresentation' of wrapped base type 'SVGBezierPath'
Primary: Demos/Demo-macOS/Demo-macOS.xcodeproj#L0
The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.11, but the range of supported deployment target versions is 10.13 to 14.0.99. (in target 'Demo-macOS' from project 'Demo-macOS')
Primary
ld: object file (/Users/runner/work/PocketSVG/PocketSVG/derived_data/Build/Products/Debug/PocketSVG.o) was built for newer 'macOS' version (14.0) than being linked (10.11)
Primary
The macOS-13 based runner images are being deprecated, consider switching to macOS-15 (macos-15-intel) or macOS 15 arm64 (macos-latest) instead. For more details see https://github.com/actions/runner-images/issues/13046