The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Swim with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.28.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/UnGast/swim.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/UnGast/swim
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 571022a Merge branch 't-ae:master' into master
Cloned https://github.com/UnGast/swim.git
Revision (git rev-parse @):
571022a62b9da8b63d2742f8dc54b8a83e0097dd
SUCCESS checkout https://github.com/UnGast/swim.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD/checkout
https://github.com/UnGast/swim.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[0/2] Compiling CStbImage truetype.c
[1/2] Compiling CStbImage image_io.c
[3/89] Compiling Swim ReadImageData.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
         ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:14:47: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
        write_image_png_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                              ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:36:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_bmp_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                                  ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:43:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_jpg_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!, Int32(quality))
                                                  ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:47:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_png_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                                  ^
[4/89] Compiling Swim ReadImageFile.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
         ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:14:47: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
        write_image_png_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                              ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:36:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_bmp_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                                  ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:43:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_jpg_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!, Int32(quality))
                                                  ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:47:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_png_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                                  ^
[5/89] Compiling Swim STBImageData.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
         ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:14:47: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
        write_image_png_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                              ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:36:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_bmp_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                                  ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:43:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_jpg_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!, Int32(quality))
                                                  ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:47:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_png_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                                  ^
[6/89] Compiling Swim WriteImageData.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
         ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:14:47: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
        write_image_png_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                              ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:36:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_bmp_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                                  ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:43:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_jpg_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!, Int32(quality))
                                                  ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:47:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_png_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                                  ^
[7/89] Compiling Swim WriteImageFile.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
         ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:14:47: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
        write_image_png_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                              ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:36:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_bmp_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                                  ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:43:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_jpg_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!, Int32(quality))
                                                  ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:47:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_png_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                                  ^
[8/89] Compiling Swim BicubicInterpolator.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
         ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:14:47: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
        write_image_png_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                              ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:36:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_bmp_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                                  ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:43:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_jpg_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!, Int32(quality))
                                                  ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:47:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_png_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                                  ^
[9/89] Compiling Swim BilinearInterpolator.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
         ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:14:47: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
        write_image_png_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                              ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:36:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_bmp_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                                  ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:43:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_jpg_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!, Int32(quality))
                                                  ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:47:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_png_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                                  ^
[10/89] Compiling Swim Interpolator.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
         ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:14:47: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
        write_image_png_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                              ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:36:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_bmp_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                                  ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:43:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_jpg_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!, Int32(quality))
                                                  ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:47:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_png_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                                  ^
[11/89] Compiling Swim Interpolator4x4.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
         ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:14:47: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
        write_image_png_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                              ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:36:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_bmp_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                                  ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:43:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_jpg_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!, Int32(quality))
                                                  ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:47:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_png_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                                  ^
[12/89] Compiling Swim LanczosInterpolator.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
         ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:14:47: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
        write_image_png_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                              ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:36:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_bmp_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                                  ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:43:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_jpg_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!, Int32(quality))
                                                  ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:47:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_png_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                                  ^
[13/89] Compiling Swim NearestNeighborInterpolator.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
         ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:14:47: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
        write_image_png_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                              ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:36:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_bmp_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                                  ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:43:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_jpg_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!, Int32(quality))
                                                  ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:47:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_png_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                                  ^
[14/89] Compiling Swim Abs.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
         ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:14:47: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
        write_image_png_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                              ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:36:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_bmp_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                                  ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:43:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_jpg_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!, Int32(quality))
                                                  ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:47:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_png_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                                  ^
[15/101] Compiling Swim ImageUnary.swift
[16/101] Compiling Swim PixelRefAndColor.swift
[17/101] Compiling Swim PixelRefAndScalar.swift
[18/101] Compiling Swim Blender.swift
[19/101] Compiling Swim BitOperations.swift
[20/101] Compiling Swim CheckBool.swift
[21/101] Compiling Swim ChannelComposition.swift
[22/101] Compiling Swim ChannelwiseConversion.swift
[23/101] Compiling Swim CreateMask.swift
[24/101] Compiling Swim DataConversion.swift
[25/101] Compiling Swim DataTypeConversion.swift
[26/101] Compiling Swim PixelTypeConversion.swift
[27/101] Compiling Swim PixelwiseConversion.swift
[28/101] Compiling Swim ChannelSubscript.swift
[29/101] Compiling Swim PixelSubscript.swift
[30/101] Compiling Swim SubimageSubscript.swift
[31/101] Compiling Swim Concatenation.swift
[32/101] Compiling Swim EdgeMode.swift
[33/101] Compiling Swim Flip.swift
[34/101] Compiling Swim AffineTransformation.swift
[35/101] Compiling Swim HomogeneousTransformationMatrix.swift
[36/101] Compiling Swim ProjectiveTransformation.swift
[37/101] Compiling Swim Padding.swift
[38/101] Compiling Swim Repeat.swift
[39/101] Compiling Swim Resize.swift
[40/101] Compiling Swim Clip.swift
[41/101] Compiling Swim Power.swift
[42/101] Compiling Swim Rounding.swift
[43/101] Compiling Swim AppKit.swift
[44/101] Compiling Swim CoreGraphics.swift
[45/101] Compiling Swim S4TF.swift
[46/101] Compiling Swim UIKit.swift
[47/101] Compiling Swim vImageAlphaBlend.swift
[48/101] Compiling Swim vImageBuffer.swift
[49/101] Compiling Swim vImageMorphology.swift
[50/101] Compiling Swim vImageUtils.swift
[51/101] Compiling Swim Extrema.swift
[52/101] Compiling Swim DrawCircle.swift
[53/101] Compiling Swim DrawImage.swift
[54/101] Compiling Swim DrawLine.swift
[55/101] Compiling Swim DrawPixel.swift
[56/101] Compiling Swim DrawPolygon.swift
[57/101] Compiling Swim DrawRect.swift
[58/101] Compiling Swim DrawText.swift
[59/101] Compiling Swim BilateralFilter.swift
[60/101] Compiling Swim Convolution.swift
[61/101] Compiling Swim NonLocalMeanFilter.swift
[62/101] Compiling Swim RankFilter.swift
[63/101] Compiling Swim IOError.swift
[64/101] Compiling Swim Bayer.swift
[65/101] Compiling Swim FourierTransformer.swift
[66/101] Compiling Swim Histograms.swift
[67/101] Compiling Swim Im2col.swift
[68/101] Compiling Swim ImageCompare.swift
[69/101] Compiling Swim IntegralImage.swift
[70/101] Compiling Swim Skeletonizer.swift
[71/101] Compiling Swim ColorAndColor.swift
[72/101] Compiling Swim ColorAndScalar.swift
[73/101] Compiling Swim ColorUnary.swift
[74/101] Compiling Swim ImageAndColor.swift
[75/101] Compiling Swim ImageAndImage.swift
[76/101] Compiling Swim ImageAndScalar.swift
[77/101] Compiling Swim Color.swift
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:13: warning: initialization of 'UnsafeBufferPointer<T>' results in a dangling buffer pointer
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:40: note: implicit argument conversion from 'T' to 'UnsafePointer<T>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
                                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:40: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
                                       ^
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:13: warning: initialization of 'UnsafeBufferPointer<UInt8>' results in a dangling buffer pointer
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:40: note: implicit argument conversion from 'UInt8' to 'UnsafePointer<UInt8>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
                                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:40: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
                                       ^
[78/101] Compiling Swim ColorPreset.swift
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:13: warning: initialization of 'UnsafeBufferPointer<T>' results in a dangling buffer pointer
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:40: note: implicit argument conversion from 'T' to 'UnsafePointer<T>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
                                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:40: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
                                       ^
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:13: warning: initialization of 'UnsafeBufferPointer<UInt8>' results in a dangling buffer pointer
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:40: note: implicit argument conversion from 'UInt8' to 'UnsafePointer<UInt8>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
                                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:40: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
                                       ^
[79/101] Compiling Swim ColorProtocol.swift
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:13: warning: initialization of 'UnsafeBufferPointer<T>' results in a dangling buffer pointer
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:40: note: implicit argument conversion from 'T' to 'UnsafePointer<T>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
                                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:40: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
                                       ^
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:13: warning: initialization of 'UnsafeBufferPointer<UInt8>' results in a dangling buffer pointer
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:40: note: implicit argument conversion from 'UInt8' to 'UnsafePointer<UInt8>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
                                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:40: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
                                       ^
[80/101] Compiling Swim DataType.swift
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:13: warning: initialization of 'UnsafeBufferPointer<T>' results in a dangling buffer pointer
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:40: note: implicit argument conversion from 'T' to 'UnsafePointer<T>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
                                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:40: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
                                       ^
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:13: warning: initialization of 'UnsafeBufferPointer<UInt8>' results in a dangling buffer pointer
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:40: note: implicit argument conversion from 'UInt8' to 'UnsafePointer<UInt8>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
                                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:40: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
                                       ^
[81/101] Compiling Swim Image.swift
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:13: warning: initialization of 'UnsafeBufferPointer<T>' results in a dangling buffer pointer
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:40: note: implicit argument conversion from 'T' to 'UnsafePointer<T>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
                                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:40: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
                                       ^
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:13: warning: initialization of 'UnsafeBufferPointer<UInt8>' results in a dangling buffer pointer
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:40: note: implicit argument conversion from 'UInt8' to 'UnsafePointer<UInt8>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
                                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:40: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
                                       ^
[82/101] Compiling Swim ImageInitializers.swift
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:13: warning: initialization of 'UnsafeBufferPointer<T>' results in a dangling buffer pointer
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:40: note: implicit argument conversion from 'T' to 'UnsafePointer<T>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
                                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:40: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
                                       ^
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:13: warning: initialization of 'UnsafeBufferPointer<UInt8>' results in a dangling buffer pointer
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:40: note: implicit argument conversion from 'UInt8' to 'UnsafePointer<UInt8>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
                                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:40: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
                                       ^
[83/101] Compiling Swim LikeInitializer.swift
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:13: warning: initialization of 'UnsafeBufferPointer<T>' results in a dangling buffer pointer
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:40: note: implicit argument conversion from 'T' to 'UnsafePointer<T>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
                                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:40: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
                                       ^
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:13: warning: initialization of 'UnsafeBufferPointer<UInt8>' results in a dangling buffer pointer
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:40: note: implicit argument conversion from 'UInt8' to 'UnsafePointer<UInt8>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
                                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:40: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
                                       ^
[84/101] Compiling Swim UninitializedCreation.swift
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:13: warning: initialization of 'UnsafeBufferPointer<T>' results in a dangling buffer pointer
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:40: note: implicit argument conversion from 'T' to 'UnsafePointer<T>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
                                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:40: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
                                       ^
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:13: warning: initialization of 'UnsafeBufferPointer<UInt8>' results in a dangling buffer pointer
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:40: note: implicit argument conversion from 'UInt8' to 'UnsafePointer<UInt8>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
                                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:40: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
                                       ^
[85/101] Compiling Swim Pixel.swift
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:13: warning: initialization of 'UnsafeBufferPointer<T>' results in a dangling buffer pointer
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:40: note: implicit argument conversion from 'T' to 'UnsafePointer<T>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
                                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:40: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
                                       ^
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:13: warning: initialization of 'UnsafeBufferPointer<UInt8>' results in a dangling buffer pointer
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:40: note: implicit argument conversion from 'UInt8' to 'UnsafePointer<UInt8>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
                                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:40: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
                                       ^
[86/101] Compiling Swim PixelIterator.swift
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:13: warning: initialization of 'UnsafeBufferPointer<T>' results in a dangling buffer pointer
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:40: note: implicit argument conversion from 'T' to 'UnsafePointer<T>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
                                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:40: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
                                       ^
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:13: warning: initialization of 'UnsafeBufferPointer<UInt8>' results in a dangling buffer pointer
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:40: note: implicit argument conversion from 'UInt8' to 'UnsafePointer<UInt8>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
                                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:40: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
                                       ^
[87/101] Compiling Swim UnsafePixelRef.swift
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:13: warning: initialization of 'UnsafeBufferPointer<T>' results in a dangling buffer pointer
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:40: note: implicit argument conversion from 'T' to 'UnsafePointer<T>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
                                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:40: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
                                       ^
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:13: warning: initialization of 'UnsafeBufferPointer<UInt8>' results in a dangling buffer pointer
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:40: note: implicit argument conversion from 'UInt8' to 'UnsafePointer<UInt8>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
                                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:40: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
                                       ^
[88/101] Compiling Swim PixelType.swift
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:13: warning: initialization of 'UnsafeBufferPointer<T>' results in a dangling buffer pointer
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:40: note: implicit argument conversion from 'T' to 'UnsafePointer<T>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
                                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:40: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
                                       ^
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:13: warning: initialization of 'UnsafeBufferPointer<UInt8>' results in a dangling buffer pointer
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:40: note: implicit argument conversion from 'UInt8' to 'UnsafePointer<UInt8>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
                                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:40: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
                                       ^
[89/101] Compiling Swim Rotate.swift
[90/101] Compiling Swim Shift.swift
[91/101] Compiling Swim Transpose.swift
[92/101] Compiling Swim Warp.swift
[93/101] Compiling Swim Clamp.swift
[94/101] Compiling Swim Complex.swift
[95/101] Compiling Swim ConvertUInt8FP.swift
[96/101] Compiling Swim Copy.swift
[97/101] Compiling Swim Interleave.swift
[98/101] Compiling Swim IsPOT.swift
[99/101] Compiling Swim Matrix.swift
[100/101] Compiling Swim Rect.swift
[101/101] Emitting module Swim
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:13: warning: initialization of 'UnsafeBufferPointer<T>' results in a dangling buffer pointer
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:40: note: implicit argument conversion from 'T' to 'UnsafePointer<T>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
                                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Color/Color.swift:19:40: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
            UnsafeBufferPointer(start: &self.data[0], count: data.count)
                                       ^
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:13: warning: initialization of 'UnsafeBufferPointer<UInt8>' results in a dangling buffer pointer
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:40: note: implicit argument conversion from 'UInt8' to 'UnsafePointer<UInt8>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
                                       ^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Swim/Core/Pixel/UnsafePixelRef.swift:82:40: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
            UnsafeBufferPointer(start: &colorData[0], count: P.channels)
                                       ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:14:47: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
        write_image_png_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                              ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:36:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_bmp_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                                  ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:43:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_jpg_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!, Int32(quality))
                                                  ^
/host/spi-builder-workspace/Sources/Swim/IO/WriteImageData.swift:47:51: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Data'; this is likely incorrect because 'Data' may contain an object reference.
            write_image_png_to_func(storeContent, &content, width, height, bpp, $0.baseAddress!)
                                                  ^
Build complete! (15.29s)
Build complete.
Done.