Build Information
Failed to build SkiaKit, reference main (1924d7), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 21:08:23 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/UnGast/SkiaKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/UnGast/SkiaKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1924d72 Delete download-payload.sh
Cloned https://github.com/UnGast/SkiaKit.git
Revision (git rev-parse @):
1924d72093a758b0c40cd3c437ff7444f68efc5a
SUCCESS checkout https://github.com/UnGast/SkiaKit.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "skiakit",
"name": "SkiaKit",
"url": "https://github.com/UnGast/SkiaKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SkiaKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/UnGast/SkiaKit.git
[1/1816] Fetching skiakit
Fetched https://github.com/UnGast/SkiaKit.git from cache (1.77s)
Creating working copy for https://github.com/UnGast/SkiaKit.git
Working copy of https://github.com/UnGast/SkiaKit.git resolved at main (1924d72)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/UnGast/SkiaKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[1/8] Write Samples-entitlement.plist
[2/8] Write sources
[3/8] Compiling CSkia CSkia.cpp
[4/8] Write swift-version--6988338F2F200930.txt
[6/45] Emitting module SkiaKit
[7/49] Compiling SkiaKit GLInterface.swift
[8/49] Compiling SkiaKit GrBackendRenderTarget.swift
[9/49] Compiling SkiaKit GrContext.swift
[10/49] Compiling SkiaKit GrGLFramebufferInfo.swift
[11/49] Compiling SkiaKit Helpers.swift
[12/49] Compiling SkiaKit Image.swift
[13/49] Compiling SkiaKit ImageFilter.swift
[14/49] Compiling SkiaKit ImageInfo.swift
[15/49] Compiling SkiaKit ColorSpace.swift
[16/49] Compiling SkiaKit Colors.swift
[17/49] Compiling SkiaKit Data.swift
[18/49] Compiling SkiaKit Definitions.swift
[19/49] Compiling SkiaKit Surface.swift
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Surface.swift:107:13: warning: variable 'nativeCInfo' was never mutated; consider changing to 'let' constant
105 | public static func makeRenderTarget(context: GrContext, budgeted: Bool, cinfo: ImageInfo) -> Surface {
106 | //return ToSurface(SkSurface::MakeRenderTarget(AsGrContext(context), (SkBudgeted)budgeted, AsImageInfo(cinfo), sampleCount, (GrSurfaceOrigin)origin, AsSurfaceProps(props), shouldCreateWithMips).release());
107 | var nativeCInfo = cinfo.toNative()
| `- warning: variable 'nativeCInfo' was never mutated; consider changing to 'let' constant
108 | return withUnsafePointer(to: nativeCInfo) {
109 | Surface(handle: sk_surface_new_render_target(context.handle, budgeted, $0, 0, TOP_LEFT_GR_SURFACE_ORIGIN, nil, false))
[20/49] Compiling SkiaKit SurfaceProperties.swift
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Surface.swift:107:13: warning: variable 'nativeCInfo' was never mutated; consider changing to 'let' constant
105 | public static func makeRenderTarget(context: GrContext, budgeted: Bool, cinfo: ImageInfo) -> Surface {
106 | //return ToSurface(SkSurface::MakeRenderTarget(AsGrContext(context), (SkBudgeted)budgeted, AsImageInfo(cinfo), sampleCount, (GrSurfaceOrigin)origin, AsSurfaceProps(props), shouldCreateWithMips).release());
107 | var nativeCInfo = cinfo.toNative()
| `- warning: variable 'nativeCInfo' was never mutated; consider changing to 'let' constant
108 | return withUnsafePointer(to: nativeCInfo) {
109 | Surface(handle: sk_surface_new_render_target(context.handle, budgeted, $0, 0, TOP_LEFT_GR_SURFACE_ORIGIN, nil, false))
[21/49] Compiling SkiaKit TextBlob.swift
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Surface.swift:107:13: warning: variable 'nativeCInfo' was never mutated; consider changing to 'let' constant
105 | public static func makeRenderTarget(context: GrContext, budgeted: Bool, cinfo: ImageInfo) -> Surface {
106 | //return ToSurface(SkSurface::MakeRenderTarget(AsGrContext(context), (SkBudgeted)budgeted, AsImageInfo(cinfo), sampleCount, (GrSurfaceOrigin)origin, AsSurfaceProps(props), shouldCreateWithMips).release());
107 | var nativeCInfo = cinfo.toNative()
| `- warning: variable 'nativeCInfo' was never mutated; consider changing to 'let' constant
108 | return withUnsafePointer(to: nativeCInfo) {
109 | Surface(handle: sk_surface_new_render_target(context.handle, budgeted, $0, 0, TOP_LEFT_GR_SURFACE_ORIGIN, nil, false))
[22/49] Compiling SkiaKit Typeface.swift
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Surface.swift:107:13: warning: variable 'nativeCInfo' was never mutated; consider changing to 'let' constant
105 | public static func makeRenderTarget(context: GrContext, budgeted: Bool, cinfo: ImageInfo) -> Surface {
106 | //return ToSurface(SkSurface::MakeRenderTarget(AsGrContext(context), (SkBudgeted)budgeted, AsImageInfo(cinfo), sampleCount, (GrSurfaceOrigin)origin, AsSurfaceProps(props), shouldCreateWithMips).release());
107 | var nativeCInfo = cinfo.toNative()
| `- warning: variable 'nativeCInfo' was never mutated; consider changing to 'let' constant
108 | return withUnsafePointer(to: nativeCInfo) {
109 | Surface(handle: sk_surface_new_render_target(context.handle, budgeted, $0, 0, TOP_LEFT_GR_SURFACE_ORIGIN, nil, false))
[23/49] Compiling SkiaKit Path.swift
[24/49] Compiling SkiaKit PathEffect.swift
[25/49] Compiling SkiaKit Picture.swift
[26/49] Compiling SkiaKit PictureRecorder.swift
[27/49] Compiling SkiaKit Font.swift
[28/49] Compiling SkiaKit FontManager.swift
[29/49] Compiling SkiaKit FontStyle.swift
[30/49] Compiling SkiaKit FontStyleSet.swift
[31/49] Compiling SkiaKit MaskFilter.swift
[32/49] Compiling SkiaKit MathTypes.swift
[33/49] Compiling SkiaKit Matrix.swift
[34/49] Compiling SkiaKit Paint.swift
[35/49] Compiling SkiaKit SKStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Shader.swift:102:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
100 | if let l = localMatrix {
101 | native = l.toNative()
102 | ptr = UnsafePointer<sk_matrix_t> (&native)
| | |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
103 | }
104 |
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Shader.swift:134:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
132 | if let l = localMatrix {
133 | native = l.toNative()
134 | ptr = UnsafePointer<sk_matrix_t> (&native)
| | |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
135 | }
136 |
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Shader.swift:167:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
165 | if let l = localMatrix {
166 | native = l.toNative()
167 | ptr = UnsafePointer<sk_matrix_t> (&native)
| | |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
168 | }
169 |
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Shader.swift:201:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
199 | if let l = localMatrix {
200 | native = l.toNative()
201 | ptr = UnsafePointer<sk_matrix_t> (&native)
| | |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
202 | }
203 |
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Shader.swift:233:19: warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer [#TemporaryPointers]
231 | if let t = tileSize {
232 | n = t
233 | ptr = UnsafePointer<sk_isize_t>(&n)
| | |- note: implicit argument conversion from 'sk_isize_t' to 'UnsafePointer<sk_isize_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer [#TemporaryPointers]
234 | }
235 | return Shader (handle: sk_shader_new_perlin_noise_fractal_noise(baseFrequencyX, baseFrequencyY, numOctaves, seed, ptr))
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Shader.swift:251:19: warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer [#TemporaryPointers]
249 | if let t = tileSize {
250 | n = t
251 | ptr = UnsafePointer<sk_isize_t>(&n)
| | |- note: implicit argument conversion from 'sk_isize_t' to 'UnsafePointer<sk_isize_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer [#TemporaryPointers]
252 | }
253 | return Shader (handle: sk_shader_new_perlin_noise_turbulence(baseFrequencyX, baseFrequencyY, numOctaves, seed, ptr))
[#TemporaryPointers]: <https://docs.swift.org/compiler/documentation/diagnostics/temporary-pointers>
[36/49] Compiling SkiaKit SKString.swift
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Shader.swift:102:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
100 | if let l = localMatrix {
101 | native = l.toNative()
102 | ptr = UnsafePointer<sk_matrix_t> (&native)
| | |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
103 | }
104 |
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Shader.swift:134:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
132 | if let l = localMatrix {
133 | native = l.toNative()
134 | ptr = UnsafePointer<sk_matrix_t> (&native)
| | |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
135 | }
136 |
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Shader.swift:167:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
165 | if let l = localMatrix {
166 | native = l.toNative()
167 | ptr = UnsafePointer<sk_matrix_t> (&native)
| | |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
168 | }
169 |
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Shader.swift:201:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
199 | if let l = localMatrix {
200 | native = l.toNative()
201 | ptr = UnsafePointer<sk_matrix_t> (&native)
| | |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
202 | }
203 |
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Shader.swift:233:19: warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer [#TemporaryPointers]
231 | if let t = tileSize {
232 | n = t
233 | ptr = UnsafePointer<sk_isize_t>(&n)
| | |- note: implicit argument conversion from 'sk_isize_t' to 'UnsafePointer<sk_isize_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer [#TemporaryPointers]
234 | }
235 | return Shader (handle: sk_shader_new_perlin_noise_fractal_noise(baseFrequencyX, baseFrequencyY, numOctaves, seed, ptr))
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Shader.swift:251:19: warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer [#TemporaryPointers]
249 | if let t = tileSize {
250 | n = t
251 | ptr = UnsafePointer<sk_isize_t>(&n)
| | |- note: implicit argument conversion from 'sk_isize_t' to 'UnsafePointer<sk_isize_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer [#TemporaryPointers]
252 | }
253 | return Shader (handle: sk_shader_new_perlin_noise_turbulence(baseFrequencyX, baseFrequencyY, numOctaves, seed, ptr))
[#TemporaryPointers]: <https://docs.swift.org/compiler/documentation/diagnostics/temporary-pointers>
[37/49] Compiling SkiaKit Shader.swift
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Shader.swift:102:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
100 | if let l = localMatrix {
101 | native = l.toNative()
102 | ptr = UnsafePointer<sk_matrix_t> (&native)
| | |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
103 | }
104 |
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Shader.swift:134:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
132 | if let l = localMatrix {
133 | native = l.toNative()
134 | ptr = UnsafePointer<sk_matrix_t> (&native)
| | |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
135 | }
136 |
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Shader.swift:167:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
165 | if let l = localMatrix {
166 | native = l.toNative()
167 | ptr = UnsafePointer<sk_matrix_t> (&native)
| | |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
168 | }
169 |
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Shader.swift:201:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
199 | if let l = localMatrix {
200 | native = l.toNative()
201 | ptr = UnsafePointer<sk_matrix_t> (&native)
| | |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
202 | }
203 |
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Shader.swift:233:19: warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer [#TemporaryPointers]
231 | if let t = tileSize {
232 | n = t
233 | ptr = UnsafePointer<sk_isize_t>(&n)
| | |- note: implicit argument conversion from 'sk_isize_t' to 'UnsafePointer<sk_isize_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer [#TemporaryPointers]
234 | }
235 | return Shader (handle: sk_shader_new_perlin_noise_fractal_noise(baseFrequencyX, baseFrequencyY, numOctaves, seed, ptr))
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Shader.swift:251:19: warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer [#TemporaryPointers]
249 | if let t = tileSize {
250 | n = t
251 | ptr = UnsafePointer<sk_isize_t>(&n)
| | |- note: implicit argument conversion from 'sk_isize_t' to 'UnsafePointer<sk_isize_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer [#TemporaryPointers]
252 | }
253 | return Shader (handle: sk_shader_new_perlin_noise_turbulence(baseFrequencyX, baseFrequencyY, numOctaves, seed, ptr))
[#TemporaryPointers]: <https://docs.swift.org/compiler/documentation/diagnostics/temporary-pointers>
[38/49] Compiling SkiaKit SkiaCApiVersion.swift
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Shader.swift:102:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
100 | if let l = localMatrix {
101 | native = l.toNative()
102 | ptr = UnsafePointer<sk_matrix_t> (&native)
| | |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
103 | }
104 |
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Shader.swift:134:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
132 | if let l = localMatrix {
133 | native = l.toNative()
134 | ptr = UnsafePointer<sk_matrix_t> (&native)
| | |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
135 | }
136 |
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Shader.swift:167:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
165 | if let l = localMatrix {
166 | native = l.toNative()
167 | ptr = UnsafePointer<sk_matrix_t> (&native)
| | |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
168 | }
169 |
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Shader.swift:201:19: warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
199 | if let l = localMatrix {
200 | native = l.toNative()
201 | ptr = UnsafePointer<sk_matrix_t> (&native)
| | |- note: implicit argument conversion from 'sk_matrix_t' to 'UnsafePointer<sk_matrix_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafePointer<sk_matrix_t>' results in a dangling pointer [#TemporaryPointers]
202 | }
203 |
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Shader.swift:233:19: warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer [#TemporaryPointers]
231 | if let t = tileSize {
232 | n = t
233 | ptr = UnsafePointer<sk_isize_t>(&n)
| | |- note: implicit argument conversion from 'sk_isize_t' to 'UnsafePointer<sk_isize_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer [#TemporaryPointers]
234 | }
235 | return Shader (handle: sk_shader_new_perlin_noise_fractal_noise(baseFrequencyX, baseFrequencyY, numOctaves, seed, ptr))
/Users/admin/builder/spi-builder-workspace/Sources/SkiaKit/Shader.swift:251:19: warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer [#TemporaryPointers]
249 | if let t = tileSize {
250 | n = t
251 | ptr = UnsafePointer<sk_isize_t>(&n)
| | |- note: implicit argument conversion from 'sk_isize_t' to 'UnsafePointer<sk_isize_t>' produces a pointer valid only for the duration of the call to 'init(_:)'
| | `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
| `- warning: initialization of 'UnsafePointer<sk_isize_t>' results in a dangling pointer [#TemporaryPointers]
252 | }
253 | return Shader (handle: sk_shader_new_perlin_noise_turbulence(baseFrequencyX, baseFrequencyY, numOctaves, seed, ptr))
[#TemporaryPointers]: <https://docs.swift.org/compiler/documentation/diagnostics/temporary-pointers>
[39/49] Compiling SkiaKit Bitmap.swift
[40/49] Compiling SkiaKit Canvas.swift
[41/49] Compiling SkiaKit Color.swift
[42/49] Compiling SkiaKit ColorFilter.swift
[43/49] Compiling SkiaKit Pixmap.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/CSkia/include/CSkia.h"
| `- note: in file included from <module-includes>:1:
2 |
[44/49] Compiling SkiaKit Region.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/CSkia/include/CSkia.h"
| `- note: in file included from <module-includes>:1:
2 |
[45/49] Compiling SkiaKit RoundRect.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/CSkia/include/CSkia.h"
| `- note: in file included from <module-includes>:1:
2 |
[46/49] Compiling SkiaKit SKObject.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/CSkia/include/CSkia.h"
| `- note: in file included from <module-includes>:1:
2 |
[47/52] Compiling Samples main.swift
/Users/admin/builder/spi-builder-workspace/Samples/Gallery/main.swift:17:8: warning: result of call to 'encode(dest:src:encoder:quality:)' is unused [#no-usage]
15 | let stream = SKFileWStream(path: "test.png")!
16 |
17 | Pixmap.encode(dest: stream, src: bitmap, encoder: .png, quality: 100)
| `- warning: result of call to 'encode(dest:src:encoder:quality:)' is unused [#no-usage]
[48/52] Compiling Samples 2DPathSample.swift
[49/52] Emitting module Samples
/Users/admin/builder/spi-builder-workspace/Samples/Gallery/main.swift:17:8: warning: result of call to 'encode(dest:src:encoder:quality:)' is unused [#no-usage]
15 | let stream = SKFileWStream(path: "test.png")!
16 |
17 | Pixmap.encode(dest: stream, src: bitmap, encoder: .png, quality: 100)
| `- warning: result of call to 'encode(dest:src:encoder:quality:)' is unused [#no-usage]
[49/52] Write Objects.LinkFileList
error: link command failed with exit code 1 (use -v to see invocation)
ld: library 'skia_skiakit' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[50/52] Linking Samples
BUILD FAILURE 6.3 macosSpm