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.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/t-ae/swim.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/t-ae/swim
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/t-ae/swim.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--423B1241ED78D482.txt
[2/4] Compiling CStbImage truetype.c
[3/4] Compiling CStbImage image_io.c
[5/91] Compiling Swim Bayer.swift
[6/91] Compiling Swim FourierTransformer.swift
[7/91] Compiling Swim Histograms.swift
[8/91] Compiling Swim Im2col.swift
[9/91] Compiling Swim ImageCompare.swift
[10/91] Compiling Swim IntegralImage.swift
[11/91] Compiling Swim Skeletonizer.swift
[12/91] Compiling Swim ColorAndColor.swift
[13/91] Compiling Swim ColorAndScalar.swift
[14/91] Compiling Swim ColorUnary.swift
[15/91] Compiling Swim ImageAndColor.swift
[16/91] Compiling Swim ImageAndImage.swift
[17/91] Compiling Swim ImageAndScalar.swift
[18/103] Compiling Swim DrawCircle.swift
[19/103] Compiling Swim DrawImage.swift
[20/103] Compiling Swim DrawLine.swift
[21/103] Compiling Swim DrawPixel.swift
[22/103] Compiling Swim DrawPolygon.swift
[23/103] Compiling Swim DrawRect.swift
[24/103] Compiling Swim DrawText.swift
[25/103] Compiling Swim BilateralFilter.swift
[26/103] Compiling Swim Convolution.swift
[27/103] Compiling Swim NonLocalMeanFilter.swift
[28/103] Compiling Swim RankFilter.swift
[29/103] Compiling Swim IOError.swift
[30/103] Compiling Swim ReadImageData.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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))
                                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 ReadImageFile.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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))
                                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 STBImageData.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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))
                                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 WriteImageData.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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))
                                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 WriteImageFile.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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))
                                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 BicubicInterpolator.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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))
                                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 BilinearInterpolator.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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))
                                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 Interpolator.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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))
                                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 Interpolator4x4.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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))
                                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 LanczosInterpolator.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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))
                                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 NearestNeighborInterpolator.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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))
                                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 Abs.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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))
                                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                                  ^
[42/103] Compiling Swim Rotate.swift
[43/103] Compiling Swim Shift.swift
[44/103] Compiling Swim Transpose.swift
[45/103] Compiling Swim Warp.swift
[46/103] Compiling Swim Clamp.swift
[47/103] Compiling Swim Complex.swift
[48/103] Compiling Swim ConvertUInt8FP.swift
[49/103] Compiling Swim Copy.swift
[50/103] Compiling Swim Interleave.swift
[51/103] Compiling Swim IsPOT.swift
[52/103] Compiling Swim Matrix.swift
[53/103] Compiling Swim Rect.swift
[54/103] Compiling Swim ChannelSubscript.swift
[55/103] Compiling Swim PixelSubscript.swift
[56/103] Compiling Swim SubimageSubscript.swift
[57/103] Compiling Swim Concatenation.swift
[58/103] Compiling Swim EdgeMode.swift
[59/103] Compiling Swim Flip.swift
[60/103] Compiling Swim AffineTransformation.swift
[61/103] Compiling Swim HomogeneousTransformationMatrix.swift
[62/103] Compiling Swim ProjectiveTransformation.swift
[63/103] Compiling Swim Padding.swift
[64/103] Compiling Swim Repeat.swift
[65/103] Compiling Swim Resize.swift
[66/103] Compiling Swim ImageUnary.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
        ^
[67/103] Compiling Swim PixelRefAndColor.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
        ^
[68/103] Compiling Swim PixelRefAndScalar.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
        ^
[69/103] Compiling Swim Blender.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
        ^
[70/103] Compiling Swim BitOperations.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
        ^
[71/103] Compiling Swim CheckBool.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
        ^
[72/103] Compiling Swim ChannelComposition.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
        ^
[73/103] Compiling Swim ChannelwiseConversion.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
        ^
[74/103] Compiling Swim CreateMask.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
        ^
[75/103] Compiling Swim DataConversion.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
        ^
[76/103] Compiling Swim DataTypeConversion.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
        ^
[77/103] Compiling Swim PixelTypeConversion.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
        ^
[78/103] Compiling Swim PixelwiseConversion.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CStbImage/include/CStbImage.h"
        ^
[79/103] Emitting module Swim
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                              ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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))
                                                  ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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!)
                                                  ^
[80/103] Compiling Swim Color.swift
[81/103] Compiling Swim ColorPreset.swift
[82/103] Compiling Swim ColorProtocol.swift
[83/103] Compiling Swim DataType.swift
[84/103] Compiling Swim Image.swift
[85/103] Compiling Swim ImageInitializers.swift
[86/103] Compiling Swim LikeInitializer.swift
[87/103] Compiling Swim UninitializedCreation.swift
[88/103] Compiling Swim Pixel.swift
[89/103] Compiling Swim PixelIterator.swift
[90/103] Compiling Swim UnsafePixelRef.swift
[91/103] Compiling Swim PixelType.swift
[92/103] Compiling Swim Clip.swift
[93/103] Compiling Swim Power.swift
[94/103] Compiling Swim Rounding.swift
[95/103] Compiling Swim AppKit.swift
[96/103] Compiling Swim CoreGraphics.swift
[97/103] Compiling Swim S4TF.swift
[98/103] Compiling Swim UIKit.swift
[99/103] Compiling Swim vImageAlphaBlend.swift
[100/103] Compiling Swim vImageBuffer.swift
[101/103] Compiling Swim vImageMorphology.swift
[102/103] Compiling Swim vImageUtils.swift
[103/103] Compiling Swim Extrema.swift
Build complete! (9.10s)
Build complete.
Done.