The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Swim with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/t-ae/swim.git
Reference: master
Cloned https://github.com/t-ae/swim.git into spi-builder-workspace
SUCCESS checkout https://github.com/t-ae/swim.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" 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 ImageUnary.swift
[4/89] Compiling Swim PixelRefAndColor.swift
[5/89] Compiling Swim PixelRefAndScalar.swift
[6/89] Compiling Swim Blender.swift
[7/89] Compiling Swim BitOperations.swift
[8/89] Compiling Swim CheckBool.swift
[9/89] Compiling Swim ChannelComposition.swift
[10/89] Compiling Swim ChannelwiseConversion.swift
[11/89] Compiling Swim CreateMask.swift
[12/89] Compiling Swim DataConversion.swift
[13/89] Compiling Swim DataTypeConversion.swift
[14/89] Compiling Swim PixelTypeConversion.swift
[15/89] Compiling Swim PixelwiseConversion.swift
[16/101] Compiling Swim Clip.swift
[17/101] Compiling Swim Power.swift
[18/101] Compiling Swim Rounding.swift
[19/101] Compiling Swim AppKit.swift
[20/101] Compiling Swim CoreGraphics.swift
[21/101] Compiling Swim S4TF.swift
[22/101] Compiling Swim UIKit.swift
[23/101] Compiling Swim vImageAlphaBlend.swift
[24/101] Compiling Swim vImageBuffer.swift
[25/101] Compiling Swim vImageMorphology.swift
[26/101] Compiling Swim vImageUtils.swift
[27/101] Compiling Swim Extrema.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 Rotate.swift
[41/101] Compiling Swim Shift.swift
[42/101] Compiling Swim Transpose.swift
[43/101] Compiling Swim Warp.swift
[44/101] Compiling Swim Clamp.swift
[45/101] Compiling Swim Complex.swift
[46/101] Compiling Swim ConvertUInt8FP.swift
[47/101] Compiling Swim Copy.swift
[48/101] Compiling Swim Interleave.swift
[49/101] Compiling Swim IsPOT.swift
[50/101] Compiling Swim Matrix.swift
[51/101] Compiling Swim Rect.swift
[52/101] 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!)
                                                  ^
[53/101] 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!)
                                                  ^
[54/101] 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!)
                                                  ^
[55/101] 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!)
                                                  ^
[56/101] 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!)
                                                  ^
[57/101] 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!)
                                                  ^
[58/101] 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!)
                                                  ^
[59/101] 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!)
                                                  ^
[60/101] 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!)
                                                  ^
[61/101] 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!)
                                                  ^
[62/101] 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!)
                                                  ^
[63/101] 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!)
                                                  ^
[64/101] Compiling Swim Color.swift
[65/101] Compiling Swim ColorPreset.swift
[66/101] Compiling Swim ColorProtocol.swift
[67/101] Compiling Swim DataType.swift
[68/101] Compiling Swim Image.swift
[69/101] Compiling Swim ImageInitializers.swift
[70/101] Compiling Swim LikeInitializer.swift
[71/101] Compiling Swim UninitializedCreation.swift
[72/101] Compiling Swim Pixel.swift
[73/101] Compiling Swim PixelIterator.swift
[74/101] Compiling Swim UnsafePixelRef.swift
[75/101] Compiling Swim PixelType.swift
[76/101] Compiling Swim DrawCircle.swift
[77/101] Compiling Swim DrawImage.swift
[78/101] Compiling Swim DrawLine.swift
[79/101] Compiling Swim DrawPixel.swift
[80/101] Compiling Swim DrawPolygon.swift
[81/101] Compiling Swim DrawRect.swift
[82/101] Compiling Swim DrawText.swift
[83/101] Compiling Swim BilateralFilter.swift
[84/101] Compiling Swim Convolution.swift
[85/101] Compiling Swim NonLocalMeanFilter.swift
[86/101] Compiling Swim RankFilter.swift
[87/101] Compiling Swim IOError.swift
[88/101] Emitting module Swim
/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!)
                                                  ^
[89/101] Compiling Swim Bayer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
         ^
[90/101] Compiling Swim FourierTransformer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
         ^
[91/101] Compiling Swim Histograms.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
         ^
[92/101] Compiling Swim Im2col.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
         ^
[93/101] Compiling Swim ImageCompare.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
         ^
[94/101] Compiling Swim IntegralImage.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
         ^
[95/101] Compiling Swim Skeletonizer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
         ^
[96/101] Compiling Swim ColorAndColor.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
         ^
[97/101] Compiling Swim ColorAndScalar.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
         ^
[98/101] Compiling Swim ColorUnary.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
         ^
[99/101] Compiling Swim ImageAndColor.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
         ^
[100/101] Compiling Swim ImageAndImage.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
         ^
[101/101] Compiling Swim ImageAndScalar.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "/host/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
         ^
Build complete! (12.91s)
Build complete.
Done.

Build Machine: Linux 1