The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GPUImage with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bradlarson/gpuimage2.git
Reference: 0.0.1
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/bradlarson/gpuimage2
 * tag               0.0.1      -> FETCH_HEAD
HEAD is now at ffd7b5a Linux version is now working again, including the SimpleVideoFilter sample application. This time, full Swift Package Manager support is available.
Cloned https://github.com/bradlarson/gpuimage2.git into spi-builder-workspace
ffd7b5a64a20535980d4e9eb156fe2ecbe41fc6a
SUCCESS checkout https://github.com/bradlarson/gpuimage2.git at 0.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/134] Emitting module GPUImage
[2/134] Compiling GPUImage ExclusionBlend.swift
[3/134] Compiling GPUImage ExposureAdjustment.swift
[4/134] Compiling GPUImage FalseColor.swift
[5/134] Compiling GPUImage GammaAdjustment.swift
[6/134] Compiling GPUImage GaussianBlur.swift
[7/134] Compiling GPUImage GlassSphereRefraction.swift
[8/134] Compiling GPUImage Halftone.swift
[9/134] Compiling GPUImage HardLightBlend.swift
[10/134] Compiling GPUImage HarrisCornerDetector.swift
[11/134] Compiling GPUImage Haze.swift
[12/134] Compiling GPUImage HighPassFilter.swift
[13/134] Compiling GPUImage HighlightAndShadowTint.swift
[14/134] Compiling GPUImage HighlightsAndShadows.swift
[15/134] Compiling GPUImage Histogram.swift
[16/134] Compiling GPUImage HistogramDisplay.swift
[17/134] Compiling GPUImage HistogramEqualization.swift
[18/134] Compiling GPUImage HueAdjustment.swift
[19/134] Compiling GPUImage HueBlend.swift
[20/134] Compiling GPUImage ImageBuffer.swift
[21/134] Compiling GPUImage ColorDodgeBlend.swift
[22/134] Compiling GPUImage ColorInversion.swift
[23/134] Compiling GPUImage ColorLocalBinaryPattern.swift
[24/134] Compiling GPUImage ColorMatrixFilter.swift
[25/134] Compiling GPUImage ColourFASTFeatureDetection.swift
[26/134] Compiling GPUImage ContrastAdjustment.swift
[27/134] Compiling GPUImage ConvertedShaders_GL.swift
[28/134] Compiling GPUImage ConvertedShaders_GLES.swift
[29/134] Compiling GPUImage Convolution3x3.swift
[30/134] Compiling GPUImage Crop.swift
[31/134] Compiling GPUImage CrosshairGenerator.swift
[32/134] Compiling GPUImage Crosshatch.swift
[33/134] Compiling GPUImage DarkenBlend.swift
[34/134] Compiling GPUImage DifferenceBlend.swift
[35/134] Compiling GPUImage Dilation.swift
[36/134] Compiling GPUImage DissolveBlend.swift
[37/134] Compiling GPUImage DivideBlend.swift
[38/134] Compiling GPUImage EmbossFilter.swift
[39/134] Compiling GPUImage Erosion.swift
[40/134] Compiling GPUImage KuwaharaFilter.swift
[41/134] Compiling GPUImage KuwaharaRadius3Filter.swift
[42/134] Compiling GPUImage LanczosResampling.swift
[43/134] Compiling GPUImage Laplacian.swift
[44/134] Compiling GPUImage LevelsAdjustment.swift
[45/134] Compiling GPUImage LightenBlend.swift
[46/134] Compiling GPUImage LineGenerator.swift
[47/134] Compiling GPUImage LinearBurnBlend.swift
[48/134] Compiling GPUImage LocalBinaryPattern.swift
[49/134] Compiling GPUImage LookupFilter.swift
[50/134] Compiling GPUImage LowPassFilter.swift
[51/134] Compiling GPUImage Luminance.swift
[52/134] Compiling GPUImage LuminanceRangeReduction.swift
[53/134] Compiling GPUImage LuminanceThreshold.swift
[54/134] Compiling GPUImage LuminosityBlend.swift
[55/134] Compiling GPUImage MedianFilter.swift
[56/134] Compiling GPUImage MissEtikateFilter.swift
[57/134] Compiling GPUImage MonochromeFilter.swift
[58/134] Compiling GPUImage MotionBlur.swift
[59/153] Compiling GPUImage AdaptiveThreshold.swift
[60/153] Compiling GPUImage AddBlend.swift
[61/153] Compiling GPUImage AlphaBlend.swift
[62/153] Compiling GPUImage AmatorkaFilter.swift
[63/153] Compiling GPUImage AverageColorExtractor.swift
[64/153] Compiling GPUImage AverageLuminanceExtractor.swift
[65/153] Compiling GPUImage AverageLuminanceThreshold.swift
[66/153] Compiling GPUImage BilateralBlur.swift
[67/153] Compiling GPUImage BoxBlur.swift
[68/153] Compiling GPUImage BrightnessAdjustment.swift
[69/153] Compiling GPUImage BulgeDistortion.swift
[70/153] Compiling GPUImage CGAColorspaceFilter.swift
[71/153] Compiling GPUImage CannyEdgeDetection.swift
[72/153] Compiling GPUImage ChromaKeyBlend.swift
[73/153] Compiling GPUImage ChromaKeying.swift
[74/153] Compiling GPUImage CircleGenerator.swift
[75/153] Compiling GPUImage ClosingFilter.swift
[76/153] Compiling GPUImage ColorBlend.swift
[77/153] Compiling GPUImage ColorBurnBlend.swift
[78/153] Compiling GPUImage BasicOperation.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264'
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: note: use 'AVVideoCodecType.h264' instead
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^~~~~~~~~~~~~~~~
                                                                            AVVideoCodecType.h264
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer
            operation(UnsafePointer<GLchar>(value))
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: implicit argument conversion from '[CChar]' (aka 'Array<Int8>') to 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') produces a pointer valid only for the duration of the call to 'init(_:)'
            operation(UnsafePointer<GLchar>(value))
                                            ^~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
            operation(UnsafePointer<GLchar>(value))
                                            ^
[79/153] Compiling GPUImage CameraConversion.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264'
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: note: use 'AVVideoCodecType.h264' instead
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^~~~~~~~~~~~~~~~
                                                                            AVVideoCodecType.h264
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer
            operation(UnsafePointer<GLchar>(value))
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: implicit argument conversion from '[CChar]' (aka 'Array<Int8>') to 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') produces a pointer valid only for the duration of the call to 'init(_:)'
            operation(UnsafePointer<GLchar>(value))
                                            ^~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
            operation(UnsafePointer<GLchar>(value))
                                            ^
[80/153] Compiling GPUImage Color.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264'
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: note: use 'AVVideoCodecType.h264' instead
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^~~~~~~~~~~~~~~~
                                                                            AVVideoCodecType.h264
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer
            operation(UnsafePointer<GLchar>(value))
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: implicit argument conversion from '[CChar]' (aka 'Array<Int8>') to 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') produces a pointer valid only for the duration of the call to 'init(_:)'
            operation(UnsafePointer<GLchar>(value))
                                            ^~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
            operation(UnsafePointer<GLchar>(value))
                                            ^
[81/153] Compiling GPUImage FillMode.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264'
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: note: use 'AVVideoCodecType.h264' instead
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^~~~~~~~~~~~~~~~
                                                                            AVVideoCodecType.h264
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer
            operation(UnsafePointer<GLchar>(value))
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: implicit argument conversion from '[CChar]' (aka 'Array<Int8>') to 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') produces a pointer valid only for the duration of the call to 'init(_:)'
            operation(UnsafePointer<GLchar>(value))
                                            ^~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
            operation(UnsafePointer<GLchar>(value))
                                            ^
[82/153] Compiling GPUImage Framebuffer.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264'
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: note: use 'AVVideoCodecType.h264' instead
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^~~~~~~~~~~~~~~~
                                                                            AVVideoCodecType.h264
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer
            operation(UnsafePointer<GLchar>(value))
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: implicit argument conversion from '[CChar]' (aka 'Array<Int8>') to 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') produces a pointer valid only for the duration of the call to 'init(_:)'
            operation(UnsafePointer<GLchar>(value))
                                            ^~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
            operation(UnsafePointer<GLchar>(value))
                                            ^
[83/153] Compiling GPUImage FramebufferCache.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264'
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: note: use 'AVVideoCodecType.h264' instead
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^~~~~~~~~~~~~~~~
                                                                            AVVideoCodecType.h264
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer
            operation(UnsafePointer<GLchar>(value))
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: implicit argument conversion from '[CChar]' (aka 'Array<Int8>') to 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') produces a pointer valid only for the duration of the call to 'init(_:)'
            operation(UnsafePointer<GLchar>(value))
                                            ^~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
            operation(UnsafePointer<GLchar>(value))
                                            ^
[84/153] Compiling GPUImage ImageGenerator.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264'
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: note: use 'AVVideoCodecType.h264' instead
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^~~~~~~~~~~~~~~~
                                                                            AVVideoCodecType.h264
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer
            operation(UnsafePointer<GLchar>(value))
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: implicit argument conversion from '[CChar]' (aka 'Array<Int8>') to 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') produces a pointer valid only for the duration of the call to 'init(_:)'
            operation(UnsafePointer<GLchar>(value))
                                            ^~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
            operation(UnsafePointer<GLchar>(value))
                                            ^
[85/153] Compiling GPUImage ImageOrientation.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264'
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: note: use 'AVVideoCodecType.h264' instead
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^~~~~~~~~~~~~~~~
                                                                            AVVideoCodecType.h264
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer
            operation(UnsafePointer<GLchar>(value))
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: implicit argument conversion from '[CChar]' (aka 'Array<Int8>') to 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') produces a pointer valid only for the duration of the call to 'init(_:)'
            operation(UnsafePointer<GLchar>(value))
                                            ^~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
            operation(UnsafePointer<GLchar>(value))
                                            ^
[86/153] Compiling GPUImage Camera.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264'
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: note: use 'AVVideoCodecType.h264' instead
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^~~~~~~~~~~~~~~~
                                                                            AVVideoCodecType.h264
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer
            operation(UnsafePointer<GLchar>(value))
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: implicit argument conversion from '[CChar]' (aka 'Array<Int8>') to 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') produces a pointer valid only for the duration of the call to 'init(_:)'
            operation(UnsafePointer<GLchar>(value))
                                            ^~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
            operation(UnsafePointer<GLchar>(value))
                                            ^
[87/153] Compiling GPUImage MovieInput.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264'
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: note: use 'AVVideoCodecType.h264' instead
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^~~~~~~~~~~~~~~~
                                                                            AVVideoCodecType.h264
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer
            operation(UnsafePointer<GLchar>(value))
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: implicit argument conversion from '[CChar]' (aka 'Array<Int8>') to 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') produces a pointer valid only for the duration of the call to 'init(_:)'
            operation(UnsafePointer<GLchar>(value))
                                            ^~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
            operation(UnsafePointer<GLchar>(value))
                                            ^
[88/153] Compiling GPUImage MovieOutput.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264'
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: note: use 'AVVideoCodecType.h264' instead
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^~~~~~~~~~~~~~~~
                                                                            AVVideoCodecType.h264
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer
            operation(UnsafePointer<GLchar>(value))
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: implicit argument conversion from '[CChar]' (aka 'Array<Int8>') to 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') produces a pointer valid only for the duration of the call to 'init(_:)'
            operation(UnsafePointer<GLchar>(value))
                                            ^~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
            operation(UnsafePointer<GLchar>(value))
                                            ^
[89/153] Compiling GPUImage OpenGLContext.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264'
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: note: use 'AVVideoCodecType.h264' instead
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^~~~~~~~~~~~~~~~
                                                                            AVVideoCodecType.h264
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer
            operation(UnsafePointer<GLchar>(value))
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: implicit argument conversion from '[CChar]' (aka 'Array<Int8>') to 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') produces a pointer valid only for the duration of the call to 'init(_:)'
            operation(UnsafePointer<GLchar>(value))
                                            ^~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
            operation(UnsafePointer<GLchar>(value))
                                            ^
[90/153] Compiling GPUImage PictureInput.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264'
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: note: use 'AVVideoCodecType.h264' instead
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^~~~~~~~~~~~~~~~
                                                                            AVVideoCodecType.h264
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer
            operation(UnsafePointer<GLchar>(value))
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: implicit argument conversion from '[CChar]' (aka 'Array<Int8>') to 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') produces a pointer valid only for the duration of the call to 'init(_:)'
            operation(UnsafePointer<GLchar>(value))
                                            ^~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
            operation(UnsafePointer<GLchar>(value))
                                            ^
[91/153] Compiling GPUImage PictureOutput.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264'
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: note: use 'AVVideoCodecType.h264' instead
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^~~~~~~~~~~~~~~~
                                                                            AVVideoCodecType.h264
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer
            operation(UnsafePointer<GLchar>(value))
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: implicit argument conversion from '[CChar]' (aka 'Array<Int8>') to 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') produces a pointer valid only for the duration of the call to 'init(_:)'
            operation(UnsafePointer<GLchar>(value))
                                            ^~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
            operation(UnsafePointer<GLchar>(value))
                                            ^
[92/153] Compiling GPUImage RenderView.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264'
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: note: use 'AVVideoCodecType.h264' instead
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^~~~~~~~~~~~~~~~
                                                                            AVVideoCodecType.h264
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer
            operation(UnsafePointer<GLchar>(value))
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: implicit argument conversion from '[CChar]' (aka 'Array<Int8>') to 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') produces a pointer valid only for the duration of the call to 'init(_:)'
            operation(UnsafePointer<GLchar>(value))
                                            ^~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
            operation(UnsafePointer<GLchar>(value))
                                            ^
[93/153] Compiling GPUImage Matrix.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264'
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: note: use 'AVVideoCodecType.h264' instead
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^~~~~~~~~~~~~~~~
                                                                            AVVideoCodecType.h264
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer
            operation(UnsafePointer<GLchar>(value))
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: implicit argument conversion from '[CChar]' (aka 'Array<Int8>') to 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') produces a pointer valid only for the duration of the call to 'init(_:)'
            operation(UnsafePointer<GLchar>(value))
                                            ^~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
            operation(UnsafePointer<GLchar>(value))
                                            ^
[94/153] Compiling GPUImage OpenGLContext_Shared.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264'
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: note: use 'AVVideoCodecType.h264' instead
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^~~~~~~~~~~~~~~~
                                                                            AVVideoCodecType.h264
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer
            operation(UnsafePointer<GLchar>(value))
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: implicit argument conversion from '[CChar]' (aka 'Array<Int8>') to 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') produces a pointer valid only for the duration of the call to 'init(_:)'
            operation(UnsafePointer<GLchar>(value))
                                            ^~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
            operation(UnsafePointer<GLchar>(value))
                                            ^
[95/153] Compiling GPUImage OpenGLRendering.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264'
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: note: use 'AVVideoCodecType.h264' instead
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^~~~~~~~~~~~~~~~
                                                                            AVVideoCodecType.h264
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer
            operation(UnsafePointer<GLchar>(value))
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: implicit argument conversion from '[CChar]' (aka 'Array<Int8>') to 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') produces a pointer valid only for the duration of the call to 'init(_:)'
            operation(UnsafePointer<GLchar>(value))
                                            ^~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
            operation(UnsafePointer<GLchar>(value))
                                            ^
[96/153] Compiling GPUImage OperationGroup.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264'
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: note: use 'AVVideoCodecType.h264' instead
        localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
                                                                            ^~~~~~~~~~~~~~~~
                                                                            AVVideoCodecType.h264
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer
            operation(UnsafePointer<GLchar>(value))
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: implicit argument conversion from '[CChar]' (aka 'Array<Int8>') to 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') produces a pointer valid only for the duration of the call to 'init(_:)'
            operation(UnsafePointer<GLchar>(value))
                                            ^~~~~
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:45: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
            operation(UnsafePointer<GLchar>(value))
                                            ^
[97/153] Compiling GPUImage MotionDetector.swift
[98/153] Compiling GPUImage MultiplyBlend.swift
[99/153] Compiling GPUImage NobleCornerDetector.swift
[100/153] Compiling GPUImage NormalBlend.swift
[101/153] Compiling GPUImage OpacityAdjustment.swift
[102/153] Compiling GPUImage OpeningFilter.swift
[103/153] Compiling GPUImage OverlayBlend.swift
[104/153] Compiling GPUImage PinchDistortion.swift
[105/153] Compiling GPUImage Pixellate.swift
[106/153] Compiling GPUImage PolarPixellate.swift
[107/153] Compiling GPUImage PolkaDot.swift
[108/153] Compiling GPUImage Posterize.swift
[109/153] Compiling GPUImage PrewittEdgeDetection.swift
[110/153] Compiling GPUImage RGBAdjustmentFilter.swift
[111/153] Compiling GPUImage SaturationAdjustment.swift
[112/153] Compiling GPUImage SaturationBlend.swift
[113/153] Compiling GPUImage ScreenBlend.swift
[114/153] Compiling GPUImage SepiaToneFilter.swift
[115/153] Compiling GPUImage Sharpen.swift
[116/153] Compiling GPUImage ShiTomasiFeatureDetector.swift
[117/153] Compiling GPUImage SingleComponentGaussianBlur.swift
[118/153] Compiling GPUImage SketchFilter.swift
[119/153] Compiling GPUImage SmoothToonFilter.swift
[120/153] Compiling GPUImage SobelEdgeDetection.swift
[121/153] Compiling GPUImage SoftElegance.swift
[122/153] Compiling GPUImage SoftLightBlend.swift
[123/153] Compiling GPUImage Solarize.swift
[124/153] Compiling GPUImage SolidColorGenerator.swift
[125/153] Compiling GPUImage SourceOverBlend.swift
[126/153] Compiling GPUImage SphereRefraction.swift
[127/153] Compiling GPUImage StretchDistortion.swift
[128/153] Compiling GPUImage SubtractBlend.swift
[129/153] Compiling GPUImage SwirlDistortion.swift
[130/153] Compiling GPUImage ThresholdSketch.swift
[131/153] Compiling GPUImage ThresholdSobelEdgeDetection.swift
[132/153] Compiling GPUImage TiltShift.swift
[133/153] Compiling GPUImage ToonFilter.swift
[134/153] Compiling GPUImage TransformOperation.swift
[135/153] Compiling GPUImage UnsharpMask.swift
[136/153] Compiling GPUImage Vibrance.swift
[137/153] Compiling GPUImage Vignette.swift
[138/153] Compiling GPUImage WhiteBalance.swift
[139/153] Compiling GPUImage ZoomBlur.swift
[140/153] Compiling GPUImage iOSBlur.swift
[141/153] Compiling GPUImage Pipeline.swift
[142/153] Compiling GPUImage Position.swift
[143/153] Compiling GPUImage RawDataInput.swift
[144/153] Compiling GPUImage RawDataOutput.swift
[145/153] Compiling GPUImage SerialDispatch.swift
[146/153] Compiling GPUImage ShaderProgram.swift
[147/153] Compiling GPUImage ShaderUniformSettings.swift
[148/153] Compiling GPUImage Size.swift
[149/153] Compiling GPUImage TextureInput.swift
[150/153] Compiling GPUImage TextureOutput.swift
[151/153] Compiling GPUImage TextureSamplingOperation.swift
[152/153] Compiling GPUImage Timestamp.swift
[153/153] Compiling GPUImage TwoStageOperation.swift
Build complete! (9.90s)
Build complete.
Done.

Build Machine: Mac 5