Skip to content

Replace StaticString/pointers with String #97

Replace StaticString/pointers with String

Replace StaticString/pointers with String #97

Re-run triggered July 2, 2024 09:02
Status Success
Total duration 3m 33s
Artifacts

Build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Build: Sources/PlaydateKit/Core/Display.swift#L1
public import of 'CPlaydate' was not used in public declarations or inlinable code
Build: Sources/PlaydateKit/Core/Graphics.swift#L394
result of call to function returning 'Graphics.Bitmap.DrawMode' (aka 'LCDBitmapDrawMode') is unused
Build: Sources/PlaydateKit/Core/Sound.swift#L1
public import of 'CPlaydate' was not used in public declarations or inlinable code
Build: Sources/PlaydateKit/Core/System.swift#L239
left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used