Build Information
Successful build of GPUImage, reference master (3a2275), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 20:24:21 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bradlarson/gpuimage2.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bradlarson/gpuimage2
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 3a2275e Added ability to customize the orientation of the camera.
Cloned https://github.com/bradlarson/gpuimage2.git
Revision (git rev-parse @):
3a2275e48716a6ebdab0d4098bd7d90321ef4143
SUCCESS checkout https://github.com/bradlarson/gpuimage2.git at master
========================================
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/142] Emitting module GPUImage
[4/157] Compiling GPUImage KuwaharaRadius3Filter.swift
[5/157] Compiling GPUImage LanczosResampling.swift
[6/157] Compiling GPUImage Laplacian.swift
[7/157] Compiling GPUImage LevelsAdjustment.swift
[8/157] Compiling GPUImage LightenBlend.swift
[9/157] Compiling GPUImage LineGenerator.swift
[10/157] Compiling GPUImage LinearBurnBlend.swift
[11/157] Compiling GPUImage LocalBinaryPattern.swift
[12/157] Compiling GPUImage LookupFilter.swift
[13/157] Compiling GPUImage LowPassFilter.swift
[14/157] Compiling GPUImage Luminance.swift
[15/157] Compiling GPUImage LuminanceRangeReduction.swift
[16/157] Compiling GPUImage LuminanceThreshold.swift
[17/157] Compiling GPUImage LuminosityBlend.swift
[18/157] Compiling GPUImage MedianFilter.swift
[19/157] Compiling GPUImage CGAColorspaceFilter.swift
[20/157] Compiling GPUImage CannyEdgeDetection.swift
[21/157] Compiling GPUImage ChromaKeyBlend.swift
[22/157] Compiling GPUImage ChromaKeying.swift
[23/157] Compiling GPUImage CircleGenerator.swift
[24/157] Compiling GPUImage ClosingFilter.swift
[25/157] Compiling GPUImage ColorBlend.swift
[26/157] Compiling GPUImage ColorBurnBlend.swift
[27/157] Compiling GPUImage ColorDodgeBlend.swift
[28/157] Compiling GPUImage ColorInversion.swift
[29/157] Compiling GPUImage ColorLocalBinaryPattern.swift
[30/157] Compiling GPUImage ColorMatrixFilter.swift
[31/157] Compiling GPUImage ColourFASTFeatureDetection.swift
[32/157] Compiling GPUImage ContrastAdjustment.swift
[33/157] Compiling GPUImage ConvertedShaders_GL.swift
[34/157] Compiling GPUImage ConvertedShaders_GLES.swift
[35/157] 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()
[36/157] 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()
[37/157] 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()
[38/157] 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()
[39/157] 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()
[40/157] 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()
[41/157] 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()
[42/157] 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()
[43/157] 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()
[44/157] 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()
[45/157] 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()
[46/157] 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()
[47/157] 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()
[48/157] 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()
[49/157] 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()
[50/157] Compiling GPUImage MissEtikateFilter.swift
[51/157] Compiling GPUImage MonochromeFilter.swift
[52/157] Compiling GPUImage MotionBlur.swift
[53/157] Compiling GPUImage MotionDetector.swift
[54/157] Compiling GPUImage MultiplyBlend.swift
[55/157] Compiling GPUImage NobleCornerDetector.swift
[56/157] Compiling GPUImage NormalBlend.swift
[57/157] Compiling GPUImage OpacityAdjustment.swift
[58/157] Compiling GPUImage OpeningFilter.swift
[59/157] Compiling GPUImage OverlayBlend.swift
[60/157] Compiling GPUImage PinchDistortion.swift
[61/157] Compiling GPUImage Pixellate.swift
[62/157] Compiling GPUImage PolarPixellate.swift
[63/157] Compiling GPUImage PolkaDot.swift
[64/157] Compiling GPUImage Posterize.swift
[65/157] Compiling GPUImage PrewittEdgeDetection.swift
[66/157] Compiling GPUImage RGBAdjustmentFilter.swift
[67/157] Compiling GPUImage SaturationAdjustment.swift
[68/157] Compiling GPUImage SaturationBlend.swift
[69/157] Compiling GPUImage ScreenBlend.swift
[70/157] Compiling GPUImage SepiaToneFilter.swift
[71/157] Compiling GPUImage Sharpen.swift
[72/157] Compiling GPUImage ShiTomasiFeatureDetector.swift
[73/157] Compiling GPUImage SingleComponentGaussianBlur.swift
[74/157] Compiling GPUImage SketchFilter.swift
[75/157] Compiling GPUImage SmoothToonFilter.swift
[76/157] Compiling GPUImage SobelEdgeDetection.swift
[77/157] Compiling GPUImage SoftElegance.swift
[78/157] Compiling GPUImage SoftLightBlend.swift
[79/157] Compiling GPUImage Solarize.swift
[80/157] Compiling GPUImage ImageOrientation.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>
[81/157] Compiling GPUImage Matrix.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>
[82/157] 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>
[83/157] 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>
[84/157] 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>
[85/157] 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>
[86/157] 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>
[87/157] 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>
[88/157] 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>
[89/157] 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>
[90/157] 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>
[91/157] 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>
[92/157] 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>
[93/157] 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>
[94/157] 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>
[95/157] 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>
[96/157] Compiling GPUImage SolidColorGenerator.swift
[97/157] Compiling GPUImage SourceOverBlend.swift
[98/157] Compiling GPUImage SphereRefraction.swift
[99/157] Compiling GPUImage StretchDistortion.swift
[100/157] Compiling GPUImage SubtractBlend.swift
[101/157] Compiling GPUImage SwirlDistortion.swift
[102/157] Compiling GPUImage ThresholdSketch.swift
[103/157] Compiling GPUImage ThresholdSobelEdgeDetection.swift
[104/157] Compiling GPUImage TiltShift.swift
[105/157] Compiling GPUImage ToonFilter.swift
[106/157] Compiling GPUImage TransformOperation.swift
[107/157] Compiling GPUImage UnsharpMask.swift
[108/157] Compiling GPUImage Vibrance.swift
[109/157] Compiling GPUImage Vignette.swift
[110/157] Compiling GPUImage WhiteBalance.swift
[111/157] Compiling GPUImage Convolution3x3.swift
[112/157] Compiling GPUImage Crop.swift
[113/157] Compiling GPUImage CrosshairGenerator.swift
[114/157] Compiling GPUImage Crosshatch.swift
[115/157] Compiling GPUImage DarkenBlend.swift
[116/157] Compiling GPUImage DifferenceBlend.swift
[117/157] Compiling GPUImage Dilation.swift
[118/157] Compiling GPUImage DissolveBlend.swift
[119/157] Compiling GPUImage DivideBlend.swift
[120/157] Compiling GPUImage EmbossFilter.swift
[121/157] Compiling GPUImage Erosion.swift
[122/157] Compiling GPUImage ExclusionBlend.swift
[123/157] Compiling GPUImage ExposureAdjustment.swift
[124/157] Compiling GPUImage FalseColor.swift
[125/157] Compiling GPUImage GammaAdjustment.swift
[126/157] Compiling GPUImage GaussianBlur.swift
[127/157] Compiling GPUImage Camera.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Apple/MovieOutput.swift:59:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
57 | localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
58 | localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
59 | 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
60 |
61 | assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[128/157] Compiling GPUImage MovieInput.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Apple/MovieOutput.swift:59:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
57 | localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
58 | localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
59 | 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
60 |
61 | assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[129/157] Compiling GPUImage MovieOutput.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Apple/MovieOutput.swift:59:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
57 | localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
58 | localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
59 | 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
60 |
61 | assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[130/157] Compiling GPUImage OpenGLContext-OpenGL.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Apple/MovieOutput.swift:59:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
57 | localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
58 | localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
59 | 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
60 |
61 | assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[131/157] Compiling GPUImage OpenGLContext-OpenGLES.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Apple/MovieOutput.swift:59:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
57 | localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
58 | localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
59 | 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
60 |
61 | assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[132/157] Compiling GPUImage PictureInput.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Apple/MovieOutput.swift:59:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
57 | localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
58 | localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
59 | 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
60 |
61 | assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[133/157] Compiling GPUImage PictureOutput.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Apple/MovieOutput.swift:59:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
57 | localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
58 | localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
59 | 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
60 |
61 | assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[134/157] Compiling GPUImage RenderView-Cocoa.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Apple/MovieOutput.swift:59:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
57 | localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
58 | localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
59 | 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
60 |
61 | assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[135/157] Compiling GPUImage RenderView-UIKit.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Apple/MovieOutput.swift:59:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
57 | localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
58 | localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
59 | 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
60 |
61 | assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[136/157] Compiling GPUImage BasicOperation.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Apple/MovieOutput.swift:59:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
57 | localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
58 | localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
59 | 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
60 |
61 | assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[137/157] Compiling GPUImage CameraConversion.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Apple/MovieOutput.swift:59:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
57 | localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
58 | localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
59 | 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
60 |
61 | assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[138/157] Compiling GPUImage Color.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Apple/MovieOutput.swift:59:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
57 | localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
58 | localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
59 | 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
60 |
61 | assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[139/157] Compiling GPUImage FillMode.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Apple/MovieOutput.swift:59:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
57 | localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
58 | localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
59 | 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
60 |
61 | assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[140/157] Compiling GPUImage Framebuffer.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Apple/MovieOutput.swift:59:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
57 | localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
58 | localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
59 | 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
60 |
61 | assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[141/157] Compiling GPUImage FramebufferCache.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Apple/MovieOutput.swift:59:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
57 | localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
58 | localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
59 | 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
60 |
61 | assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[142/157] Compiling GPUImage ImageGenerator.swift
/Users/admin/builder/spi-builder-workspace/framework/Source/Apple/MovieOutput.swift:59:77: warning: 'AVVideoCodecH264' was deprecated in macOS 10.13: renamed to 'AVVideoCodecType.h264' [#DeprecatedDeclaration]
57 | localSettings[AVVideoWidthKey] = localSettings[AVVideoWidthKey] ?? NSNumber(value:size.width)
58 | localSettings[AVVideoHeightKey] = localSettings[AVVideoHeightKey] ?? NSNumber(value:size.height)
59 | 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
60 |
61 | assetWriterVideoInput = AVAssetWriterInput(mediaType:AVMediaType.video, outputSettings:localSettings)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[143/157] Compiling GPUImage GlassSphereRefraction.swift
[144/157] Compiling GPUImage Halftone.swift
[145/157] Compiling GPUImage HardLightBlend.swift
[146/157] Compiling GPUImage HarrisCornerDetector.swift
[147/157] Compiling GPUImage Haze.swift
[148/157] Compiling GPUImage HighPassFilter.swift
[149/157] Compiling GPUImage HighlightAndShadowTint.swift
[150/157] Compiling GPUImage HighlightsAndShadows.swift
[151/157] Compiling GPUImage Histogram.swift
[152/157] Compiling GPUImage HistogramDisplay.swift
[153/157] Compiling GPUImage HistogramEqualization.swift
[154/157] Compiling GPUImage HueAdjustment.swift
[155/157] Compiling GPUImage HueBlend.swift
[156/157] Compiling GPUImage ImageBuffer.swift
[157/157] Compiling GPUImage KuwaharaFilter.swift
Build complete! (8.52s)
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" : [
"Apple/Camera.swift",
"Apple/MovieInput.swift",
"Apple/MovieOutput.swift",
"Apple/OpenGLContext-OpenGL.swift",
"Apple/OpenGLContext-OpenGLES.swift",
"Apple/PictureInput.swift",
"Apple/PictureOutput.swift",
"Apple/RenderView-Cocoa.swift",
"Apple/RenderView-UIKit.swift",
"BasicOperation.swift",
"CameraConversion.swift",
"Color.swift",
"FillMode.swift",
"Framebuffer.swift",
"FramebufferCache.swift",
"ImageGenerator.swift",
"ImageOrientation.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.