The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GPUImage, reference 0.0.1 (ffd7b5), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 20:24:16 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bradlarson/gpuimage2.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/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
Revision (git rev-parse @):
ffd7b5a64a20535980d4e9eb156fe2ecbe41fc6a
SUCCESS checkout https://github.com/bradlarson/gpuimage2.git at 0.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/bradlarson/gpuimage2.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/140] Emitting module GPUImage
[4/140] Compiling GPUImage KuwaharaRadius3Filter.swift
[5/140] Compiling GPUImage LanczosResampling.swift
[6/140] Compiling GPUImage Laplacian.swift
[7/140] Compiling GPUImage LevelsAdjustment.swift
[8/140] Compiling GPUImage LightenBlend.swift
[9/140] Compiling GPUImage LineGenerator.swift
[10/140] Compiling GPUImage LinearBurnBlend.swift
[11/140] Compiling GPUImage LocalBinaryPattern.swift
[12/140] Compiling GPUImage LookupFilter.swift
[13/140] Compiling GPUImage LowPassFilter.swift
[14/140] Compiling GPUImage Luminance.swift
[15/140] Compiling GPUImage LuminanceRangeReduction.swift
[16/140] Compiling GPUImage LuminanceThreshold.swift
[17/140] Compiling GPUImage LuminosityBlend.swift
[18/140] Compiling GPUImage MedianFilter.swift
[19/140] Compiling GPUImage GlassSphereRefraction.swift
[20/140] Compiling GPUImage Halftone.swift
[21/140] Compiling GPUImage HardLightBlend.swift
[22/140] Compiling GPUImage HarrisCornerDetector.swift
[23/140] Compiling GPUImage Haze.swift
[24/140] Compiling GPUImage HighPassFilter.swift
[25/140] Compiling GPUImage HighlightAndShadowTint.swift
[26/140] Compiling GPUImage HighlightsAndShadows.swift
[27/140] Compiling GPUImage Histogram.swift
[28/140] Compiling GPUImage HistogramDisplay.swift
[29/140] Compiling GPUImage HistogramEqualization.swift
[30/140] Compiling GPUImage HueAdjustment.swift
[31/140] Compiling GPUImage HueBlend.swift
[32/140] Compiling GPUImage ImageBuffer.swift
[33/140] Compiling GPUImage KuwaharaFilter.swift
[34/155] Compiling GPUImage MissEtikateFilter.swift
[35/155] Compiling GPUImage MonochromeFilter.swift
[36/155] Compiling GPUImage MotionBlur.swift
[37/155] Compiling GPUImage MotionDetector.swift
[38/155] Compiling GPUImage MultiplyBlend.swift
[39/155] Compiling GPUImage NobleCornerDetector.swift
[40/155] Compiling GPUImage NormalBlend.swift
[41/155] Compiling GPUImage OpacityAdjustment.swift
[42/155] Compiling GPUImage OpeningFilter.swift
[43/155] Compiling GPUImage OverlayBlend.swift
[44/155] Compiling GPUImage PinchDistortion.swift
[45/155] Compiling GPUImage Pixellate.swift
[46/155] Compiling GPUImage PolarPixellate.swift
[47/155] Compiling GPUImage PolkaDot.swift
[48/155] Compiling GPUImage Posterize.swift
[49/155] Compiling GPUImage OpenGLContext_Shared.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
279 |     func withGLChar(_ operation:(UnsafePointer<GLchar>) -> ()) {
280 |         if let value = self.cString(using:String.Encoding.utf8) {
281 |             operation(UnsafePointer<GLchar>(value))
    |                       |                     |- 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(_:)'
    |                       |                     `- note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
    |                       `- warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
282 |         } else {
283 |             fatalError("Could not convert this string to UTF8: \(self)")
[#TemporaryPointers]: <https://docs.swift.org/compiler/documentation/diagnostics/temporary-pointers>
[50/155] Compiling GPUImage OpenGLRendering.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
279 |     func withGLChar(_ operation:(UnsafePointer<GLchar>) -> ()) {
280 |         if let value = self.cString(using:String.Encoding.utf8) {
281 |             operation(UnsafePointer<GLchar>(value))
    |                       |                     |- 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(_:)'
    |                       |                     `- note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
    |                       `- warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
282 |         } else {
283 |             fatalError("Could not convert this string to UTF8: \(self)")
[#TemporaryPointers]: <https://docs.swift.org/compiler/documentation/diagnostics/temporary-pointers>
[51/155] Compiling GPUImage OperationGroup.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
279 |     func withGLChar(_ operation:(UnsafePointer<GLchar>) -> ()) {
280 |         if let value = self.cString(using:String.Encoding.utf8) {
281 |             operation(UnsafePointer<GLchar>(value))
    |                       |                     |- 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(_:)'
    |                       |                     `- note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
    |                       `- warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
282 |         } else {
283 |             fatalError("Could not convert this string to UTF8: \(self)")
[#TemporaryPointers]: <https://docs.swift.org/compiler/documentation/diagnostics/temporary-pointers>
[52/155] Compiling GPUImage AdaptiveThreshold.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
279 |     func withGLChar(_ operation:(UnsafePointer<GLchar>) -> ()) {
280 |         if let value = self.cString(using:String.Encoding.utf8) {
281 |             operation(UnsafePointer<GLchar>(value))
    |                       |                     |- 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(_:)'
    |                       |                     `- note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
    |                       `- warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
282 |         } else {
283 |             fatalError("Could not convert this string to UTF8: \(self)")
[#TemporaryPointers]: <https://docs.swift.org/compiler/documentation/diagnostics/temporary-pointers>
[53/155] Compiling GPUImage AddBlend.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
279 |     func withGLChar(_ operation:(UnsafePointer<GLchar>) -> ()) {
280 |         if let value = self.cString(using:String.Encoding.utf8) {
281 |             operation(UnsafePointer<GLchar>(value))
    |                       |                     |- 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(_:)'
    |                       |                     `- note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
    |                       `- warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
282 |         } else {
283 |             fatalError("Could not convert this string to UTF8: \(self)")
[#TemporaryPointers]: <https://docs.swift.org/compiler/documentation/diagnostics/temporary-pointers>
[54/155] Compiling GPUImage AlphaBlend.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
279 |     func withGLChar(_ operation:(UnsafePointer<GLchar>) -> ()) {
280 |         if let value = self.cString(using:String.Encoding.utf8) {
281 |             operation(UnsafePointer<GLchar>(value))
    |                       |                     |- 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(_:)'
    |                       |                     `- note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
    |                       `- warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
282 |         } else {
283 |             fatalError("Could not convert this string to UTF8: \(self)")
[#TemporaryPointers]: <https://docs.swift.org/compiler/documentation/diagnostics/temporary-pointers>
[55/155] Compiling GPUImage AmatorkaFilter.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
279 |     func withGLChar(_ operation:(UnsafePointer<GLchar>) -> ()) {
280 |         if let value = self.cString(using:String.Encoding.utf8) {
281 |             operation(UnsafePointer<GLchar>(value))
    |                       |                     |- 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(_:)'
    |                       |                     `- note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
    |                       `- warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
282 |         } else {
283 |             fatalError("Could not convert this string to UTF8: \(self)")
[#TemporaryPointers]: <https://docs.swift.org/compiler/documentation/diagnostics/temporary-pointers>
[56/155] Compiling GPUImage AverageColorExtractor.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
279 |     func withGLChar(_ operation:(UnsafePointer<GLchar>) -> ()) {
280 |         if let value = self.cString(using:String.Encoding.utf8) {
281 |             operation(UnsafePointer<GLchar>(value))
    |                       |                     |- 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(_:)'
    |                       |                     `- note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
    |                       `- warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
282 |         } else {
283 |             fatalError("Could not convert this string to UTF8: \(self)")
[#TemporaryPointers]: <https://docs.swift.org/compiler/documentation/diagnostics/temporary-pointers>
[57/155] Compiling GPUImage AverageLuminanceExtractor.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
279 |     func withGLChar(_ operation:(UnsafePointer<GLchar>) -> ()) {
280 |         if let value = self.cString(using:String.Encoding.utf8) {
281 |             operation(UnsafePointer<GLchar>(value))
    |                       |                     |- 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(_:)'
    |                       |                     `- note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
    |                       `- warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
282 |         } else {
283 |             fatalError("Could not convert this string to UTF8: \(self)")
[#TemporaryPointers]: <https://docs.swift.org/compiler/documentation/diagnostics/temporary-pointers>
[58/155] Compiling GPUImage AverageLuminanceThreshold.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
279 |     func withGLChar(_ operation:(UnsafePointer<GLchar>) -> ()) {
280 |         if let value = self.cString(using:String.Encoding.utf8) {
281 |             operation(UnsafePointer<GLchar>(value))
    |                       |                     |- 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(_:)'
    |                       |                     `- note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
    |                       `- warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
282 |         } else {
283 |             fatalError("Could not convert this string to UTF8: \(self)")
[#TemporaryPointers]: <https://docs.swift.org/compiler/documentation/diagnostics/temporary-pointers>
[59/155] Compiling GPUImage BilateralBlur.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
279 |     func withGLChar(_ operation:(UnsafePointer<GLchar>) -> ()) {
280 |         if let value = self.cString(using:String.Encoding.utf8) {
281 |             operation(UnsafePointer<GLchar>(value))
    |                       |                     |- 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(_:)'
    |                       |                     `- note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
    |                       `- warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
282 |         } else {
283 |             fatalError("Could not convert this string to UTF8: \(self)")
[#TemporaryPointers]: <https://docs.swift.org/compiler/documentation/diagnostics/temporary-pointers>
[60/155] Compiling GPUImage BoxBlur.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
279 |     func withGLChar(_ operation:(UnsafePointer<GLchar>) -> ()) {
280 |         if let value = self.cString(using:String.Encoding.utf8) {
281 |             operation(UnsafePointer<GLchar>(value))
    |                       |                     |- 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(_:)'
    |                       |                     `- note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
    |                       `- warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
282 |         } else {
283 |             fatalError("Could not convert this string to UTF8: \(self)")
[#TemporaryPointers]: <https://docs.swift.org/compiler/documentation/diagnostics/temporary-pointers>
[61/155] Compiling GPUImage BrightnessAdjustment.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
279 |     func withGLChar(_ operation:(UnsafePointer<GLchar>) -> ()) {
280 |         if let value = self.cString(using:String.Encoding.utf8) {
281 |             operation(UnsafePointer<GLchar>(value))
    |                       |                     |- 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(_:)'
    |                       |                     `- note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
    |                       `- warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
282 |         } else {
283 |             fatalError("Could not convert this string to UTF8: \(self)")
[#TemporaryPointers]: <https://docs.swift.org/compiler/documentation/diagnostics/temporary-pointers>
[62/155] Compiling GPUImage BulgeDistortion.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
279 |     func withGLChar(_ operation:(UnsafePointer<GLchar>) -> ()) {
280 |         if let value = self.cString(using:String.Encoding.utf8) {
281 |             operation(UnsafePointer<GLchar>(value))
    |                       |                     |- 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(_:)'
    |                       |                     `- note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
    |                       `- warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
282 |         } else {
283 |             fatalError("Could not convert this string to UTF8: \(self)")
[#TemporaryPointers]: <https://docs.swift.org/compiler/documentation/diagnostics/temporary-pointers>
[63/155] Compiling GPUImage CGAColorspaceFilter.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
279 |     func withGLChar(_ operation:(UnsafePointer<GLchar>) -> ()) {
280 |         if let value = self.cString(using:String.Encoding.utf8) {
281 |             operation(UnsafePointer<GLchar>(value))
    |                       |                     |- 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(_:)'
    |                       |                     `- note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
    |                       `- warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
282 |         } else {
283 |             fatalError("Could not convert this string to UTF8: \(self)")
[#TemporaryPointers]: <https://docs.swift.org/compiler/documentation/diagnostics/temporary-pointers>
[64/155] Compiling GPUImage CannyEdgeDetection.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/OpenGLRendering.swift:281:23: warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
279 |     func withGLChar(_ operation:(UnsafePointer<GLchar>) -> ()) {
280 |         if let value = self.cString(using:String.Encoding.utf8) {
281 |             operation(UnsafePointer<GLchar>(value))
    |                       |                     |- 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(_:)'
    |                       |                     `- note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
    |                       `- warning: initialization of 'UnsafePointer<GLchar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer [#TemporaryPointers]
282 |         } else {
283 |             fatalError("Could not convert this string to UTF8: \(self)")
[#TemporaryPointers]: <https://docs.swift.org/compiler/documentation/diagnostics/temporary-pointers>
[65/155] Compiling GPUImage ZoomBlur.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:55:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
    |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 56 |             operation()
 57 |         }
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:53:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 51 |
 52 | public extension SerialDispatch {
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
[66/155] Compiling GPUImage iOSBlur.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:55:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
    |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 56 |             operation()
 57 |         }
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:53:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 51 |
 52 | public extension SerialDispatch {
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
[67/155] Compiling GPUImage Pipeline.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:55:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
    |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 56 |             operation()
 57 |         }
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:53:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 51 |
 52 | public extension SerialDispatch {
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
[68/155] Compiling GPUImage Position.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:55:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
    |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 56 |             operation()
 57 |         }
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:53:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 51 |
 52 | public extension SerialDispatch {
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
[69/155] Compiling GPUImage RawDataInput.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:55:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
    |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 56 |             operation()
 57 |         }
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:53:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 51 |
 52 | public extension SerialDispatch {
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
[70/155] Compiling GPUImage RawDataOutput.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:55:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
    |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 56 |             operation()
 57 |         }
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:53:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 51 |
 52 | public extension SerialDispatch {
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
[71/155] Compiling GPUImage SerialDispatch.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:55:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
    |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 56 |             operation()
 57 |         }
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:53:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 51 |
 52 | public extension SerialDispatch {
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
[72/155] Compiling GPUImage ShaderProgram.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:55:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
    |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 56 |             operation()
 57 |         }
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:53:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 51 |
 52 | public extension SerialDispatch {
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
[73/155] Compiling GPUImage ShaderUniformSettings.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:55:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
    |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 56 |             operation()
 57 |         }
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:53:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 51 |
 52 | public extension SerialDispatch {
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
[74/155] Compiling GPUImage Size.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:55:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
    |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 56 |             operation()
 57 |         }
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:53:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 51 |
 52 | public extension SerialDispatch {
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
[75/155] Compiling GPUImage TextureInput.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:55:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
    |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 56 |             operation()
 57 |         }
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:53:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 51 |
 52 | public extension SerialDispatch {
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
[76/155] Compiling GPUImage TextureOutput.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:55:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
    |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 56 |             operation()
 57 |         }
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:53:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 51 |
 52 | public extension SerialDispatch {
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
[77/155] Compiling GPUImage TextureSamplingOperation.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:55:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
    |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 56 |             operation()
 57 |         }
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:53:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 51 |
 52 | public extension SerialDispatch {
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
[78/155] Compiling GPUImage Timestamp.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:55:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
    |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 56 |             operation()
 57 |         }
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:53:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 51 |
 52 | public extension SerialDispatch {
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
[79/155] Compiling GPUImage TwoStageOperation.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:55:13: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
    |             `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 56 |             operation()
 57 |         }
/Users/admin/builder/spi-builder-workspace/framework/Source/SerialDispatch.swift:53:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 51 |
 52 | public extension SerialDispatch {
 53 |     func runOperationAsynchronously(_ operation:@escaping () -> ()) {
    |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 54 |         self.serialDispatchQueue.async {
 55 |             self.makeCurrentContext()
[80/155] Compiling GPUImage SolidColorGenerator.swift
[81/155] Compiling GPUImage SourceOverBlend.swift
[82/155] Compiling GPUImage SphereRefraction.swift
[83/155] Compiling GPUImage StretchDistortion.swift
[84/155] Compiling GPUImage SubtractBlend.swift
[85/155] Compiling GPUImage SwirlDistortion.swift
[86/155] Compiling GPUImage ThresholdSketch.swift
[87/155] Compiling GPUImage ThresholdSobelEdgeDetection.swift
[88/155] Compiling GPUImage TiltShift.swift
[89/155] Compiling GPUImage ToonFilter.swift
[90/155] Compiling GPUImage TransformOperation.swift
[91/155] Compiling GPUImage UnsharpMask.swift
[92/155] Compiling GPUImage Vibrance.swift
[93/155] Compiling GPUImage Vignette.swift
[94/155] Compiling GPUImage WhiteBalance.swift
[95/155] Compiling GPUImage Crop.swift
[96/155] Compiling GPUImage CrosshairGenerator.swift
[97/155] Compiling GPUImage Crosshatch.swift
[98/155] Compiling GPUImage DarkenBlend.swift
[99/155] Compiling GPUImage DifferenceBlend.swift
[100/155] Compiling GPUImage Dilation.swift
[101/155] Compiling GPUImage DissolveBlend.swift
[102/155] Compiling GPUImage DivideBlend.swift
[103/155] Compiling GPUImage EmbossFilter.swift
[104/155] Compiling GPUImage Erosion.swift
[105/155] Compiling GPUImage ExclusionBlend.swift
[106/155] Compiling GPUImage ExposureAdjustment.swift
[107/155] Compiling GPUImage FalseColor.swift
[108/155] Compiling GPUImage GammaAdjustment.swift
[109/155] Compiling GPUImage GaussianBlur.swift
[110/155] Compiling GPUImage BasicOperation.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
 47 |         localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
 48 |         localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
 49 |         localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
    |                                                                             |- warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
    |                                                                             `- note: use 'AVVideoCodecType.h264' instead
 50 |
 51 |         assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[111/155] Compiling GPUImage CameraConversion.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
 47 |         localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
 48 |         localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
 49 |         localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
    |                                                                             |- warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
    |                                                                             `- note: use 'AVVideoCodecType.h264' instead
 50 |
 51 |         assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[112/155] Compiling GPUImage Color.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
 47 |         localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
 48 |         localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
 49 |         localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
    |                                                                             |- warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
    |                                                                             `- note: use 'AVVideoCodecType.h264' instead
 50 |
 51 |         assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[113/155] Compiling GPUImage FillMode.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
 47 |         localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
 48 |         localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
 49 |         localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
    |                                                                             |- warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
    |                                                                             `- note: use 'AVVideoCodecType.h264' instead
 50 |
 51 |         assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[114/155] Compiling GPUImage Framebuffer.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
 47 |         localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
 48 |         localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
 49 |         localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
    |                                                                             |- warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
    |                                                                             `- note: use 'AVVideoCodecType.h264' instead
 50 |
 51 |         assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[115/155] Compiling GPUImage FramebufferCache.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
 47 |         localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
 48 |         localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
 49 |         localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
    |                                                                             |- warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
    |                                                                             `- note: use 'AVVideoCodecType.h264' instead
 50 |
 51 |         assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[116/155] Compiling GPUImage ImageGenerator.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
 47 |         localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
 48 |         localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
 49 |         localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
    |                                                                             |- warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
    |                                                                             `- note: use 'AVVideoCodecType.h264' instead
 50 |
 51 |         assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[117/155] Compiling GPUImage ImageOrientation.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
 47 |         localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
 48 |         localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
 49 |         localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
    |                                                                             |- warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
    |                                                                             `- note: use 'AVVideoCodecType.h264' instead
 50 |
 51 |         assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[118/155] Compiling GPUImage Camera.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
 47 |         localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
 48 |         localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
 49 |         localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
    |                                                                             |- warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
    |                                                                             `- note: use 'AVVideoCodecType.h264' instead
 50 |
 51 |         assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[119/155] Compiling GPUImage MovieInput.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
 47 |         localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
 48 |         localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
 49 |         localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
    |                                                                             |- warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
    |                                                                             `- note: use 'AVVideoCodecType.h264' instead
 50 |
 51 |         assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[120/155] Compiling GPUImage MovieOutput.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
 47 |         localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
 48 |         localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
 49 |         localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
    |                                                                             |- warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
    |                                                                             `- note: use 'AVVideoCodecType.h264' instead
 50 |
 51 |         assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[121/155] Compiling GPUImage OpenGLContext.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
 47 |         localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
 48 |         localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
 49 |         localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
    |                                                                             |- warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
    |                                                                             `- note: use 'AVVideoCodecType.h264' instead
 50 |
 51 |         assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[122/155] Compiling GPUImage PictureInput.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
 47 |         localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
 48 |         localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
 49 |         localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
    |                                                                             |- warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
    |                                                                             `- note: use 'AVVideoCodecType.h264' instead
 50 |
 51 |         assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[123/155] Compiling GPUImage PictureOutput.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
 47 |         localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
 48 |         localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
 49 |         localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
    |                                                                             |- warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
    |                                                                             `- note: use 'AVVideoCodecType.h264' instead
 50 |
 51 |         assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[124/155] Compiling GPUImage RenderView.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
 47 |         localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
 48 |         localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
 49 |         localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
    |                                                                             |- warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
    |                                                                             `- note: use 'AVVideoCodecType.h264' instead
 50 |
 51 |         assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[125/155] Compiling GPUImage Matrix.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Mac/MovieOutput.swift:49:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
 47 |         localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
 48 |         localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
 49 |         localSettings[AVVideoCodecKey] =  localSettings[AVVideoCodecKey] ?? AVVideoCodecH264 as NSString
    |                                                                             |- warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
    |                                                                             `- note: use 'AVVideoCodecType.h264' instead
 50 |
 51 |         assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[126/155] Compiling GPUImage ChromaKeyBlend.swift
[127/155] Compiling GPUImage ChromaKeying.swift
[128/155] Compiling GPUImage CircleGenerator.swift
[129/155] Compiling GPUImage ClosingFilter.swift
[130/155] Compiling GPUImage ColorBlend.swift
[131/155] Compiling GPUImage ColorBurnBlend.swift
[132/155] Compiling GPUImage ColorDodgeBlend.swift
[133/155] Compiling GPUImage ColorInversion.swift
[134/155] Compiling GPUImage ColorLocalBinaryPattern.swift
[135/155] Compiling GPUImage ColorMatrixFilter.swift
[136/155] Compiling GPUImage ColourFASTFeatureDetection.swift
[137/155] Compiling GPUImage ContrastAdjustment.swift
[138/155] Compiling GPUImage ConvertedShaders_GL.swift
[139/155] Compiling GPUImage ConvertedShaders_GLES.swift
[140/155] Compiling GPUImage Convolution3x3.swift
[141/155] Compiling GPUImage PrewittEdgeDetection.swift
[142/155] Compiling GPUImage RGBAdjustmentFilter.swift
[143/155] Compiling GPUImage SaturationAdjustment.swift
[144/155] Compiling GPUImage SaturationBlend.swift
[145/155] Compiling GPUImage ScreenBlend.swift
[146/155] Compiling GPUImage SepiaToneFilter.swift
[147/155] Compiling GPUImage Sharpen.swift
[148/155] Compiling GPUImage ShiTomasiFeatureDetector.swift
[149/155] Compiling GPUImage SingleComponentGaussianBlur.swift
[150/155] Compiling GPUImage SketchFilter.swift
[151/155] Compiling GPUImage SmoothToonFilter.swift
[152/155] Compiling GPUImage SobelEdgeDetection.swift
[153/155] Compiling GPUImage SoftElegance.swift
[154/155] Compiling GPUImage SoftLightBlend.swift
[155/155] Compiling GPUImage Solarize.swift
Build complete! (8.35s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GPUImage",
  "name" : "GPUImage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GPUImage",
      "targets" : [
        "GPUImage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4"
  ],
  "targets" : [
    {
      "c99name" : "GPUImage",
      "module_type" : "SwiftTarget",
      "name" : "GPUImage",
      "path" : "framework/Source",
      "product_memberships" : [
        "GPUImage"
      ],
      "sources" : [
        "BasicOperation.swift",
        "CameraConversion.swift",
        "Color.swift",
        "FillMode.swift",
        "Framebuffer.swift",
        "FramebufferCache.swift",
        "ImageGenerator.swift",
        "ImageOrientation.swift",
        "Mac/Camera.swift",
        "Mac/MovieInput.swift",
        "Mac/MovieOutput.swift",
        "Mac/OpenGLContext.swift",
        "Mac/PictureInput.swift",
        "Mac/PictureOutput.swift",
        "Mac/RenderView.swift",
        "Matrix.swift",
        "OpenGLContext_Shared.swift",
        "OpenGLRendering.swift",
        "OperationGroup.swift",
        "Operations/AdaptiveThreshold.swift",
        "Operations/AddBlend.swift",
        "Operations/AlphaBlend.swift",
        "Operations/AmatorkaFilter.swift",
        "Operations/AverageColorExtractor.swift",
        "Operations/AverageLuminanceExtractor.swift",
        "Operations/AverageLuminanceThreshold.swift",
        "Operations/BilateralBlur.swift",
        "Operations/BoxBlur.swift",
        "Operations/BrightnessAdjustment.swift",
        "Operations/BulgeDistortion.swift",
        "Operations/CGAColorspaceFilter.swift",
        "Operations/CannyEdgeDetection.swift",
        "Operations/ChromaKeyBlend.swift",
        "Operations/ChromaKeying.swift",
        "Operations/CircleGenerator.swift",
        "Operations/ClosingFilter.swift",
        "Operations/ColorBlend.swift",
        "Operations/ColorBurnBlend.swift",
        "Operations/ColorDodgeBlend.swift",
        "Operations/ColorInversion.swift",
        "Operations/ColorLocalBinaryPattern.swift",
        "Operations/ColorMatrixFilter.swift",
        "Operations/ColourFASTFeatureDetection.swift",
        "Operations/ContrastAdjustment.swift",
        "Operations/ConvertedShaders_GL.swift",
        "Operations/ConvertedShaders_GLES.swift",
        "Operations/Convolution3x3.swift",
        "Operations/Crop.swift",
        "Operations/CrosshairGenerator.swift",
        "Operations/Crosshatch.swift",
        "Operations/DarkenBlend.swift",
        "Operations/DifferenceBlend.swift",
        "Operations/Dilation.swift",
        "Operations/DissolveBlend.swift",
        "Operations/DivideBlend.swift",
        "Operations/EmbossFilter.swift",
        "Operations/Erosion.swift",
        "Operations/ExclusionBlend.swift",
        "Operations/ExposureAdjustment.swift",
        "Operations/FalseColor.swift",
        "Operations/GammaAdjustment.swift",
        "Operations/GaussianBlur.swift",
        "Operations/GlassSphereRefraction.swift",
        "Operations/Halftone.swift",
        "Operations/HardLightBlend.swift",
        "Operations/HarrisCornerDetector.swift",
        "Operations/Haze.swift",
        "Operations/HighPassFilter.swift",
        "Operations/HighlightAndShadowTint.swift",
        "Operations/HighlightsAndShadows.swift",
        "Operations/Histogram.swift",
        "Operations/HistogramDisplay.swift",
        "Operations/HistogramEqualization.swift",
        "Operations/HueAdjustment.swift",
        "Operations/HueBlend.swift",
        "Operations/ImageBuffer.swift",
        "Operations/KuwaharaFilter.swift",
        "Operations/KuwaharaRadius3Filter.swift",
        "Operations/LanczosResampling.swift",
        "Operations/Laplacian.swift",
        "Operations/LevelsAdjustment.swift",
        "Operations/LightenBlend.swift",
        "Operations/LineGenerator.swift",
        "Operations/LinearBurnBlend.swift",
        "Operations/LocalBinaryPattern.swift",
        "Operations/LookupFilter.swift",
        "Operations/LowPassFilter.swift",
        "Operations/Luminance.swift",
        "Operations/LuminanceRangeReduction.swift",
        "Operations/LuminanceThreshold.swift",
        "Operations/LuminosityBlend.swift",
        "Operations/MedianFilter.swift",
        "Operations/MissEtikateFilter.swift",
        "Operations/MonochromeFilter.swift",
        "Operations/MotionBlur.swift",
        "Operations/MotionDetector.swift",
        "Operations/MultiplyBlend.swift",
        "Operations/NobleCornerDetector.swift",
        "Operations/NormalBlend.swift",
        "Operations/OpacityAdjustment.swift",
        "Operations/OpeningFilter.swift",
        "Operations/OverlayBlend.swift",
        "Operations/PinchDistortion.swift",
        "Operations/Pixellate.swift",
        "Operations/PolarPixellate.swift",
        "Operations/PolkaDot.swift",
        "Operations/Posterize.swift",
        "Operations/PrewittEdgeDetection.swift",
        "Operations/RGBAdjustmentFilter.swift",
        "Operations/SaturationAdjustment.swift",
        "Operations/SaturationBlend.swift",
        "Operations/ScreenBlend.swift",
        "Operations/SepiaToneFilter.swift",
        "Operations/Sharpen.swift",
        "Operations/ShiTomasiFeatureDetector.swift",
        "Operations/SingleComponentGaussianBlur.swift",
        "Operations/SketchFilter.swift",
        "Operations/SmoothToonFilter.swift",
        "Operations/SobelEdgeDetection.swift",
        "Operations/SoftElegance.swift",
        "Operations/SoftLightBlend.swift",
        "Operations/Solarize.swift",
        "Operations/SolidColorGenerator.swift",
        "Operations/SourceOverBlend.swift",
        "Operations/SphereRefraction.swift",
        "Operations/StretchDistortion.swift",
        "Operations/SubtractBlend.swift",
        "Operations/SwirlDistortion.swift",
        "Operations/ThresholdSketch.swift",
        "Operations/ThresholdSobelEdgeDetection.swift",
        "Operations/TiltShift.swift",
        "Operations/ToonFilter.swift",
        "Operations/TransformOperation.swift",
        "Operations/UnsharpMask.swift",
        "Operations/Vibrance.swift",
        "Operations/Vignette.swift",
        "Operations/WhiteBalance.swift",
        "Operations/ZoomBlur.swift",
        "Operations/iOSBlur.swift",
        "Pipeline.swift",
        "Position.swift",
        "RawDataInput.swift",
        "RawDataOutput.swift",
        "SerialDispatch.swift",
        "ShaderProgram.swift",
        "ShaderUniformSettings.swift",
        "Size.swift",
        "TextureInput.swift",
        "TextureOutput.swift",
        "TextureSamplingOperation.swift",
        "Timestamp.swift",
        "TwoStageOperation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.