The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Swim with Swift 5.10 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/t-ae/swim.git
Reference: 3.9.0
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/t-ae/swim
 * tag               3.9.0      -> FETCH_HEAD
HEAD is now at e8e3dc5 Revert "Use stb* directly"
Cloned https://github.com/t-ae/swim.git
Revision (git rev-parse @):
e8e3dc5f6a6f58af40a5c341cb7fbf0d7324dc74
SUCCESS checkout https://github.com/t-ae/swim.git at 3.9.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/t-ae/swim.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-24593BA9C3E375BF.txt
[2/4] Compiling CStbImage truetype.c
[3/4] Compiling CStbImage image_io.c
[5/91] Compiling Swim Color.swift
[6/91] Compiling Swim ColorPreset.swift
[7/91] Compiling Swim ColorProtocol.swift
[8/91] Compiling Swim DataType.swift
[9/91] Compiling Swim Image.swift
[10/91] Compiling Swim ImageInitializers.swift
[11/91] Compiling Swim LikeInitializer.swift
[12/91] Compiling Swim UninitializedCreation.swift
[13/91] Compiling Swim Pixel.swift
[14/91] Compiling Swim PixelIterator.swift
[15/91] Compiling Swim UnsafePixelRef.swift
[16/91] Compiling Swim PixelType.swift
[17/103] Compiling Swim Clip.swift
[18/103] Compiling Swim Power.swift
[19/103] Compiling Swim Rounding.swift
[20/103] Compiling Swim AppKit.swift
[21/103] Compiling Swim CoreGraphics.swift
[22/103] Compiling Swim S4TF.swift
[23/103] Compiling Swim UIKit.swift
[24/103] Compiling Swim vImageAlphaBlend.swift
[25/103] Compiling Swim vImageBuffer.swift
[26/103] Compiling Swim vImageMorphology.swift
[27/103] Compiling Swim vImageUtils.swift
[28/103] Compiling Swim Extrema.swift
[29/103] Compiling Swim ReadImageData.swift
/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!)
                                                  ^
[30/103] Compiling Swim ReadImageFile.swift
/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!)
                                                  ^
[31/103] Compiling Swim STBImageData.swift
/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!)
                                                  ^
[32/103] Compiling Swim WriteImageData.swift
/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!)
                                                  ^
[33/103] Compiling Swim WriteImageFile.swift
/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!)
                                                  ^
[34/103] Compiling Swim BicubicInterpolator.swift
/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!)
                                                  ^
[35/103] Compiling Swim BilinearInterpolator.swift
/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!)
                                                  ^
[36/103] Compiling Swim Interpolator.swift
/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!)
                                                  ^
[37/103] Compiling Swim Interpolator4x4.swift
/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!)
                                                  ^
[38/103] Compiling Swim LanczosInterpolator.swift
/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!)
                                                  ^
[39/103] Compiling Swim NearestNeighborInterpolator.swift
/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!)
                                                  ^
[40/103] Compiling Swim Abs.swift
/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!)
                                                  ^
[41/103] Compiling Swim ChannelSubscript.swift
[42/103] Compiling Swim PixelSubscript.swift
[43/103] Compiling Swim SubimageSubscript.swift
[44/103] Compiling Swim Concatenation.swift
[45/103] Compiling Swim EdgeMode.swift
[46/103] Compiling Swim Flip.swift
[47/103] Compiling Swim AffineTransformation.swift
[48/103] Compiling Swim HomogeneousTransformationMatrix.swift
[49/103] Compiling Swim ProjectiveTransformation.swift
[50/103] Compiling Swim Padding.swift
[51/103] Compiling Swim Repeat.swift
[52/103] Compiling Swim Resize.swift
[53/103] Compiling Swim ImageUnary.swift
[54/103] Compiling Swim PixelRefAndColor.swift
[55/103] Compiling Swim PixelRefAndScalar.swift
[56/103] Compiling Swim Blender.swift
[57/103] Compiling Swim BitOperations.swift
[58/103] Compiling Swim CheckBool.swift
[59/103] Compiling Swim ChannelComposition.swift
[60/103] Compiling Swim ChannelwiseConversion.swift
[61/103] Compiling Swim CreateMask.swift
[62/103] Compiling Swim DataConversion.swift
[63/103] Compiling Swim DataTypeConversion.swift
[64/103] Compiling Swim PixelTypeConversion.swift
[65/103] Compiling Swim PixelwiseConversion.swift
[66/103] Compiling Swim DrawCircle.swift
[67/103] Compiling Swim DrawImage.swift
[68/103] Compiling Swim DrawLine.swift
[69/103] Compiling Swim DrawPixel.swift
[70/103] Compiling Swim DrawPolygon.swift
[71/103] Compiling Swim DrawRect.swift
[72/103] Compiling Swim DrawText.swift
[73/103] Compiling Swim BilateralFilter.swift
[74/103] Compiling Swim Convolution.swift
[75/103] Compiling Swim NonLocalMeanFilter.swift
[76/103] Compiling Swim RankFilter.swift
[77/103] Compiling Swim IOError.swift
[78/103] Compiling Swim Bayer.swift
[79/103] Compiling Swim FourierTransformer.swift
[80/103] Compiling Swim Histograms.swift
[81/103] Compiling Swim Im2col.swift
[82/103] Compiling Swim ImageCompare.swift
[83/103] Compiling Swim IntegralImage.swift
[84/103] Compiling Swim Skeletonizer.swift
[85/103] Compiling Swim ColorAndColor.swift
[86/103] Compiling Swim ColorAndScalar.swift
[87/103] Compiling Swim ColorUnary.swift
[88/103] Compiling Swim ImageAndColor.swift
[89/103] Compiling Swim ImageAndImage.swift
[90/103] Compiling Swim ImageAndScalar.swift
[91/103] Compiling Swim Rotate.swift
[92/103] Compiling Swim Shift.swift
[93/103] Compiling Swim Transpose.swift
[94/103] Compiling Swim Warp.swift
[95/103] Compiling Swim Clamp.swift
[96/103] Compiling Swim Complex.swift
[97/103] Compiling Swim ConvertUInt8FP.swift
[98/103] Compiling Swim Copy.swift
[99/103] Compiling Swim Interleave.swift
[100/103] Compiling Swim IsPOT.swift
[101/103] Compiling Swim Matrix.swift
[102/103] Compiling Swim Rect.swift
[103/103] Emitting module Swim
<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/CStbImage/include/CStbImage.h:46:1: warning: umbrella header for module 'CStbImage' does not include header 'stb_image_write.h'
^
<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/CStbImage/include/CStbImage.h:46:1: warning: umbrella header for module 'CStbImage' does not include header 'stb_image.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!)
                                                  ^
Build complete! (17.53s)
Build complete.
Done.

Build Machine: Linux 2